mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-07 11:54:35 +00:00
Merge remote-tracking branch 'edrikk/master'
This commit is contained in:
commit
8a180b1cac
@ -73,7 +73,8 @@ fi
|
||||
# Tomato USB special case
|
||||
if [ -f ../shared/tomato_version ]; then
|
||||
OS_NAME=Tomato
|
||||
OS_VERSION="Tomato $(cat ../shared/tomato_version)"
|
||||
TOMATO_VER=`cat ../shared/tomato_version | cut -d' ' -f2,3`
|
||||
OS_VERSION="Tomato $TOMATO_VER"
|
||||
fi
|
||||
|
||||
${RM} ${CONFIGFILE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user