在官方 openwrt 中使用 lede 里的插件

  • 从 lede/feeds/luci/applications 里复制 luci-app-autoreboot、luci-app-ramfree、luci-app-watchcat、luci-app-adbyby-plus、luci-app-filetransfer、luci-app-ttyd、luci-app-wol、luci-app-arpbind、luci-app-nlbwmon、luci-app-turboacc、luci-app-wrtbwmon 到官方 openwrt 下的 feeds/luci/applications
  • 从 lede/feeds/packages/net 里复制 dnsforwarder 到官方 openwrt 下的 feeds/packages/net
  • 从 lede/feeds/luci/libs/luci-lib-fs 里复制 luci-lib-fs 到官方 openwrt 下的 feeds/luci/libs/luci-lib-fs
  • 然后执行 ./scripts/feeds update -a && ./scripts/feeds install -a
  • 然后 make menuconfig 选中这些软件包
  • 编译:make V=s -j$(nproc) | tee ../op.log
  • FAQ
    • 官方 openwrt 编译 tubcc 报错 没有 zones.lua
      • 编辑:openwrt/feeds/luci/applications/luci-app-turboacc/Makefile
      • 注释 define Package/$(PKG_NAME)/preinst 这段内容
      • 如果不注释上面的会报错,应该是官方 openwrt 的 luci-app-firewall 的原因,需要将 lede 的 luci-app-firewall 复制到 luci 中并覆盖。

官方 openwrt 使用 mtk 闭源wifi 驱动

上次更新:
贡献者: iEchoxu