- menuconfig VERSIONOPT
- bool "Version configuration options" if IMAGEOPT
- default n
- help
- These options allow to override the version information embedded in
- the /etc/openwrt_version, /etc/openwrt_release, /etc/banner,
- /etc/opkg.conf, and /etc/os-release files. Usually there is no need
- to set these, but they're useful for release builds or custom OpenWrt
- redistributions that should carry custom version tags.
- if VERSIONOPT
- config VERSION_DIST
- string
- prompt "Release distribution"
- default "OpenWrt"
- help
- This is the name of the release distribution.
- If unspecified, it defaults to OpenWrt.
This file has been truncated. show original