summaryrefslogtreecommitdiff
path: root/openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
commitd58a09110ccfa95f06c983fe796806f2e035c9d2 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch
parentaf034797eeb62b62ac05442d5a688b28ccd0f16b (diff)
downloadmtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.zip
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.gz
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.bz2
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
SVN-Revision: 4944
Diffstat (limited to 'openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch')
-rw-r--r--openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch b/openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch
deleted file mode 100644
index b9dab9c..0000000
--- a/openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Nur xsupplicant-1.2.2/configure xsupplicant-1.2.2.patched/configure
---- xsupplicant-1.2.2/configure 2005-09-14 05:34:54.000000000 +0200
-+++ xsupplicant-1.2.2.patched/configure 2005-12-23 23:51:47.031541500 +0100
-@@ -4809,19 +4809,6 @@
- FRAMER="generic"
- fi
-
--if test $FRAMER = "linux"; then
-- echo "$as_me:$LINENO: checking for procfs support" >&5
--echo $ECHO_N "checking for procfs support... $ECHO_C" >&6
-- if test -r /proc/net/dev; then
-- echo "$as_me:$LINENO: result: okay" >&5
--echo "${ECHO_T}okay" >&6
-- else
-- { { echo "$as_me:$LINENO: error: You must have ProcFS enabled in your kernel!" >&5
--echo "$as_me: error: You must have ProcFS enabled in your kernel!" >&2;}
-- { (exit 1); exit 1; }; };
-- fi
--fi
--
- if test "$MADWIFI_PATH" != ""; then
- echo "$as_me:$LINENO: result: Adding MADWIFI WPA support." >&5
- echo "${ECHO_T}Adding MADWIFI WPA support." >&6