aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/block.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-01-02 11:28:11 +0000
committerJohn Crispin <blogic@openwrt.org>2013-01-02 11:28:11 +0000
commitd1c1b7bdd8d3c69070bc8a74b0a52d3dc7d2c553 (patch)
tree330acbc92000670f4c0293e16249f090c54ed821 /package/kernel/modules/block.mk
parent88f49b517bf554b1d850989a1def70be1526e598 (diff)
downloadupstream-d1c1b7bdd8d3c69070bc8a74b0a52d3dc7d2c553.tar.gz
upstream-d1c1b7bdd8d3c69070bc8a74b0a52d3dc7d2c553.tar.bz2
upstream-d1c1b7bdd8d3c69070bc8a74b0a52d3dc7d2c553.zip
Remove remaining etrax references
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34968 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/block.mk')
-rw-r--r--package/kernel/modules/block.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index ba2443957a..373230b9a6 100644
--- a/package/kernel/modules/block.mk
+++ b/package/kernel/modules/block.mk
@@ -25,7 +25,7 @@ $(eval $(call KernelPackage,aoe))
define KernelPackage/ata-core
SUBMENU:=$(BLOCK_MENU)
TITLE:=Serial and Parallel ATA support
- DEPENDS:=@PCI_SUPPORT +kmod-scsi-core @!TARGET_etrax
+ DEPENDS:=@PCI_SUPPORT +kmod-scsi-core
KCONFIG:=CONFIG_ATA
FILES:=$(LINUX_DIR)/drivers/ata/libata.ko
AUTOLOAD:=$(call AutoLoad,21,libata,1)