gemini: drop unnecessary image build default variables
They are either not required, set to an earlier set default value or defined due to target features. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
7f17f3b418
commit
b9c6862d9d
@ -84,10 +84,7 @@ define Device/Default
|
|||||||
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
|
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
|
||||||
KERNEL_NAME := zImage
|
KERNEL_NAME := zImage
|
||||||
KERNEL := kernel-bin | append-dtb
|
KERNEL := kernel-bin | append-dtb
|
||||||
FILESYSTEMS := squashfs
|
|
||||||
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1).$$(2)
|
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# A reasonable set of default packages handling the NAS type
|
# A reasonable set of default packages handling the NAS type
|
||||||
|
Loading…
Reference in New Issue
Block a user