mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02: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:
parent
541619d96e
commit
ef5f804159
@ -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)
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user