mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:23:09 +02: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
d8aa910012
commit
5f964e1153
@ -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…
Reference in New Issue
Block a user