Add installable cron package for people who need more functionality (#931)

This commit is contained in:
Tim Wilkinson 2023-09-15 21:54:55 -07:00 committed by GitHub
parent 1708c4926c
commit cf84853530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ feeds-update: stamp-clean-feeds-updated .stamp-feeds-updated
cd $(OPENWRT_DIR); ./scripts/feeds install luci-lib-jsonc
cd $(OPENWRT_DIR); ./scripts/feeds install luasocket
cd $(OPENWRT_DIR); ./scripts/feeds install iperf3
cd $(OPENWRT_DIR); ./scripts/feeds install micrond
cd $(OPENWRT_DIR); ./scripts/feeds install mii-tool
cd $(OPENWRT_DIR); ./scripts/feeds install mmc-utils
touch $@

View File

@ -120,6 +120,7 @@ CONFIG_PACKAGE_luci-lib-base=y
CONFIG_PACKAGE_luci-lib-ip=y
CONFIG_PACKAGE_luci-lib-jsonc=y
CONFIG_PACKAGE_luci-lib-nixio=y
CONFIG_PACKAGE_micrond=m
CONFIG_PACKAGE_mii-tool=m
CONFIG_PACKAGE_nftables-json=y
CONFIG_PACKAGE_nftables=y