sxm 发表于 2016-10-29 21:36:59

万博网页版登陆页派配置openwrt编译环境

1、万博网页版登陆页派安装官方系统Raspbian Jessie with PIXEL
安装完系统SD卡需剩余3-4G空间。
2、登录万博网页版登陆页派,配置万博网页版登陆页派国内源站点 http://mirrors.aliyun.com/raspbian/raspbian/
更新源文件位置:
sudo nano /etc/apt/sources.list
3、更新系统
sudo apt-get update
4、安装openwrt编译所需软件
sudo apt-get install git g++ make libncurses5-dev subversion libssl-dev gawk libxml-parser-perl unzip wget python xz-utils vim
5、克隆openwrt编译工具源码
git clone https://github.com/openwrt/openwrt.git
6、下载安装openwrt可用“feeds”
cd openwrt./scripts/feeds update -a./scripts/feeds install -a
7、配置openwrt编译设置
make menuconfig配置界面如下:
http://www.bigiot.net/Public/upload/ckfinder/userfiles/U2/files/openwrt_config.png

原文出自:http://www.bigiot.net/talk/101.html

kmdyc 发表于 2016-11-3 14:43:37

我想问问编译一次要多长时间~~·

json 发表于 2016-11-8 14:03:25

kmdyc 发表于 2016-11-3 14:43
我想问问编译一次要多长时间~~·

第一次要好长好长时间

sxm 发表于 2016-11-20 13:18:15

json 发表于 2016-11-8 14:03
第一次要好长好长时间

第一次要配置很多东西,所以时间长。
页: [1]
查看完整版本: 万博网页版登陆页派配置openwrt编译环境