mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-10 14:16:02 +00:00
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_NAME=UPnP
|
||||||
OS_URL=http://tomatousb.org/
|
OS_URL=http://tomatousb.org/
|
||||||
echo "" >> ${CONFIGFILE}
|
echo "" >> ${CONFIGFILE}
|
||||||
|
echo "#ifndef TOMATO" >> ${CONFIGFILE}
|
||||||
|
echo "#define TOMATO" >> ${CONFIGFILE}
|
||||||
|
echo "#endif" >> ${CONFIGFILE}
|
||||||
|
echo "" >> ${CONFIGFILE}
|
||||||
echo "#ifdef LINUX26" >> ${CONFIGFILE}
|
echo "#ifdef LINUX26" >> ${CONFIGFILE}
|
||||||
echo "#define USE_IFACEWATCHER 1" >> ${CONFIGFILE}
|
echo "#define USE_IFACEWATCHER 1" >> ${CONFIGFILE}
|
||||||
echo "#endif" >> ${CONFIGFILE}
|
echo "#endif" >> ${CONFIGFILE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user