From b34aa6aff71374d5e4eb7ea2dda11cf6305d512b Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Wed, 5 May 2021 11:06:22 +0200 Subject: bcm47xx: use device vendor/model variable Remove use of DEVICE_TITLE in favor of the DEVICE_VENDOR and DEVICE_MODEL as used by all other targets. Signed-off-by: Moritz Warning --- target/linux/bcm47xx/image/generic.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/bcm47xx/image/generic.mk') diff --git a/target/linux/bcm47xx/image/generic.mk b/target/linux/bcm47xx/image/generic.mk index 61204bf232..94064cb7d1 100644 --- a/target/linux/bcm47xx/image/generic.mk +++ b/target/linux/bcm47xx/image/generic.mk @@ -66,7 +66,8 @@ TARGET_DEVICES += linksys_e3000-v1 # generic has Ethernet drivers as modules so overwrite standard image define Device/standard - DEVICE_TITLE := Image with LZMA loader and LZMA compressed kernel + DEVICE_VENDOR := Generic + DEVICE_MODEL := Image with LZMA loader and LZMA compressed kernel DEVICE_PACKAGES := kmod-b44 kmod-bgmac kmod-tg3 endef TARGET_DEVICES += standard -- cgit v1.2.3