use board names instead of arch in packages
[openwrt.git] / package / broadcom-mmc / Makefile
index 5bfc8a2..509e993 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id: $
 
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
@@ -25,13 +24,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)/
This page took 0.028727 seconds and 4 git commands to generate.