mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
15 lines
360 B
Makefile
15 lines
360 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
|