|
@@ -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
|