mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
realtek: switch XGS1250-12 to rt-loader
Allows us a bit more headroom flash wise and access to more recent compression algorithms. Signed-off-by: Stijn Segers <foss@volatilesystems.org> Link: https://github.com/openwrt/openwrt/pull/20445 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
855f65d6d0
commit
aa01ca3ec8
1 changed files with 9 additions and 2 deletions
|
|
@ -119,12 +119,19 @@ define Device/zyxel_xgs1250-12-common
|
|||
DEVICE_MODEL := XGS1250-12
|
||||
DEVICE_PACKAGES := kmod-hwmon-gpiofan kmod-thermal
|
||||
IMAGE_SIZE := 13312k
|
||||
KERNEL := \
|
||||
kernel-bin | \
|
||||
append-dtb | \
|
||||
rt-compress | \
|
||||
rt-loader | \
|
||||
uImage none
|
||||
KERNEL_INITRAMFS := \
|
||||
kernel-bin | \
|
||||
append-dtb | \
|
||||
gzip | \
|
||||
rt-compress | \
|
||||
zyxel-vers | \
|
||||
uImage gzip
|
||||
rt-loader | \
|
||||
uImage none
|
||||
endef
|
||||
|
||||
define Device/zyxel_xgs1250-12-a1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue