2 < # echo "#define TCPDAEMON" >> arch.h #to have TCP daemon compiled
4 > echo "#define TCPDAEMON" >> arch.h #to have TCP daemon compiled
6 < if [ `uname -r | grep 2.6.[16:99] | wc -l` == "0" ]
8 > if [ `uname -r | grep 2.6.[16:20] | wc -l` == "0" ]
15 < if [ -e /lib/modules/`uname -r`/source/.config ]
17 < echo "#define KCFG_PATH \"/lib/modules/`uname -r`/source/.config\"" >> arch.h
19 < echo "/lib/modules/`uname -r`/source/.config"
22 < if [ -e /lib/modules/`uname -r`/build/.config ]
24 < echo "#define KCFG_PATH \"/lib/modules/`uname -r`/build/.config\"" >> arch.h
26 < echo "/lib/modules/`uname -r`/build/.config"
29 > if [ -e /lib/modules/`uname -r`/source/.config ]
31 > echo "#define KCFG_PATH \"/lib/modules/`uname -r`/source/.config\"" >> arch.h
33 > echo "/lib/modules/`uname -r`/source/.config"
36 > if [ -e /lib/modules/`uname -r`/build/.config ]
38 > echo "#define KCFG_PATH \"/lib/modules/`uname -r`/build/.config\"" >> arch.h
40 > echo "/lib/modules/`uname -r`/build/.config"