mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 07:48:59 +02:00
fix wlcompat depends/default
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4012 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
70928c7a25
commit
7c82cc0f83
@ -13,7 +13,8 @@ include $(TOPDIR)/package/rules.mk
|
||||
define Package/kmod-wlcompat
|
||||
SECTION:=drivers
|
||||
CATEGORY:=Drivers
|
||||
DEPENDS:=
|
||||
DEPENDS:=kmod-brcm-wl
|
||||
DEFAULT:=y
|
||||
TITLE:=Wrapper providing Wireless Extensions for Broadcom wl module
|
||||
DESCRIPTION:= \\\
|
||||
A wrapper module, that provides Wireless Extension support for the \\\
|
||||
@ -23,6 +24,7 @@ endef
|
||||
|
||||
define Package/kmod-wlcompat-debug
|
||||
$(call Package/kmod-wlcompat)
|
||||
DEFAULT:=m
|
||||
TITLE:=Wrapper providing Wireless Extensions for Broadcom wl module (debug)
|
||||
DESCRIPTION:= \\\
|
||||
A wrapper module, that provides Wireless Extension support for the \\\
|
||||
|
Loading…
Reference in New Issue
Block a user