1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 00:49:43 +02:00

Add ata over ethernet modules (#4074)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13413 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-11-28 18:19:01 +00:00
parent 33a8f82a35
commit 97e045408f

View File

@ -300,3 +300,18 @@ define KernelPackage/pata-rb153-cf/description
endef endef
$(eval $(call KernelPackage,pata-rb153-cf)) $(eval $(call KernelPackage,pata-rb153-cf))
define KernelPackage/aoe
SUBMENU:=$(BLOCK_MENU)
TITLE:=ATA over Ethernet support
KCONFIG:=CONFIG_ATA_OVER_ETH
FILES:=$(LINUX_DIR)/drivers/block/aoe/aoe.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,aoe)
endef
define KernelPackage/aoe/description
Kernel support for ATA over Ethernet
endef
$(eval $(call KernelPackage,aoe))