From 4598e3515e96d2723bf3c310ae4133ceffe2d72a Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Sat, 25 May 2024 16:51:27 -0700 Subject: [PATCH] Add loadable MTR package (#1219) --- Makefile | 1 + configs/common.config | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 3f04e84f..b3469a1b 100644 --- a/Makefile +++ b/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 diff --git a/configs/common.config b/configs/common.config index 1289997d..cd2f7ae7 100644 --- a/configs/common.config +++ b/configs/common.config @@ -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