summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-14 04:46:38 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-14 04:46:38 +0000
commitbe51d215c7d4cb5febbd4968fc695496197e17a0 (patch)
tree9a7fdffa2fa0a5bed35d6e9d3cf4ae96eb4a3c5b
parent0988e52bb412c814fb9d277887f7ed0a3d249353 (diff)
DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9306 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/acx-mac80211/Makefile7
-rw-r--r--package/broadcom-mmc/Makefile6
-rw-r--r--package/rt61/Makefile6
3 files changed, 13 insertions, 6 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index a60bf8fc4..47b86a49f 100644
--- a/package/acx-mac80211/Makefile
+++ b/package/acx-mac80211/Makefile
@@ -30,13 +30,16 @@ endif
define KernelPackage/acx-mac80211
SUBMENU:=Wireless Drivers
TITLE:=ACX111 Mac80211 driver
- DESCRIPTION:=Driver for acx111 cards (Mac80211 version)
- DEPENDS:=@LINUX_2_6 +kmod-mac80211 @!TARGET_atheros
+ DEPENDS:=@LINUX_2_6 +kmod-mac80211 @!TARGET_atheros
# KCONFIG:=CONFIG_MAC80211
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
endef
+define KernelPackage/acx-mac80211/description
+ Driver for acx111 cards (Mac80211 version)
+endef
+
$(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME)
$(DL_DIR)/$(PKG_FW_NAME):
diff --git a/package/broadcom-mmc/Makefile b/package/broadcom-mmc/Makefile
index 5bfc8a289..12fa09346 100644
--- a/package/broadcom-mmc/Makefile
+++ b/package/broadcom-mmc/Makefile
@@ -25,13 +25,15 @@ define KernelPackage/broadcom-mmc
SUBMENU:=Other modules
DEPENDS:=@TARGET_brcm_2_4
TITLE:=Kernel driver for the Linksys WRT54G MM/SD-Card Mod
- DESCRIPTION:=\
- Kernel driver for the Linksys WRT54G MM/SD-Card Mod
URL:=http://kiel.kool.dk/
FILES:=$(PKG_BUILD_DIR)/mmc.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,80,mmc)
endef
+define KernelPackage/broadcom-mmc/description
+ Kernel driver for the Linksys WRT54G MM/SD-Card Mod
+endef
+
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
diff --git a/package/rt61/Makefile b/package/rt61/Makefile
index f053f8389..d646f1800 100644
--- a/package/rt61/Makefile
+++ b/package/rt61/Makefile
@@ -23,14 +23,16 @@ define KernelPackage/rt61
SUBMENU:=Wireless Drivers
TITLE:=Driver for ralink MiMo pci chipsets
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT +wireless-tools
- DESCRIPTION:=\
- This package contains a driver for ralink rt2x61 pci chipsets.
URL:=http://rt2x00.serialmonkey.com/
FILES:= \
$(PKG_BUILD_DIR)/Module/rt61.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,rt61)
endef
+define KernelPackage/rt61/description
+ This package contains a driver for ralink rt2x61 pci chipsets.
+endef
+
define KernelPackage/rt61/install
mkdir -p $(1)/lib/firmware
$(CP) -L $(PKG_BUILD_DIR)/Module/rt2?61*.bin $(1)/lib/firmware