mirror of https://github.com/aredn/aredn.git
Add installable cron package for people who need more functionality (#931)
This commit is contained in:
parent
1708c4926c
commit
cf84853530
1
Makefile
1
Makefile
|
@ -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 $@
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue