From 32f120b783f1a0467993cdfd15efdef06cad56d8 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 24 Jan 2018 01:27:51 +0100 Subject: ramips: various fixes for zbt-we1226 Convert userspace code to use generic device-tree compatible board detection method. Users of the existing code will have to use sysupgrade -F once to switch to the new generic board naming. Properly setup pinctrl fixing the switch port LEDs. Fixes commit 9c4fe103cb (ramips: add support for ZBT-WE1226) Reported-by: Mathias Kresin Signed-off-by: Daniel Golle --- target/linux/ramips/base-files/lib/ramips.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 491320b..75474fb 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -685,9 +685,6 @@ ramips_board_detect() { *"ZBT-WA05") name="zbt-wa05" ;; - *"ZBT-WE1226") - name="zbt-we1226" - ;; *"ZBT-WE1326") name="zbt-we1326" ;; -- cgit v1.1