From 3b1dbdf220fef1b03559242fafd11175d5df7d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Paszkiewicz?= Date: Tue, 29 Sep 2015 15:14:53 +0200 Subject: [PATCH] - added PLD Linux support to distro script --- scripts/distro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/distro b/scripts/distro index 88b2fda39..a9163da15 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