projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] generate firmware image for the TL-WR941ND device
[openwrt.git]
/
package
/
broadcom-mmc
/
Makefile
diff --git
a/package/broadcom-mmc/Makefile
b/package/broadcom-mmc/Makefile
index
5bfc8a2
..
12fa093
100644
(file)
--- 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
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
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)/
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
This page took
0.026561 seconds
and
4
git commands to generate.