Define "TOMATO" in Tomato portion of config file creation

Define "TOMATO" in Tomato portion of config file creation
This commit is contained in:
edrikk 2015-06-09 15:53:11 -04:00
parent 76f52c81de
commit 70a2eee3e2
1 changed files with 4 additions and 0 deletions

View File

@ -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}