From a411881a4000452ff791761c8f1d37ea6faa298a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 17 Jan 2018 08:14:41 +0100 Subject: ramips: add flash size postfix to Widora neo Rename the Widora neo by adding a flash size prefix. Move the common parts into a dtsi to be prepare everything for upcomming support of the 32MB version. Migrate the Widora neo to the generic board detection as well. Signed-off-by: Mathias Kresin --- target/linux/ramips/base-files/etc/board.d/02_network | 2 +- target/linux/ramips/base-files/etc/diag.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/base-files/etc') diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index f50a5a6d46..53d885560b 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -57,7 +57,7 @@ ramips_setup_interfaces() omega2p | \ timecloud|\ w150m|\ - widora-neo|\ + widora,neo-16m|\ wnce2001|\ zbt-cpe102|\ zte-q7) diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 22687b1970..f08e8e1c17 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -285,7 +285,7 @@ get_status_led() { zbt-we2026) status_led="$boardname:red:power" ;; - widora-neo) + widora,neo-16m) status_led="widora:orange:wifi" ;; wzr-agl300nh) -- cgit v1.2.3