lean的openwrt编译

源码地址:https://github.com/coolsnowwolf/lede

二次编译

cd lede                             进入LEDE目录
git pull                             同步更新大雕源码
./scripts/feeds update -a && ./scripts/feeds install -a     更新FEEDS
rm -rf ./tmp && rm -rf .config                  清除编译配置和缓存
make menuconfig                         进入编译配置菜单
make -jn V=s                           n=线程数+1,例如4线程的I5填-j5,开始编译

编译完成后固件输出在/lede/bin/targets

ADD

  • luci-app-advanced-reboot
  • luci-app-softethervpn
  • luci-app-hd-idle
  • Network ---> File Transfer ---> curl
  • Utilities ---> smartmontools
  • Base system --->busybox ----> Customize busybox options ---> Miscellaneous Utilities ---> hdparm :Support obtaining detailed information directly from drives & Get/set using_dma flag
  • Extra packages --->ipv6helper

DEL

  • luci-app-xlnetacc
  • luci-app-zerotier
  • luci-app-wifischedule
  • luci-app-vsftpd
  • luci-app-vlmcsd
  • luci-app-usb-printer
  • luci-app-unblockmusic
  • luci-app-transmission
  • luci-app-ddns
  • luci-app-sqm
  • Extra packages --->autocore
  • Utilities ---> coremark
  • Network ---> IP Addresses and Names ---> ddns-scripts_aliyun

添加新评论