diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-07 16:36:51 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-07 16:36:51 +0000 |
commit | d73f59a7ce565f0d7d0c0363b7e604274584eba3 (patch) | |
tree | 8dd208a9db96c62c017a545527e3e7f400b0c598 /package/acx-mac80211 | |
parent | 1af59a69e7ddee4f3ce27e82a6ff694c01038883 (diff) |
[ar7] add one more acx-mac80211 patch to finally allow its building on ar7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20036 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211')
-rw-r--r-- | package/acx-mac80211/patches/005-do_not_override_pci.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/acx-mac80211/patches/005-do_not_override_pci.patch b/package/acx-mac80211/patches/005-do_not_override_pci.patch new file mode 100644 index 000000000..b643c091b --- /dev/null +++ b/package/acx-mac80211/patches/005-do_not_override_pci.patch @@ -0,0 +1,13 @@ +Index: acx-mac80211-20100302/pci.c +=================================================================== +--- acx-mac80211-20100302.orig/pci.c 2010-03-07 12:39:38.000000000 +0100 ++++ acx-mac80211-20100302/pci.c 2010-03-07 12:40:02.000000000 +0100 +@@ -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) |