Skip to content

Commit

Permalink
base-files: add ARCH_PACKAGES to openwrt_release and os-release
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
neocturne committed Jan 16, 2017
1 parent 5c20a4f commit b9a408c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/base-files/files/etc/openwrt_release
Expand Up @@ -3,5 +3,6 @@ DISTRIB_RELEASE='%V'
DISTRIB_REVISION='%R'
DISTRIB_CODENAME='%n'
DISTRIB_TARGET='%S'
DISTRIB_ARCH='%A'
DISTRIB_DESCRIPTION='%D %N %V %C'
DISTRIB_TAINTS='%t'
1 change: 1 addition & 0 deletions package/base-files/files/usr/lib/os-release
Expand Up @@ -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"
Expand Down

0 comments on commit b9a408c

Please sign in to comment.