Skip to content
Snippets Groups Projects
Commit 719e1068 authored by Adrian Schmutzler's avatar Adrian Schmutzler
Browse files

lantiq: fix setting SOC to DEFAULT_SOC


This adds the missing assignment of DEFAULT_SOC to the SOC variable
by default.

Fixes: 09ee51c6 ("lantiq: define SOC only once for uniform targets")

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent 09ee51c6
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ define Device/Default
KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | uImage lzma
FILESYSTEMS := squashfs
IMAGE_SIZE :=
SOC := $(DEFAULT_SOC)
DEVICE_DTS = $$(SOC)_$(1)
SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
IMAGES := sysupgrade.bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment