DESCRIPTION:= is obselete

SVN-Revision: 9306
This commit is contained in:
John Crispin
2007-10-14 04:46:38 +00:00
parent 5e621fdd17
commit 92c40922e9
3 changed files with 13 additions and 6 deletions

View File

@@ -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)/