mirror of https://github.com/aredn/aredn.git
Add loadable MTR package (#1219)
This commit is contained in:
parent
108d0da939
commit
4598e3515e
1
Makefile
1
Makefile
|
@ -105,6 +105,7 @@ feeds-update: stamp-clean-feeds-updated .stamp-feeds-updated
|
|||
cd $(OPENWRT_DIR); ./scripts/feeds install micrond
|
||||
cd $(OPENWRT_DIR); ./scripts/feeds install mii-tool
|
||||
cd $(OPENWRT_DIR); ./scripts/feeds install mmc-utils
|
||||
cd $(OPENWRT_DIR); ./scripts/feeds install mtr
|
||||
touch $@
|
||||
|
||||
# prepare patch
|
||||
|
|
|
@ -96,6 +96,7 @@ CONFIG_PACKAGE_liblua=y
|
|||
CONFIG_PACKAGE_liblucihttp-lua=y
|
||||
CONFIG_PACKAGE_liblucihttp=y
|
||||
CONFIG_PACKAGE_liblzo=m
|
||||
CONFIG_PACKAGE_libncurses=m
|
||||
CONFIG_PACKAGE_libnetsnmp=m
|
||||
CONFIG_PACKAGE_libnftnl=y
|
||||
CONFIG_PACKAGE_libnghttp2=n
|
||||
|
@ -121,6 +122,7 @@ CONFIG_PACKAGE_luci-lib-jsonc=y
|
|||
CONFIG_PACKAGE_luci-lib-nixio=y
|
||||
CONFIG_PACKAGE_micrond=m
|
||||
CONFIG_PACKAGE_mii-tool=m
|
||||
CONFIG_PACKAGE_mtr-nojson=m
|
||||
CONFIG_PACKAGE_nftables-json=y
|
||||
CONFIG_PACKAGE_nftables=y
|
||||
CONFIG_PACKAGE_odhcp6c=n
|
||||
|
|
Loading…
Reference in New Issue