mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add dependency on rb532 target for its CF module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13704 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -70,7 +70,7 @@ $(eval $(call KernelPackage,ata-ixp4xx-cf))
|
||||
define KernelPackage/ata-rb532-cf
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=RB532 Compact Flash support
|
||||
DEPENDS:=kmod-ata-core
|
||||
DEPENDS:=@TARGET_rb532 kmod-ata-core
|
||||
KCONFIG:= \
|
||||
CONFIG_PATA_PLATFORM \
|
||||
CONFIG_PATA_RB532
|
||||
|
||||
Reference in New Issue
Block a user