1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[package] broadcom-wl, broadcom-wl-old: binary 2.6 wl restricts the whole menuconfig submenu to brcm47xx, make menu depend on brcm47xx or brcm-2.4 in old and new driver package while brcm-2.4 target is still around

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21857 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2010-06-21 08:40:21 +00:00
parent b211f2f9da
commit 6e26c2c9e5
2 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ define Package/broadcom-wl/Default
CATEGORY:=Kernel modules
DEPENDS:=@PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mini
SUBMENU:=Proprietary BCM43xx WiFi driver
SUBMENUDEP:=@TARGET_brcm47xx
SUBMENUDEP:=@TARGET_brcm47xx||@TARGET_brcm_2_4
endef
define KernelPackage/brcm-wl/Default