mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
9 lines
153 B
Bash
Executable File
9 lines
153 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
START=99
|
|
|
|
start() {
|
|
[ -n "$(fw_printenv -n model_name 2>/dev/null)" ] && \
|
|
fw_printenv -n model_name > /tmp/sysinfo/model
|
|
}
|