From e0b9ec8e969e1c37c284cfa2f252e9b0a71157db Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 9 Jul 2017 12:25:04 +0200 Subject: treewide: drop target board_name functions They are not used any longer. Signed-off-by: Mathias Kresin --- target/linux/ramips/base-files/lib/ramips.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'target/linux/ramips/base-files/lib') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 3eb66dc646..056fab9def 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -716,12 +716,3 @@ ramips_board_detect() { echo "$RAMIPS_BOARD_NAME" > /tmp/sysinfo/board_name echo "$RAMIPS_MODEL" > /tmp/sysinfo/model } - -ramips_board_name() { - local name - - [ -f /tmp/sysinfo/board_name ] && name=$(cat /tmp/sysinfo/board_name) - [ -z "$name" ] && name="unknown" - - echo "${name}" -} -- cgit v1.2.3