aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2019-06-25 14:20:53 +0200
committerPetr Štetiar <ynezz@true.cz>2019-06-27 17:17:24 +0200
commit9deef062a490ef901d96d552a808ee7b46c1d12c (patch)
treec81b549bdf3082412b5b3ecd47f91e7b78ff80b2 /package/base-files
parenta353f2ee7fe26a1ed0deaf29dcfb3afac8fe83cf (diff)
downloadupstream-9deef062a490ef901d96d552a808ee7b46c1d12c.tar.gz
upstream-9deef062a490ef901d96d552a808ee7b46c1d12c.tar.bz2
upstream-9deef062a490ef901d96d552a808ee7b46c1d12c.zip
base-files: use OPENWRT prefix for os-release variables
Just stumbled across this LEDE legacy, without finding any real reason to keep it. There is a single LEDE_DEVICE_MANUFACTURER_URL dependency in the luci feed repo which needs to be syncronized. Signed-off-by: Bjørn Mork <bjorn@mork.no> [re-added missing commit message] Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commit 8a34a54b6aa6e9a5e2983d554fd5b97bec97e891)
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/files/usr/lib/os-release16
1 files changed, 8 insertions, 8 deletions
diff --git a/package/base-files/files/usr/lib/os-release b/package/base-files/files/usr/lib/os-release
index 121041256a..c39913d54f 100644
--- a/package/base-files/files/usr/lib/os-release
+++ b/package/base-files/files/usr/lib/os-release
@@ -8,11 +8,11 @@ HOME_URL="%u"
BUG_URL="%b"
SUPPORT_URL="%s"
BUILD_ID="%R"
-LEDE_BOARD="%S"
-LEDE_ARCH="%A"
-LEDE_TAINTS="%t"
-LEDE_DEVICE_MANUFACTURER="%M"
-LEDE_DEVICE_MANUFACTURER_URL="%m"
-LEDE_DEVICE_PRODUCT="%P"
-LEDE_DEVICE_REVISION="%h"
-LEDE_RELEASE="%D %V %C"
+OPENWRT_BOARD="%S"
+OPENWRT_ARCH="%A"
+OPENWRT_TAINTS="%t"
+OPENWRT_DEVICE_MANUFACTURER="%M"
+OPENWRT_DEVICE_MANUFACTURER_URL="%m"
+OPENWRT_DEVICE_PRODUCT="%P"
+OPENWRT_DEVICE_REVISION="%h"
+OPENWRT_RELEASE="%D %V %C"