ubuntu14.04安装luci

1.安装必须的工具

sudo apt-get install git
sudo apt-get install subversion

2.下载luci源码

git clone https://github.com/openwrt/luci.git
cd luci/
git checkout luci-0.12

3.修正编译时找不到 iwinfo.h的错误

git checkout 89678917~1 modules/admin-full/src/luci-bwc.c

4.编译运行

make runuhttpd

5.打开浏览器,输入IP地址就可以看到luci界面了,注意了,端口是8080!

默认的openwrt的主题有点难看,四个主题中还是bootstrap好些。


ubuntu14.04安装luci_第1张图片

你可能感兴趣的:(luci)