summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-25 15:50:23 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-25 15:50:23 +0000
commitef5f8041592204bdac281b2c2b85aa7aaa1feaf0 (patch)
treef00319f7d691a308f29ff5e55f2bdc03e9459d89 /target/linux/ixp4xx
parent541619d96e3fb73916dc57d7cf3b3cc1d0f8e67c (diff)
[ixp4xx] move ixp4xx-eth to target specific modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32858 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r--target/linux/ixp4xx/modules.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/modules.mk b/target/linux/ixp4xx/modules.mk
index 8bf6e693b..8377eec01 100644
--- a/target/linux/ixp4xx/modules.mk
+++ b/target/linux/ixp4xx/modules.mk
@@ -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))