source: freewrt/package/xsupplicant/patches/005-disable-procfs-check.patch@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 895 bytes
  • xsupplicant-1.2.2

    diff -Nur xsupplicant-1.2.2/configure xsupplicant-1.2.2.patched/configure
    old new  
    48094809  FRAMER="generic"
    48104810fi
    48114811
    4812 if test $FRAMER = "linux"; then
    4813    echo "$as_me:$LINENO: checking for procfs support" >&5
    4814 echo $ECHO_N "checking for procfs support... $ECHO_C" >&6
    4815    if test -r /proc/net/dev; then
    4816       echo "$as_me:$LINENO: result: okay" >&5
    4817 echo "${ECHO_T}okay" >&6
    4818    else
    4819       { { echo "$as_me:$LINENO: error: You must have ProcFS enabled in your kernel!" >&5
    4820 echo "$as_me: error: You must have ProcFS enabled in your kernel!" >&2;}
    4821    { (exit 1); exit 1; }; };
    4822    fi
    4823 fi
    4824 
    48254812if test "$MADWIFI_PATH" != ""; then
    48264813   echo "$as_me:$LINENO: result: Adding MADWIFI WPA support." >&5
    48274814echo "${ECHO_T}Adding MADWIFI WPA support." >&6
Note: See TracBrowser for help on using the repository browser.