diff options
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index e00627d784..bfd4a2cb21 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -22,8 +22,6 @@ define KernelPackage/mac80211 TITLE:=Linux 802.11 Wireless Networking Stack DEPENDS:=@LINUX_2_6 KCONFIG:=CONFIG_MAC80211 - DESCRIPTION:=\ - This package contains the DeviceScape 80211 wireless stack. FILES:= \ $(PKG_BUILD_DIR)/mac80211/mac80211.$(LINUX_KMOD_SUFFIX) \ $(PKG_BUILD_DIR)/mac80211/rc80211_lowest.$(LINUX_KMOD_SUFFIX) \ @@ -32,6 +30,10 @@ define KernelPackage/mac80211 AUTOLOAD:=$(call AutoLoad,20,cfg80211 mac80211 rc80211_simple) endef +define KernelPackage/mac80211/description + This package contains the DeviceScape 80211 wireless stack. +endef + define Build/Prepare mkdir -p $(PKG_BUILD_DIR)/mac80211 $(CP) ./src/mac80211/* $(PKG_BUILD_DIR)/mac80211/ |