projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[etrax] Update and add patches
[openwrt.git]
/
package
/
kernel
/
modules
/
block.mk
diff --git
a/package/kernel/modules/block.mk
b/package/kernel/modules/block.mk
index
44fd8c1
..
2c720eb
100644
(file)
--- a/
package/kernel/modules/block.mk
+++ b/
package/kernel/modules/block.mk
@@
-70,7
+70,7
@@
$(eval $(call KernelPackage,ata-ixp4xx-cf))
define KernelPackage/ata-rb532-cf
SUBMENU:=$(BLOCK_MENU)
TITLE:=RB532 Compact Flash support
define KernelPackage/ata-rb532-cf
SUBMENU:=$(BLOCK_MENU)
TITLE:=RB532 Compact Flash support
- DEPENDS:=@TARGET_rb532 kmod-ata-core
+ DEPENDS:=@TARGET_rb532 kmod-ata-core
@BROKEN
KCONFIG:= \
CONFIG_PATA_PLATFORM \
CONFIG_PATA_RB532
KCONFIG:= \
CONFIG_PATA_PLATFORM \
CONFIG_PATA_RB532
@@
-131,10
+131,11
@@
endef
$(eval $(call KernelPackage,ata-via-sata))
$(eval $(call KernelPackage,ata-via-sata))
+# XXX: broken on 2.6.28 due to module name/path changes
define KernelPackage/ide-core
SUBMENU:=$(BLOCK_MENU)
TITLE:=IDE (ATA/ATAPI) device support
define KernelPackage/ide-core
SUBMENU:=$(BLOCK_MENU)
TITLE:=IDE (ATA/ATAPI) device support
- DEPENDS:=@PCI_SUPPORT
+ DEPENDS:=@PCI_SUPPORT
@LINUX_2_6_28:BROKEN
KCONFIG:= \
CONFIG_IDE \
CONFIG_IDE_GENERIC \
KCONFIG:= \
CONFIG_IDE \
CONFIG_IDE_GENERIC \
This page took
0.022577 seconds
and
4
git commands to generate.