mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
wifi-scripts: add missing dependency on ucode-mod-uci
Fixes the following error: Syntax error: Unable to resolve path for module 'uci' In line 3, byte 27: `import * as uci from 'uci';` Near here ----------------^ Fixes: 4a3ed518b2d0 ("wifi-scripts: rewrite wifi detect code in ucode") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
fd085a737b
commit
6b16eaf840
@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/wifi-scripts
|
||||
SECTION:=utils
|
||||
CATEGORY:=Base system
|
||||
DEPENDS:=+netifd +ucode +ucode-mod-nl80211 +ucode-mod-ubus
|
||||
DEPENDS:=+netifd +ucode +ucode-mod-nl80211 +ucode-mod-ubus +ucode-mod-uci
|
||||
TITLE:=Wi-Fi configuration scripts
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user