define KernelPackage/ata-core
SUBMENU:=$(BLOCK_MENU)
TITLE:=Serial and Parallel ATA support
- DEPENDS:=@PCI_SUPPORT @LINUX_2_6
+ DEPENDS:=@PCI_SUPPORT @LINUX_2_6 +kmod-scsi-core
KCONFIG:=CONFIG_ATA
FILES:=$(LINUX_DIR)/drivers/ata/libata.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,21,libata)
define KernelPackage/ata-artop
SUBMENU:=$(BLOCK_MENU)
TITLE:=ARTOP 6210/6260 PATA support
- DEPENDS:=kmod-ata-core +kmod-scsi-core
+ DEPENDS:=kmod-ata-core
KCONFIG:=CONFIG_PATA_ARTOP
FILES:=$(LINUX_DIR)/drivers/ata/pata_artop.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,41,pata_artop)
define KernelPackage/ata-piix
SUBMENU:=$(BLOCK_MENU)
TITLE:=Intel PIIX PATA/SATA support
- DEPENDS:=kmod-ata-core +kmod-ide-core +kmod-scsi-core
+ DEPENDS:=kmod-ata-core +kmod-ide-core
KCONFIG:=CONFIG_ATA_PIIX
FILES:=$(LINUX_DIR)/drivers/ata/ata_piix.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,41,ata_piix)
endef
$(eval $(call KernelPackage,nbd))
+
+
+define KernelPackage/rb153-cf
+ SUBMENU:=$(BLOCK_MENU)
+ TITLE:=RouterBoard 153 CF Slot
+ KCONFIG:=CONFIG_BLK_DEV_CF_MIPS
+ FILES:=$(LINUX_DIR)/drivers/block/rb1xx/rb153-cf.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,30,rb153-cf)
+endef
+
+define KernelPackage/rb153-cf/description
+ Kernel module for the RouterBoard 153 CF slot
+endef
+
+$(eval $(call KernelPackage,rb153-cf))