diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-10 18:35:08 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-10 18:35:08 +0000 |
commit | a458cd36f408b6efde11a3a2bec2fe42c2ba031e (patch) | |
tree | 15d494cd956a034931ff1e81c5925e21448c4ce0 /package/block-extroot | |
parent | e1d249d8b4527a59458607ebdfb7b551194688c4 (diff) |
[package] block-extroot depends on kmod-ata-core
The package block-extroot depends on some builtin package like
kmod-ide-core or kmod-usb-storage. But kmod-ata-core was forgotten; this
patch fixes it.
Signed-off-by: Benjamin Cama <benoar@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20784 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-extroot')
-rw-r--r-- | package/block-extroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/block-extroot/Makefile b/package/block-extroot/Makefile index eaf01dad5..03b99b8a9 100644 --- a/package/block-extroot/Makefile +++ b/package/block-extroot/Makefile @@ -26,7 +26,7 @@ endef define Package/block-extroot $(call Package/block-extroot/Default) MENU:=1 - DEPENDS:=+block-mount @PACKAGE_kmod-ide-core||PACKAGE_kmod-usb-storage||PACKAGE_kmod-mmc||PACKAGE_kmod-broadcom-sdhc + DEPENDS:=+block-mount @PACKAGE_kmod-ide-core||PACKAGE_kmod-ata-core||PACKAGE_kmod-usb-storage||PACKAGE_kmod-mmc endef define Package/block-extroot/config |