linuxOS_AP06/device/rockchip/common/configs/post/Config.in.hostname
2025-06-03 12:28:32 +08:00

23 lines
355 B
Plaintext

#
choice
prompt "hostname"
config RK_ROOTFS_HOSTNAME_DEFAULT
bool "auto"
help
Use "<chip>-<OS>" for non-debian OS.
config RK_ROOTFS_HOSTNAME_ORIGINAL
bool "original"
config RK_ROOTFS_HOSTNAME_CUSTOM
bool "custom"
endchoice # hostname
config RK_ROOTFS_HOSTNAME
string "custom hostname"
depends on RK_ROOTFS_HOSTNAME_CUSTOM
default RK_CHIP