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/ppc40x/base-files/lib/ppc40x.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 target/linux/ppc40x/base-files/lib/ppc40x.sh (limited to 'target/linux/ppc40x/base-files') 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 -} -- cgit v1.2.3