diff options
author | Mathias Kresin <dev@kresin.me> | 2017-07-09 12:25:04 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-07-15 23:13:34 +0200 |
commit | e0b9ec8e969e1c37c284cfa2f252e9b0a71157db (patch) | |
tree | 666be710b772d5e3d50a45943e122376e1a22294 /target/linux/ppc40x | |
parent | f12a32630ff52b5e13397f64e9fb31708e97fb60 (diff) | |
download | upstream-e0b9ec8e969e1c37c284cfa2f252e9b0a71157db.tar.gz upstream-e0b9ec8e969e1c37c284cfa2f252e9b0a71157db.tar.bz2 upstream-e0b9ec8e969e1c37c284cfa2f252e9b0a71157db.zip |
treewide: drop target board_name functions
They are not used any longer.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ppc40x')
-rwxr-xr-x | target/linux/ppc40x/base-files/lib/ppc40x.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ppc40x/base-files/lib/ppc40x.sh b/target/linux/ppc40x/base-files/lib/ppc40x.sh deleted file mode 100755 index 8a6c487766..0000000000 --- a/target/linux/ppc40x/base-files/lib/ppc40x.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2010 OpenWrt.org -# - -ppc40x_board_name() { - local model - - model=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /model/ {print $2}' /proc/cpuinfo) - echo $model -} |