mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
b9a408c2b4
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>
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
DISTRIB_ID='%D'
|
|
DISTRIB_RELEASE='%V'
|
|
DISTRIB_REVISION='%R'
|
|
DISTRIB_CODENAME='%n'
|
|
DISTRIB_TARGET='%S'
|
|
DISTRIB_ARCH='%A'
|
|
DISTRIB_DESCRIPTION='%D %N %V %C'
|
|
DISTRIB_TAINTS='%t'
|