let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / xsupplicant / patches / 005-disable-procfs-check.patch
1 diff -Nur xsupplicant-1.2.2/configure xsupplicant-1.2.2.patched/configure
2 --- xsupplicant-1.2.2/configure 2005-09-14 05:34:54.000000000 +0200
3 +++ xsupplicant-1.2.2.patched/configure 2005-12-23 23:51:47.031541500 +0100
4 @@ -4809,19 +4809,6 @@
5 FRAMER="generic"
6 fi
7
8 -if test $FRAMER = "linux"; then
9 - echo "$as_me:$LINENO: checking for procfs support" >&5
10 -echo $ECHO_N "checking for procfs support... $ECHO_C" >&6
11 - if test -r /proc/net/dev; then
12 - echo "$as_me:$LINENO: result: okay" >&5
13 -echo "${ECHO_T}okay" >&6
14 - else
15 - { { echo "$as_me:$LINENO: error: You must have ProcFS enabled in your kernel!" >&5
16 -echo "$as_me: error: You must have ProcFS enabled in your kernel!" >&2;}
17 - { (exit 1); exit 1; }; };
18 - fi
19 -fi
20 -
21 if test "$MADWIFI_PATH" != ""; then
22 echo "$as_me:$LINENO: result: Adding MADWIFI WPA support." >&5
23 echo "${ECHO_T}Adding MADWIFI WPA support." >&6