mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 16:34:05 +02:00
126a87196c
This was just a little bit tested on an SAMSUNG SMT-G3020 and pci and usb do not work like before. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26576 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
306 B
Diff
10 lines
306 B
Diff
--- a/drivers/net/Makefile
|
|
+++ b/drivers/net/Makefile
|
|
@@ -302,3 +302,6 @@ obj-$(CONFIG_CAIF) += caif/
|
|
obj-$(CONFIG_OCTEON_MGMT_ETHERNET) += octeon/
|
|
obj-$(CONFIG_PCH_GBE) += pch_gbe/
|
|
obj-$(CONFIG_TILE_NET) += tile/
|
|
+
|
|
+obj-$(CONFIG_AMAZON_NET_SW) += amazon_sw.o
|
|
+obj-$(CONFIG_ADM6996_SUPPORT) += admmod.o
|