clone 代码:
1 | git clone https://github.com/openwrt/openwrt |
前置依赖:
1 | yum install ncurses-devel |
下载feeds
1 | ./scripts/feeds update -a |
其它需要安装的依赖:
1 | yum -y install zlib-static |
编译:
1 | make menuconfig |
clone 代码:
1 | git clone https://github.com/openwrt/openwrt |
前置依赖:
1 | yum install ncurses-devel |
下载feeds
1 | ./scripts/feeds update -a |
其它需要安装的依赖:
1 | yum -y install zlib-static |
编译:
1 | make menuconfig |