openwrt 編譯經常使用 luci 插件到固件中

先更新安裝 packages lucibootstrap

./scripts/feeds update packages網絡

./scripts/feeds install -a -p packagesapp

./scripts/feeds update lucicurl

./scripts/feeds install -a -p luci工具

設置想要裝的包,目前只須要最基本的包,usb samba sd mmc 測試

須要什麼包,選什麼包,在哪裏選,選哪一個?url

這個要看經驗。通常來講USB 須要內核支持。 usb 又分 ohci ehci,U盤的話,要選 usb storage。usb聲卡要選 usb sound。spa

make menuconfigip

make -j4 V=99ci

1, luci 添加多語言支持。加個 にほん 我喜歡的,和一些經常使用的功能,所有的主題。

LuCI --->
1. Collections --->
<*> luci................... LuCI interface with Uhttpd as Webserve

2. Modules --->
Translations --->
<*> English (en)
<*> Japanese (ja)  
<*> Chinese (zh-cn)

3. Applications --->
<*> luci-app-commands
<*> luci-app-samba
<*> luci-app-uhttpd
<*> luci-app-upnp.
<*> luci-app-vnstat

4. Themes --->
-*- luci-theme-bootstrap
<*> luci-theme-freifunk-generic
<*> luci-theme-material
<*> luci-theme-openwrt.


2,網絡工具,選幾個經常使用的 
Network --->
File Transfer --->
<*> curl
<*> vsftpd
<*> wget...
<*> ipset.

3, 聲音支持 mpg123 是比較新的 mp3 解碼器,比 mad 快。 madplay 直接能夠播放 mp3 用來測試不錯。
Sound --->
<*> alsa-utils
<*> madplay-alsa
-*- mpg123

目前這個主題有點問題,不能保存設置。 仍是不選擇那幾個主題好。 

相關文章
相關標籤/搜索