自行编译mwan加入openwrt里

参考源文:http://www.right.com.cn/forum/thread-124449-1-1.html

本例以 opoenwrt 12.09正式版为例,原软件来自openwrt 英文论坛: https://forum.openwrt.org/viewtopic.php?id=39052

0. 编译安装:
修改编译根目录的 feeds.conf.default
增加:
src-git mwan git://github.com/Adze1502/mwan.git

更新源:
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig 选择mwan3 和  mwan3 luci app

编译:
make package/mwan3/compile -j 6 V=99

make package/mwan3-luci/compile -j 6 V=99

原文地址:https://www.cnblogs.com/d9394/p/10611687.html