1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:29:50 +03:00

[ixp4xx] move ixp4xx-eth to target specific modules.mk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32858 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-07-25 15:50:23 +00:00
parent 541619d96e
commit ef5f804159
2 changed files with 16 additions and 14 deletions

View File

@ -286,20 +286,6 @@ endef
$(eval $(call KernelPackage,via-velocity))
define KernelPackage/ixp4xx-eth
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=IXP4xxt Ethernet Adapter kernel support
DEPENDS:=@TARGET_ixp4xx
KCONFIG:=CONFIG_IXP4XX_ETH
FILES:=$(LINUX_DIR)/drivers/net/ethernet/xscale/ixp4xx_eth.ko
AUTOLOAD:=$(call AutoLoad,50,ixp4xx_eth)
endef
define KernelPackage/ixp4xx-eth/description
Kernel modules for Intel IXP4xx Ethernet chipsets.
endef
$(eval $(call KernelPackage,ixp4xx-eth))
define KernelPackage/8139too
SUBMENU:=$(NETWORK_DEVICES_MENU)

View File

@ -56,3 +56,19 @@ define KernelPackage/crypto-hw-ixp4xx/description
endef
$(eval $(call KernelPackage,crypto-hw-ixp4xx))
define KernelPackage/ixp4xx-eth
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=IXP4xxt Ethernet Adapter kernel support
DEPENDS:=@TARGET_ixp4xx
KCONFIG:=CONFIG_IXP4XX_ETH
FILES:=$(LINUX_DIR)/drivers/net/ethernet/xscale/ixp4xx_eth.ko
AUTOLOAD:=$(call AutoLoad,50,ixp4xx_eth)
endef
define KernelPackage/ixp4xx-eth/description
Kernel modules for Intel IXP4xx Ethernet chipsets.
endef
$(eval $(call KernelPackage,ixp4xx-eth))