diff --git a/scripts/distro b/scripts/distro index 88b2fda393..a9163da156 100755 --- a/scripts/distro +++ b/scripts/distro @@ -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