aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/usr
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-01-16 13:25:14 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-01-16 13:29:47 +0100
commitb9a408c2b49ccfa0e906bda00ef77f4002e401fd (patch)
tree3a1256a9f5a18511707e4bff01d14f51cfbce01b /package/base-files/files/usr
parent5c20a4fec923c33175e737e2f956cb748ed5e1d5 (diff)
downloadupstream-b9a408c2b49ccfa0e906bda00ef77f4002e401fd.tar.gz
upstream-b9a408c2b49ccfa0e906bda00ef77f4002e401fd.tar.bz2
upstream-b9a408c2b49ccfa0e906bda00ef77f4002e401fd.zip
base-files: add ARCH_PACKAGES to openwrt_release and os-release
Knowing the package architecture at runtime can be useful, e.g. to configure opkg repository URLs. The value of ARCH_PACKAGES ("%A" in VERSION_SED) as added to openwrt_release (as DISTRIB_ARCH) and os-release (as LEDE_ARCH). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package/base-files/files/usr')
-rw-r--r--package/base-files/files/usr/lib/os-release1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/usr/lib/os-release b/package/base-files/files/usr/lib/os-release
index 79b08d16cf..21abf969e1 100644
--- a/package/base-files/files/usr/lib/os-release
+++ b/package/base-files/files/usr/lib/os-release
@@ -9,6 +9,7 @@ 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"