summaryrefslogtreecommitdiffstats
path: root/package/acx/patches/007-2.6.33_fixes.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-24 08:05:49 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-24 08:05:49 +0000
commite7ec62b7cf733b8ac470dd66d89c0512b09de3ba (patch)
tree08413bd820ce639f017c295bbee638ed3310070b /package/acx/patches/007-2.6.33_fixes.patch
parentff9443f5d5dfca2e636f95116341ed111b917aec (diff)
[package] remove old acx driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31456 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx/patches/007-2.6.33_fixes.patch')
-rw-r--r--package/acx/patches/007-2.6.33_fixes.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/acx/patches/007-2.6.33_fixes.patch b/package/acx/patches/007-2.6.33_fixes.patch
deleted file mode 100644
index 338b1c66f..000000000
--- a/package/acx/patches/007-2.6.33_fixes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/pci.c
-+++ b/pci.c
-@@ -35,8 +35,12 @@
-
- /* Linux 2.6.18+ uses <linux/utsrelease.h> */
- #ifndef UTS_RELEASE
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33))
-+#include <generated/utsrelease.h>
-+#else
- #include <linux/utsrelease.h>
- #endif
-+#endif
-
- #include <linux/compiler.h> /* required for Lx 2.6.8 ?? */
- #include <linux/kernel.h>