先更新安裝 packages luci
./scripts/feeds update packages
./scripts/feeds install -a -p packages
./scripts/feeds update luci
./scripts/feeds install -a -p luci
設置想要裝的包,目前只需要最基本的包,usb samba sd mmc
需要什么包,選什么包,在哪里選,選哪個?
這個要看經驗。一般來說USB 需要內核支持。 usb 又分 ohci ehci,U盤的話,要選 usb storage。usb聲卡要選 usb sound。
make menuconfig
make -j4 V=99
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
目前這個主題有點問題,不能保存設置。 還是不選擇那幾個主題好。