diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-03-17 16:21:49 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-22 11:43:22 +0100 |
commit | fd93f81fd85e964a697a5f550f7f162e3ec1ca05 (patch) | |
tree | 165b28093460906af2d8e1d50d618a2e91dda8ba /target | |
parent | 7e798dab56546d6f8e2fe0f913ff41e8f010af51 (diff) | |
download | upstream-fd93f81fd85e964a697a5f550f7f162e3ec1ca05.tar.gz upstream-fd93f81fd85e964a697a5f550f7f162e3ec1ca05.tar.bz2 upstream-fd93f81fd85e964a697a5f550f7f162e3ec1ca05.zip |
lantiq: remove lantiq_board_model, it is unused
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/base-files/lib/functions/lantiq.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/lantiq/base-files/lib/functions/lantiq.sh b/target/linux/lantiq/base-files/lib/functions/lantiq.sh index 5d760d1d30..d9758f50f6 100644 --- a/target/linux/lantiq/base-files/lib/functions/lantiq.sh +++ b/target/linux/lantiq/base-files/lib/functions/lantiq.sh @@ -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 |