mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 15:03:07 +00:00
ef7a6a4d72
Add a menuconfig option to set the HOME_URL exposed in
/usr/lib/os-release independent from the
LEDE_DEVICE_MANUFACTURER_URL.
Fixes: FS#1123
Signed-off-by: Mathias Kresin <dev@kresin.me>
(backported from 52a9edb1bf
)
19 lines
335 B
Plaintext
19 lines
335 B
Plaintext
NAME="%D"
|
|
VERSION="%V"
|
|
ID="%d"
|
|
ID_LIKE="lede openwrt"
|
|
PRETTY_NAME="%D %V"
|
|
VERSION_ID="%v"
|
|
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"
|