lantiq: remove lantiq_board_model, it is unused
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
7e798dab56
commit
fd93f81fd8
1 changed files with 0 additions and 9 deletions
|
@ -1,14 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
lantiq_board_model() {
|
||||
local model
|
||||
|
||||
[ -f /tmp/sysinfo/model ] && model=$(cat /tmp/sysinfo/model)
|
||||
[ -z "$model" ] && model="unknown"
|
||||
|
||||
echo "$model"
|
||||
}
|
||||
|
||||
lantiq_get_dt_led() {
|
||||
local label
|
||||
local ledpath
|
||||
|
|
Loading…
Reference in a new issue