路由器刷入了OPENWRT,結果發現刷入的固件沒有帶Luci,如下是本人手動安裝Luci的方法,web
#開始安裝Luci所需的依賴包
opkg install http://192.168.1.2/uhttpd_27_brcm47xx.ipk
opkg install http://192.168.1.2/liblua_5.1.4-8_brcm47xx.ipk
opkg install http://192.168.1.2/libuci-lua_2011-07-18.3-1_brcm47xx.ipk
opkg install http://192.168.1.2/lua_5.1.4-8_brcm47xx.ipk
opkg install http://192.168.1.2/luci-lib-core_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-lib-ipkg_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-lib-sys_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-lib-nixio_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-sgi-cgi_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-lib-lmo_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-lib-web_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-i18n-english_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-mod-admin-core_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-mod-admin-full_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-theme-base_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-theme-openwrt_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-app-firewall_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/libiwinfo_16_brcm47xx.ipk
opkg install http://192.168.1.2/luci_trunk+svn7608-1_brcm47xx.ipk
opkg install http://192.168.1.2/luci-theme-openwrt_trunk+svn7608-1_brcm47xx.ipkapp
#開啓Uhttpd
/etc/init.d/uhttpd startide
搞定!!!svn