mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 00:24:40 +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
264 B
Diff
10 lines
264 B
Diff
--- a/drivers/net/Makefile
|
|
+++ b/drivers/net/Makefile
|
|
@@ -271,3 +271,6 @@ obj-$(CONFIG_VIRTIO_NET) += virtio_net.o
|
|
obj-$(CONFIG_SFC) += sfc/
|
|
|
|
obj-$(CONFIG_WIMAX) += wimax/
|
|
+
|
|
+obj-$(CONFIG_AMAZON_NET_SW) += amazon_sw.o
|
|
+obj-$(CONFIG_ADM6996_SUPPORT) += admmod.o
|