X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/bba1f997128c0de7f177abf5a5d733976b32c105..68e593ec2a2eca956ed68c126370662750fc6d16:/target/linux/amazon/patches/140-net_drivers.patch diff --git a/target/linux/amazon/patches/140-net_drivers.patch b/target/linux/amazon/patches/140-net_drivers.patch index 1f010e555..2b5c1b632 100644 --- a/target/linux/amazon/patches/140-net_drivers.patch +++ b/target/linux/amazon/patches/140-net_drivers.patch @@ -1,10 +1,9 @@ -Index: linux-2.6.21.7/drivers/net/Makefile -=================================================================== ---- linux-2.6.21.7.orig/drivers/net/Makefile -+++ linux-2.6.21.7/drivers/net/Makefile -@@ -219,3 +219,5 @@ obj-$(CONFIG_NETCONSOLE) += netconsole.o +--- a/drivers/net/Makefile ++++ b/drivers/net/Makefile +@@ -219,3 +219,6 @@ obj-$(CONFIG_NETCONSOLE) += netconsole.o obj-$(CONFIG_FS_ENET) += fs_enet/ obj-$(CONFIG_NETXEN_NIC) += netxen/ + +obj-$(CONFIG_AMAZON_NET_SW) += amazon_sw.o ++obj-$(CONFIG_ADM6996_SUPPORT) += admmod.o