mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
uspot: fix missing DEPENDS
Add missing: - ratelimit - ucode-mod-math - ucode-mod-nl8011 - ucode-mod-rtnl - ucode-mod-uloop Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
committed by
John Crispin
parent
7d68d6d5c3
commit
e55abc109c
@@ -13,7 +13,8 @@ define Package/uspot
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=hotspot daemon
|
||||
DEPENDS:=+spotfilter +uhttpd-mod-ucode +libradcli +iptables-mod-conntrack-extra +conntrack
|
||||
DEPENDS:=+spotfilter +uhttpd-mod-ucode +libradcli +iptables-mod-conntrack-extra +conntrack \
|
||||
+ucode-mod-math +ucode-mod-nl80211 +ucode-mod-rtnl +ucode-mod-uloop +ratelimit
|
||||
endef
|
||||
|
||||
define Package/uspot/install
|
||||
|
||||
Reference in New Issue
Block a user