mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
94d8b4852b
Our current Makefiles a little bit messy and can be improved somewhat, both in whitespace and in style. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
18 lines
369 B
Makefile
18 lines
369 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
define Device/zyxel_xgs1250-12
|
|
SOC := rtl9302
|
|
UIMAGE_MAGIC := 0x93001250
|
|
ZYXEL_VERS := ABWE
|
|
DEVICE_VENDOR := Zyxel
|
|
DEVICE_MODEL := XGS1250-12
|
|
IMAGE_SIZE := 13312k
|
|
KERNEL_INITRAMFS := \
|
|
kernel-bin | \
|
|
append-dtb | \
|
|
gzip | \
|
|
zyxel-vers $$$$(ZYXEL_VERS) | \
|
|
uImage gzip
|
|
endef
|
|
TARGET_DEVICES += zyxel_xgs1250-12
|