kernel: update linux 3.0 to 3.0.17
[openwrt.git] / target / linux / ppc40x / modules.mk
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/ata-magicbox-cf
9   SUBMENU:=$(BLOCK_MENU)
10   TITLE:=Magicbox v2/OpenRB Compact flash support
11   DEPENDS:=@TARGET_ppc40x
12   KCONFIG:=CONFIG_PATA_MAGICBOX_CF
13   FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.ko
14   AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf,1)
15   $(call AddDepends/ata)
16 endef
17
18 define KernelPackage/ata-magicbox-cf/description
19   Support for Magicbox v2/OpenRB on-board CF slot.
20 endef
21
22 $(eval $(call KernelPackage,ata-magicbox-cf))