source:
freewrt/package/xsupplicant/patches/005-disable-procfs-check.patch@
475ad56
| Last change on this file since 475ad56 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 895 bytes | |
-
xsupplicant-1.2.2
diff -Nur xsupplicant-1.2.2/configure xsupplicant-1.2.2.patched/configure
old new 4809 4809 FRAMER="generic" 4810 4810 fi 4811 4811 4812 if test $FRAMER = "linux"; then4813 echo "$as_me:$LINENO: checking for procfs support" >&54814 echo $ECHO_N "checking for procfs support... $ECHO_C" >&64815 if test -r /proc/net/dev; then4816 echo "$as_me:$LINENO: result: okay" >&54817 echo "${ECHO_T}okay" >&64818 else4819 { { echo "$as_me:$LINENO: error: You must have ProcFS enabled in your kernel!" >&54820 echo "$as_me: error: You must have ProcFS enabled in your kernel!" >&2;}4821 { (exit 1); exit 1; }; };4822 fi4823 fi4824 4825 4812 if test "$MADWIFI_PATH" != ""; then 4826 4813 echo "$as_me:$LINENO: result: Adding MADWIFI WPA support." >&5 4827 4814 echo "${ECHO_T}Adding MADWIFI WPA support." >&6
Note:
See TracBrowser
for help on using the repository browser.
