Skip to content

Commit

Permalink
gemini: drop unnecessary image build default variables
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mkresin committed Jan 26, 2019
1 parent 7f17f3b commit b9c6862
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions target/linux/gemini/image/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b9c6862

Please sign in to comment.