diff options
| author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-23 22:55:33 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-23 22:55:33 +0000 |
| commit | 18af95dca5b8930e353d132989bc5f6920dd4271 (patch) | |
| tree | f8465b6bc14b3546ddd3e9b74045919bd69bae02 | |
| parent | 2cd684572ade111be5b292d8bb76c57979221418 (diff) | |
| download | upstream-18af95dca5b8930e353d132989bc5f6920dd4271.tar.gz upstream-18af95dca5b8930e353d132989bc5f6920dd4271.tar.bz2 upstream-18af95dca5b8930e353d132989bc5f6920dd4271.zip | |
remove procfs check, does not work on grsec enabled buildsystem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2753 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch b/openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch new file mode 100644 index 00000000000..b9dab9caa1b --- /dev/null +++ b/openwrt/package/xsupplicant/patches/005-disable-procfs-check.patch @@ -0,0 +1,23 @@ +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 |
