diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-21 11:45:23 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-21 11:45:23 +0000 |
commit | dfba2f5fb19c96511b4f389a65492be66b908f07 (patch) | |
tree | 912dc32f5b0f567d85207f81071f02a9f36f6f28 /target/linux/ar71xx/patches-2.6.38/005-ar71xx_mac_driver.patch | |
parent | e7a09675219049d52769218ee228b5b5d9bea5dd (diff) |
linux/ar71xx: add 2.6.38 preliminary support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26746 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.38/005-ar71xx_mac_driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.38/005-ar71xx_mac_driver.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.38/005-ar71xx_mac_driver.patch b/target/linux/ar71xx/patches-2.6.38/005-ar71xx_mac_driver.patch new file mode 100644 index 0000000000..4f6cdb6096 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.38/005-ar71xx_mac_driver.patch @@ -0,0 +1,21 @@ +--- a/drivers/net/Kconfig ++++ b/drivers/net/Kconfig +@@ -2061,6 +2061,8 @@ config ACENIC_OMIT_TIGON_I + + The safe and default value for this is N. + ++source drivers/net/ag71xx/Kconfig ++ + config DL2K + tristate "DL2000/TC902x-based Gigabit Ethernet support" + depends on PCI +--- a/drivers/net/Makefile ++++ b/drivers/net/Makefile +@@ -112,6 +112,7 @@ obj-$(CONFIG_STMMAC_ETH) += stmmac/ + # end link order section + # + ++obj-$(CONFIG_AG71XX) += ag71xx/ + obj-$(CONFIG_SUNDANCE) += sundance.o + obj-$(CONFIG_HAMACHI) += hamachi.o + obj-$(CONFIG_NET) += Space.o loopback.o |