diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-12-30 23:12:53 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-08 18:48:06 +0100 |
commit | d0e8e6db6b22b893da2f3a2cbe84adb753cb3303 (patch) | |
tree | e735644cb3e2d137151ad2d2ab9e901831d36ba5 /target/linux/brcm63xx/image | |
parent | 0a3350d908ec466206f58b9e6b300c49e4fb3b13 (diff) | |
download | upstream-d0e8e6db6b22b893da2f3a2cbe84adb753cb3303.tar.gz upstream-d0e8e6db6b22b893da2f3a2cbe84adb753cb3303.tar.bz2 upstream-d0e8e6db6b22b893da2f3a2cbe84adb753cb3303.zip |
brcm63xx: align DTS model with Makefile and compatible
Since the model string in DTS is not required to derive board name
anymore, we can now align it with the model name in Makefile and
the compatible.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r-- | target/linux/brcm63xx/image/bcm63xx.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/image/bcm63xx.mk b/target/linux/brcm63xx/image/bcm63xx.mk index 433e5859b6..bc96b2a24e 100644 --- a/target/linux/brcm63xx/image/bcm63xx.mk +++ b/target/linux/brcm63xx/image/bcm63xx.mk @@ -974,7 +974,7 @@ TARGET_DEVICES += sercomm_ad1018-nor define Device/sfr_neufbox-4-sercomm-r0 $(Device/bcm63xx) DEVICE_VENDOR := SFR - DEVICE_MODEL := Neufbox4 + DEVICE_MODEL := Neufbox 4 DEVICE_VARIANT := Sercomm CFE_BOARD_ID := 96358VW CFE_CHIP_ID := 6358 @@ -986,7 +986,7 @@ TARGET_DEVICES += sfr_neufbox-4-sercomm-r0 define Device/sfr_neufbox-4-foxconn-r1 $(Device/bcm63xx) DEVICE_VENDOR := SFR - DEVICE_MODEL := Neufbox4 + DEVICE_MODEL := Neufbox 4 DEVICE_VARIANT := Foxconn CFE_BOARD_ID := 96358VW CFE_CHIP_ID := 6358 @@ -998,7 +998,7 @@ TARGET_DEVICES += sfr_neufbox-4-foxconn-r1 define Device/sfr_neufbox-6-sercomm-r0 $(Device/bcm63xx) DEVICE_VENDOR := SFR - DEVICE_MODEL := Neufbox6 + DEVICE_MODEL := Neufbox 6 CFE_BOARD_ID := NB6-SER-r0 CFE_CHIP_ID := 6362 CFE_EXTRAS += --rsa-signature "$(VERSION_DIST)-$(firstword $(subst -,$(space),$(REVISION)))" @@ -1121,7 +1121,7 @@ TARGET_DEVICES += tp-link_td-w8900gb define Device/usrobotics_usr9108 $(Device/bcm63xx) DEVICE_VENDOR := USRobotics - DEVICE_MODEL := 9108 + DEVICE_MODEL := USR9108 CFE_BOARD_ID := 96348GW-A CFE_CHIP_ID := 6348 DEVICE_PACKAGES := $(B43_PACKAGES) $(USB1_PACKAGES) |