ramips: remove now unneeded user-space board detection
Now that ALL5002 and ALL5003 each got their own DTS and board names, remove the now no longer needed user-space part which previously differentiated between ALL5002 and ALL5003. Signed-off-by: Daniel Golle <dgolle@allnet.de> Patchwork: http://patchwork.openwrt.org/patch/3558/ Acked-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36436
This commit is contained in:
parent
cf3885eb0f
commit
e141b73f9d
1 changed files with 0 additions and 20 deletions
|
@ -6,20 +6,6 @@
|
||||||
RAMIPS_BOARD_NAME=
|
RAMIPS_BOARD_NAME=
|
||||||
RAMIPS_MODEL=
|
RAMIPS_MODEL=
|
||||||
|
|
||||||
all500x_board_detect() {
|
|
||||||
local systype
|
|
||||||
|
|
||||||
systype=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /system type/ {print $2}' /proc/cpuinfo)
|
|
||||||
case "$systype" in
|
|
||||||
*"RT5350"*)
|
|
||||||
RAMIPS_MODEL="Allnet ALL5003"
|
|
||||||
;;
|
|
||||||
*"RT3352"*)
|
|
||||||
RAMIPS_MODEL="Allnet ALL5002"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
ramips_board_detect() {
|
ramips_board_detect() {
|
||||||
local machine
|
local machine
|
||||||
local name
|
local name
|
||||||
|
@ -230,12 +216,6 @@ ramips_board_detect() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$machine" in
|
|
||||||
*"Allnet ALL500"[23]*)
|
|
||||||
all500x_board_detect
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
[ -z "$RAMIPS_BOARD_NAME" ] && RAMIPS_BOARD_NAME="$name"
|
[ -z "$RAMIPS_BOARD_NAME" ] && RAMIPS_BOARD_NAME="$name"
|
||||||
[ -z "$RAMIPS_MODEL" ] && RAMIPS_MODEL="$machine"
|
[ -z "$RAMIPS_MODEL" ] && RAMIPS_MODEL="$machine"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue