bcm47xx: use device vendor/model variable
authorMoritz Warning <moritzwarning@web.de>
Wed, 5 May 2021 09:06:22 +0000 (11:06 +0200)
committerPaul Spooren <mail@aparcar.org>
Fri, 24 Sep 2021 07:45:30 +0000 (21:45 -1000)
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 <moritzwarning@web.de>
target/linux/bcm47xx/image/Makefile
target/linux/bcm47xx/image/generic.mk

index 30a1b2f4769da7325a8cbcf443b96e2ee52e57c6..4341a232cf67aae93ebba3fd0a633d29aa08bf69 100644 (file)
@@ -146,17 +146,20 @@ define Device/Default
 endef
 
 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
 endef
 
 define Device/standard-noloader-gz
-  DEVICE_TITLE := Image with gzipped kernel
+  DEVICE_VENDOR := Generic
+  DEVICE_MODEL := Image with gzipped kernel
   KERNEL_NAME = vmlinux.gz
   IMAGE/trx := append-rootfs | trx-without-loader
 endef
 
 define Device/standard-noloader-nodictionarylzma
-  DEVICE_TITLE := Image with LZMA compressed kernel matching CFE decompressor
+  DEVICE_VENDOR := Generic
+  DEVICE_MODEL := Image with LZMA compressed kernel matching CFE decompressor
   KERNEL_NAME = vmlinux-nodictionary.lzma
   IMAGE/trx := append-rootfs | trx-without-loader
 endef
index 61204bf232ff6f011846c861f17d7ba6cb5e43b7..94064cb7d13c089cf49997d627502555cefcc157 100644 (file)
@@ -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