mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 17:11:33 +02:00
2ebebbc458
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20449 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
183 B
Diff
12 lines
183 B
Diff
--- a/pci.c
|
|
+++ b/pci.c
|
|
@@ -17,8 +17,6 @@
|
|
*/
|
|
#define ACX_MAC80211_PCI 1
|
|
|
|
-#define CONFIG_PCI 1
|
|
-
|
|
#include <linux/version.h>
|
|
|
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33)
|