mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
comment out dependencies that are not supposed to be used yet (#2723)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9577 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b212105bd7
commit
11152dafda
@ -106,7 +106,7 @@ endef
|
||||
define Package/wl
|
||||
$(call Package/broadcom-wl/Default)
|
||||
TITLE:=Proprietary Broadcom wl driver config utility
|
||||
DEPENDS+=+brcm-compat-ldso
|
||||
# DEPENDS+=+brcm-compat-ldso
|
||||
endef
|
||||
|
||||
define Package/wl/description
|
||||
@ -116,7 +116,8 @@ endef
|
||||
|
||||
define Package/nas
|
||||
$(call Package/broadcom-wl/Default)
|
||||
DEPENDS+= +nvram +brcm-compat-ldso
|
||||
DEPENDS+= +nvram
|
||||
# DEPENDS+= +brcm-compat-ldso
|
||||
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
|
||||
endef
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user