lantiq: fix image validation errors

The boards did not have the name set that is expected during metadata
validation on sysupgrade.

Signed-off-by: Mathias Kresin <dev@kresin.me>
v19.07.3_mercusys_ac12_duma
Mathias Kresin 8 years ago
parent abedd718aa
commit d9d838bc97

@ -52,10 +52,10 @@ FRITZ7320)
P2812HNUF*)
ucidef_set_led_wlan "wifi" "wifi" "p2812hnufx:green:wlan" "phy0radio"
;;
VGV7510KW22)
VGV7510KW22*)
ucidef_set_led_wlan "wifi" "wifi" "vgv7510kw22:green:wlan" "phy0radio"
;;
VGV7519)
VGV7519*)
ucidef_set_led_wlan "wifi" "wifi" "vgv7519:green:wireless" "phy0radio"
;;
WBMR300)

@ -134,13 +134,13 @@ VR200v)
"0:lan" "2:lan" "4:lan" "5:lan" "6t@eth0"
;;
VGV7510KW22)
VGV7510KW22*)
wan_mac=$(macaddr_add "$(mtd_get_mac_binary board_config 22)" 2)
ucidef_add_switch "switch0" \
"2:lan:2" "3:lan:1" "4:lan:4" "5:lan:3" "6t@eth0"
;;
VGV7519)
VGV7519*)
wan_mac=$(mtd_get_mac_binary board_config 22)
ucidef_add_switch "switch0" \
"0:lan:4" "1:lan:3" "2:lan:2" "4:lan:1" "6t@eth0"

@ -3,6 +3,8 @@
#include "danube.dtsi"
/ {
model = "EASY50712 - Intel EASY50712 Nand";
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
};

@ -4,7 +4,7 @@
#include "EASY98000-base.dtsi"
/ {
model = "EASY98000 - Lantiq Falcon (NAND)";
model = "EASY98000NAND - Lantiq Falcon (NAND)";
compatible = "lantiq,falcon-easy98000-nand", "lantiq,falcon-easy98000", "lantiq,falcon";
aliases {

@ -4,7 +4,7 @@
#include "EASY98000-base.dtsi"
/ {
model = "EASY98000 - Lantiq Falcon (NOR)";
model = "EASY98000NOR - Lantiq Falcon (NOR)";
compatible = "lantiq,falcon-easy98000-nor", "lantiq,falcon-easy98000", "lantiq,falcon";
aliases {

@ -5,7 +5,7 @@
#include "falcon-sflash-16M.dtsi"
/ {
model = "EASY98000 - Lantiq Falcon (SFLASH)";
model = "EASY98000SFLASH - Lantiq Falcon (SFLASH)";
compatible = "lantiq,falcon-easy98000-sflash", "lantiq,falcon-easy98000", "lantiq,falcon";
aliases {

@ -6,7 +6,7 @@
#include "falcon-sflash-16M.dtsi"
/ {
model = "EASY98020 - Lantiq Falcon Reference Board V1.8";
model = "EASY98020V18 - Lantiq Falcon Reference Board V1.8";
compatible = "lantiq,falcon-easy98020-V18", "lantiq,falcon-easy98020", "lantiq,falcon";
chosen {

@ -6,7 +6,7 @@
#include "falcon-sflash-16M.dtsi"
/ {
model = "MDU - Lantiq Falcon / Vinax MDU Board";
model = "FALCON-MDU - Lantiq Falcon / Vinax MDU Board";
compatible = "lantiq,falcon-mdu", "lantiq,falcon";
chosen {

@ -4,7 +4,7 @@
#include "falcon-sflash-16M.dtsi"
/ {
model = "SFP - Lantiq Falcon SFP Stick";
model = "FALCON-SFP - Lantiq Falcon SFP Stick";
compatible = "lantiq,falcon-sfp", "lantiq,falcon";
chosen {

@ -3,8 +3,6 @@
#include <dt-bindings/input/input.h>
/ {
model = "VGV7510KW22 - o2 Box 6431";
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1";
};

@ -3,6 +3,8 @@
#include "VGV7510KW22.dtsi"
/ {
model = "VGV7510KW22BRN - o2 Box 6431";
sram@1F000000 {
cgu@103000 {
lantiq,phy-clk-src = <0x2>;

@ -3,6 +3,8 @@
#include "VGV7510KW22.dtsi"
/ {
model = "VGV7510KW22NOR - o2 Box 6431";
fpi@10000000 {
localbus@0 {
nor-boot@0 {

@ -3,9 +3,6 @@
#include <dt-bindings/input/input.h>
/ {
model = "VGV7519 - KPN Experiabox V8";
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1";
};

@ -4,6 +4,8 @@
#include "VGV7519.dtsi"
/ {
model = "VGV7519BRN - KPN Experiabox V8";
fpi@10000000 {
localbus@0 {
nor-boot@0 {

@ -4,6 +4,8 @@
#include "VGV7519.dtsi"
/ {
model = "VGV7519NOR - KPN Experiabox V8";
fpi@10000000 {
localbus@0 {
nor-boot@0 {

Loading…
Cancel
Save