summaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-25 16:05:43 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-25 16:05:43 +0000
commit5bd73a12052f8e9182ac1f51372cf6d0323f9dad (patch)
tree65815db5ef06a70ab2b9f87b8789997b27c4d7ac /package/broadcom-wl/Makefile
parentd3abc2c9f5dc2d238c17bd8764f780b38cf58491 (diff)
move the broadcom driver stuff into its own submenu
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4073 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-wl/Makefile')
-rw-r--r--package/broadcom-wl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile
index 8b68e752f..79586a3a5 100644
--- a/package/broadcom-wl/Makefile
+++ b/package/broadcom-wl/Makefile
@@ -21,8 +21,8 @@ define Package/kmod-brcm-wl
CATEGORY:=Drivers
DEPENDS:=@LINUX_2_4_BRCM
DEFAULT:=y
- MENU:=1
- TITLE:=Proprietary BCM43xx WiFi driver
+ SUBMENU:=Proprietary BCM43xx WiFi driver
+ TITLE:=Kernel driver (normal version)
DESCRIPTION:=Proprietary Wireless driver for the Broadcom BCM43xx chipset
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(PKG_RELEASE)
endef
@@ -30,8 +30,7 @@ endef
define Package/kmod-brcm-wl-mimo
$(call Package/kmod-brcm-wl)
DEFAULT:=m if ALL
- MENU:=
- TITLE:=Proprietary BCM43xx WiFi driver (MIMO version)
+ TITLE:=Kernel driver (MIMO version)
DESCRIPTION:=Proprietary Wireless driver for the Broadcom BCM43xx chipset (MIMO version)
endef