mirror of https://github.com/aredn/aredn.git
bugfix: add luasocket feed to make luasocket package available (#391)
This commit is contained in:
parent
1c81085986
commit
5016da26c7
1
Makefile
1
Makefile
|
@ -96,6 +96,7 @@ feeds-update: stamp-clean-feeds-updated .stamp-feeds-updated
|
|||
cd $(OPENWRT_DIR); ./scripts/feeds install luci-lib-ip
|
||||
cd $(OPENWRT_DIR); ./scripts/feeds install luci-lib-jsonc
|
||||
cd $(OPENWRT_DIR); ./scripts/feeds install luaposix
|
||||
cd $(OPENWRT_DIR); ./scripts/feeds install luasocket
|
||||
touch $@
|
||||
|
||||
# prepare patch
|
||||
|
|
Loading…
Reference in New Issue