Browse Source

fix branding in package/base-files

RISCi_ATOM 6 years ago
parent
commit
a9094cc0af

+ 1 - 1
package/base-files/files/etc/init.d/system

@@ -7,7 +7,7 @@ USE_PROCD=1
 validate_system_section()
 validate_system_section()
 {
 {
 	uci_validate_section system system "${1}" \
 	uci_validate_section system system "${1}" \
-		'hostname:string:lede' \
+		'hostname:string:librecmc' \
 		'conloglevel:uinteger' \
 		'conloglevel:uinteger' \
 		'buffersize:uinteger' \
 		'buffersize:uinteger' \
 		'timezone:string:UTC' \
 		'timezone:string:UTC' \

+ 1 - 1
package/base-files/files/usr/lib/os-release

@@ -1,7 +1,7 @@
 NAME="%D"
 NAME="%D"
 VERSION="%V, %N"
 VERSION="%V, %N"
 ID="%d"
 ID="%d"
-ID_LIKE="lede openwrt"
+ID_LIKE="librecmc openwrt"
 PRETTY_NAME="%D %N %V"
 PRETTY_NAME="%D %N %V"
 VERSION_ID="%v"
 VERSION_ID="%v"
 HOME_URL="%m"
 HOME_URL="%m"