Skip to content
Snippets Groups Projects
Commit b34aa6af authored by Moritz Warning's avatar Moritz Warning Committed by Paul Spooren
Browse files

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: default avatarMoritz Warning <moritzwarning@web.de>
parent e2f284db
No related branches found
No related tags found
No related merge requests found
...@@ -146,17 +146,20 @@ define Device/Default ...@@ -146,17 +146,20 @@ define Device/Default
endef endef
define Device/standard 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 endef
define Device/standard-noloader-gz define Device/standard-noloader-gz
DEVICE_TITLE := Image with gzipped kernel DEVICE_VENDOR := Generic
DEVICE_MODEL := Image with gzipped kernel
KERNEL_NAME = vmlinux.gz KERNEL_NAME = vmlinux.gz
IMAGE/trx := append-rootfs | trx-without-loader IMAGE/trx := append-rootfs | trx-without-loader
endef endef
define Device/standard-noloader-nodictionarylzma 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 KERNEL_NAME = vmlinux-nodictionary.lzma
IMAGE/trx := append-rootfs | trx-without-loader IMAGE/trx := append-rootfs | trx-without-loader
endef endef
......
...@@ -66,7 +66,8 @@ TARGET_DEVICES += linksys_e3000-v1 ...@@ -66,7 +66,8 @@ TARGET_DEVICES += linksys_e3000-v1
# generic has Ethernet drivers as modules so overwrite standard image # generic has Ethernet drivers as modules so overwrite standard image
define Device/standard 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 DEVICE_PACKAGES := kmod-b44 kmod-bgmac kmod-tg3
endef endef
TARGET_DEVICES += standard TARGET_DEVICES += standard
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment