comment out dependencies that are not supposed to be used yet (#2723)

SVN-Revision: 9577
owl
Felix Fietkau 2007-11-17 15:50:41 +00:00
parent ca9147efb9
commit 9ad0b9e924
1 changed files with 3 additions and 2 deletions

View File

@ -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