projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
linux/generic: fix block2mtd for 2.6.38
[openwrt.git]
/
target
/
linux
/
au1000
/
modules.mk
diff --git
a/target/linux/au1000/modules.mk
b/target/linux/au1000/modules.mk
index
cab44aa
..
e001db4
100644
(file)
--- a/
target/linux/au1000/modules.mk
+++ b/
target/linux/au1000/modules.mk
@@
-6,10
+6,10
@@
#
define KernelPackage/pcmcia-au1000
#
define KernelPackage/pcmcia-au1000
- SUBMENU:=$(
OTHER
_MENU)
+ SUBMENU:=$(
PCMCIA
_MENU)
TITLE:=RMI/AMD Au1000 PCMCIA support
DEPENDS:=@TARGET_au1000 kmod-pcmcia-core
TITLE:=RMI/AMD Au1000 PCMCIA support
DEPENDS:=@TARGET_au1000 kmod-pcmcia-core
- FILES:=$(LINUX_DIR)/drivers/pcmcia/au1x00_ss.
$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/drivers/pcmcia/au1x00_ss.
ko
AUTOLOAD:=$(call AutoLoad,41,au1x00_ss)
endef
AUTOLOAD:=$(call AutoLoad,41,au1x00_ss)
endef
This page took
0.019027 seconds
and
4
git commands to generate.