Merge remote-tracking branch 'edrikk/master'
This commit is contained in:
commit
8a180b1cac
|
@ -73,7 +73,8 @@ fi
|
||||||
# Tomato USB special case
|
# Tomato USB special case
|
||||||
if [ -f ../shared/tomato_version ]; then
|
if [ -f ../shared/tomato_version ]; then
|
||||||
OS_NAME=Tomato
|
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
|
fi
|
||||||
|
|
||||||
${RM} ${CONFIGFILE}
|
${RM} ${CONFIGFILE}
|
||||||
|
|
Loading…
Reference in New Issue