- added PLD Linux support to distro script

This commit is contained in:
Sławomir Paszkiewicz
2015-09-29 15:14:53 +02:00
parent b7d297edb5
commit 3b1dbdf220

View File

@@ -56,6 +56,10 @@ elif [ "${OS}" = "Linux" ] ; then
elif [ -f /etc/openwrt_version ] ; then
DIST="OpenWrt"
REV=$(cat /etc/openwrt_version)
elif [ -f /etc/pld-release ] ; then
DIST=$(cat /etc/pld-release)
REV=""
fi
if [ -f /etc/lsb-release -a "${IGNORE_LSB}" != 1 ] ; then