下载OpenWRT源码包
git clone git://git.openwrt.org/openwrt.git
此时makemenuconfig中是没有LUCI,SSH等功能的
进入源码文件夹cd openwrt
更新扩展软件包:
./scripts/feeds update -a
安装扩展软件包:
./scripts/feeds install -a
进入配置界面:
make menuconfig
就可以看到SSH等功能了
下载OpenWRT源码包
git clone git://git.openwrt.org/openwrt.git
此时makemenuconfig中是没有LUCI,SSH等功能的
进入源码文件夹make menuconfig
就可以看到SSH等功能了