diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-02-06 13:58:47 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-02-06 17:08:13 +0100 |
commit | 8ff8e51cdaf7acac1e9c3db0f6e339bff8c5f9a3 (patch) | |
tree | e806e557bbe935c93ea2c7b261ff62ed4deafaf8 /target/linux | |
parent | 81f9cd56a2699734f64510024358408ac9bd2288 (diff) | |
download | mtk-20170518-8ff8e51cdaf7acac1e9c3db0f6e339bff8c5f9a3.zip mtk-20170518-8ff8e51cdaf7acac1e9c3db0f6e339bff8c5f9a3.tar.gz mtk-20170518-8ff8e51cdaf7acac1e9c3db0f6e339bff8c5f9a3.tar.bz2 |
bcm53xx: image: use one style of adding TARGET_DEVICES entries
It just makes code consistent. This trivial change may be a 17.01
candidate to provide simpler backporting experience.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index e7a628b..5bb3f0c 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -192,6 +192,7 @@ define Device/netgear-r6250 $(Device/netgear) NETGEAR_BOARD_ID := U12H245T00_NETGEAR endef +TARGET_DEVICES += netgear-r6250 define Device/netgear-r6300-v2 DEVICE_TITLE := Netgear R6300 V2 @@ -199,6 +200,7 @@ define Device/netgear-r6300-v2 $(Device/netgear) NETGEAR_BOARD_ID := U12H240T00_NETGEAR endef +TARGET_DEVICES += netgear-r6300-v2 define Device/netgear-r7000 DEVICE_TITLE := Netgear R7000 @@ -222,6 +224,7 @@ define Device/netgear-r8000 $(Device/netgear) NETGEAR_BOARD_ID := U12H315T00_NETGEAR endef +TARGET_DEVICES += netgear-r8000 define Device/netgear-r8500 DEVICE_TITLE := Netgear R8500 @@ -237,6 +240,7 @@ define Device/smartrg-sr400ac IMAGES := trx IMAGE/trx := append-rootfs | trx-serial endef +TARGET_DEVICES += smartrg-sr400ac define Device/tenda-ac9 DEVICE_TITLE := Tenda AC9 @@ -255,8 +259,4 @@ define Device/tplink-archer-c9-v1 endef TARGET_DEVICES += tplink-archer-c9-v1 -TARGET_DEVICES += \ - netgear-r6250 netgear-r6300-v2 netgear-r8000 \ - smartrg-sr400ac - $(eval $(call BuildImage)) |