lantiq: remove lantiq_board_model, it is unused

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit fd93f81fd8)
This commit is contained in:
Felix Fietkau 2017-03-17 16:21:49 +01:00 committed by Jo-Philipp Wich
parent 8be5b12ea1
commit 80304ace58
1 changed files with 0 additions and 9 deletions

View File

@ -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