ramips: Remove base-files/lib/ramips.sh

Having converted the target to use device compatible, ramips.sh
is obsolete now.

The only remaining entry for the mt7688 evaluation board seems to
be orphaned.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2019-07-03 23:22:39 +02:00
committed by Daniel Golle
parent 3b0264eddb
commit e8d2d97498
3 changed files with 0 additions and 36 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/sh
do_ramips() {
. /lib/ramips.sh
ramips_board_detect
}
boot_hook_add preinit_main do_ramips

View File

@@ -3,8 +3,6 @@
# Copyright (C) 2013 OpenWrt.org
#
. /lib/ramips.sh
ramips_set_preinit_iface() {
RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350|MT7628|MT7688|MT7620|MT7621)"`