mac80211: allow AP and VLAN modes
[openwrt.git] / package / broadcom-mmc / Makefile
index 889bcfa..12fa093 100644 (file)
@@ -23,15 +23,17 @@ MAKEFLAGS_KMOD:= -C "$(LINUX_DIR)" \
 
 define KernelPackage/broadcom-mmc
   SUBMENU:=Other modules
-  DEPENDS:=@TARGET_BRCM_2_4
+  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.021478 seconds and 4 git commands to generate.