diff options
author | Mathias Kresin <dev@kresin.me> | 2016-12-23 09:46:48 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-12-24 10:03:38 +0100 |
commit | a75ce960ac1b9d67af280e17e1e653b3b39def20 (patch) | |
tree | 25f7314479a3165ac565378783eba1a303645da9 /target/linux/ramips/dts/WT3020-8M.dts | |
parent | 29f5e643ad130c138507dc767187744ad710208a (diff) | |
download | upstream-a75ce960ac1b9d67af280e17e1e653b3b39def20.tar.gz upstream-a75ce960ac1b9d67af280e17e1e653b3b39def20.tar.bz2 upstream-a75ce960ac1b9d67af280e17e1e653b3b39def20.zip |
ramips: use different board names for variants
Use different names for flash size related board variants, to make sure
that only images for the actual flash size are considered as valid by
the image validation code.
Remove the flash size suffix from the string returned by
ramips_board_detect() to ensure that existing scripts relying on the
former used boardname are still working.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/WT3020-8M.dts')
-rw-r--r-- | target/linux/ramips/dts/WT3020-8M.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WT3020-8M.dts b/target/linux/ramips/dts/WT3020-8M.dts index 0e15d031f5..4ef48cb14e 100644 --- a/target/linux/ramips/dts/WT3020-8M.dts +++ b/target/linux/ramips/dts/WT3020-8M.dts @@ -6,7 +6,7 @@ / { compatible = "wt3020", "ralink,mt7620n-soc"; - model = "Nexx WT3020"; + model = "Nexx WT3020 (8M)"; gpio-keys-polled { compatible = "gpio-keys-polled"; |