mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 18:28:27 +02:00
1932ef3fc4
This fixes #5314 Thanks to Michael Richter git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16523 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
278 B
Diff
10 lines
278 B
Diff
--- 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
|