projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: compress kernel binaries in Image/Prepare stage
[openwrt.git]
/
target
/
linux
/
ppc40x
/
modules.mk
diff --git
a/target/linux/ppc40x/modules.mk
b/target/linux/ppc40x/modules.mk
index
7a12476
..
8859a27
100644
(file)
--- a/
target/linux/ppc40x/modules.mk
+++ b/
target/linux/ppc40x/modules.mk
@@
-10,7
+10,7
@@
define KernelPackage/ata-magicbox-cf
TITLE:=Magicbox v2/OpenRB Compact flash support
DEPENDS:=@TARGET_ppc40x
KCONFIG:=CONFIG_PATA_MAGICBOX_CF
TITLE:=Magicbox v2/OpenRB Compact flash support
DEPENDS:=@TARGET_ppc40x
KCONFIG:=CONFIG_PATA_MAGICBOX_CF
- FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.
$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.
ko
AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf,1)
$(call AddDepends/ata)
endef
AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf,1)
$(call AddDepends/ata)
endef
This page took
0.032581 seconds
and
4
git commands to generate.