Define "TOMATO" in Tomato portion of config file creation
Define "TOMATO" in Tomato portion of config file creation
This commit is contained in:
parent
76f52c81de
commit
70a2eee3e2
|
@ -265,6 +265,10 @@ case $OS_NAME in
|
|||
OS_NAME=UPnP
|
||||
OS_URL=http://tomatousb.org/
|
||||
echo "" >> ${CONFIGFILE}
|
||||
echo "#ifndef TOMATO" >> ${CONFIGFILE}
|
||||
echo "#define TOMATO" >> ${CONFIGFILE}
|
||||
echo "#endif" >> ${CONFIGFILE}
|
||||
echo "" >> ${CONFIGFILE}
|
||||
echo "#ifdef LINUX26" >> ${CONFIGFILE}
|
||||
echo "#define USE_IFACEWATCHER 1" >> ${CONFIGFILE}
|
||||
echo "#endif" >> ${CONFIGFILE}
|
||||
|
|
Loading…
Reference in New Issue