move ixp4xx-eth to target specific modules.mk
SVN-Revision: 32858
This commit is contained in:
parent
53402a64b3
commit
18038c803c
2 changed files with 16 additions and 14 deletions
|
@ -286,20 +286,6 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,via-velocity))
|
$(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
|
define KernelPackage/8139too
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
|
|
|
@ -56,3 +56,19 @@ define KernelPackage/crypto-hw-ixp4xx/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-hw-ixp4xx))
|
$(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 a new issue