aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/usr
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-26 07:00:04 +0200
commit8a34a54b6aa6e9a5e2983d554fd5b97bec97e891 (patch)
tree2d38f182fb9cd59146d0c6be9df9ab8b3b55da70 /package/base-files/files/usr
parent577174cf60ddbdd8233f9aa029d7c0ee97c681fc (diff)
downloadupstream-8a34a54b6aa6e9a5e2983d554fd5b97bec97e891.tar.gz
upstream-8a34a54b6aa6e9a5e2983d554fd5b97bec97e891.tar.bz2
upstream-8a34a54b6aa6e9a5e2983d554fd5b97bec97e891.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>
Diffstat (limited to 'package/base-files/files/usr')
-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"