Fixes
d23e1e1e1a "merge: properly remove %n / %N references"
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
NAME="%D"
-VERSION="%V, %N"
+VERSION="%V"
ID="%d"
ID_LIKE="lede openwrt"
-PRETTY_NAME="%D %N %V"
+PRETTY_NAME="%D %V"
VERSION_ID="%v"
HOME_URL="%m"
BUG_URL="%b"
LEDE_DEVICE_MANUFACTURER_URL="%m"
LEDE_DEVICE_PRODUCT="%P"
LEDE_DEVICE_REVISION="%h"
-LEDE_RELEASE="%D %N %V %C"
+LEDE_RELEASE="%D %V %C"
This is the name of the release distribution.
If unspecified, it defaults to OpenWrt.
- config VERSION_NICK
- string
- prompt "Release version nickname"
- help
- This is the release codename embedded in the image.
- If unspecified, it defaults to the name of source branch.
-
config VERSION_NUMBER
string
prompt "Release version number"