diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-07 08:34:51 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-07 08:34:51 +0000 |
commit | 34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a (patch) | |
tree | d03a529733bb0260835cc50a4592b3e9b3f62dde /package/bcm43xx-mac80211/Makefile | |
parent | 3e2f44481fc0c353cc53c3a70b8a59d2ce0c6b60 (diff) | |
download | upstream-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.tar.gz upstream-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.tar.bz2 upstream-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.zip |
move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
Diffstat (limited to 'package/bcm43xx-mac80211/Makefile')
-rw-r--r-- | package/bcm43xx-mac80211/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/bcm43xx-mac80211/Makefile b/package/bcm43xx-mac80211/Makefile index 54f5a9794d..34a1d767f9 100644 --- a/package/bcm43xx-mac80211/Makefile +++ b/package/bcm43xx-mac80211/Makefile @@ -20,13 +20,16 @@ endif define KernelPackage/bcm43xx-mac80211 SUBMENU:=Wireless Drivers TITLE:=Broadcom 43xx wireless support - DESCRIPTION:=Kernel module for Broadcom 43xx wireless support (mac80211) DEPENDS:=@TARGET_BRCM47XX +kmod-mac80211 KCONFIG:=CONFIG_MAC80211 FILES:=$(PKG_BUILD_DIR)/bcm43xx-mac80211.$(LINUX_KMOD_SUFFIX) # AUTOLOAD:=$(call AutoLoad,30,bcm43xx-mac80211) endef +define KernelPackage/bcm43xx-mac80211/description + Kernel module for Broadcom 43xx wireless support (mac80211) +endef + ifneq ($(CONFIG_MAC80211),) PKG_EXTRA_KCONFIG:= \ |