Add loadable MTR package (#1219)

This commit is contained in:
Tim Wilkinson 2024-05-25 16:51:27 -07:00 committed by GitHub
parent 108d0da939
commit 4598e3515e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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