Просмотр исходного кода

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20445
Signed-off-by: Hauke Mehrtens <[email protected]>
Stijn Segers 2 месяцев назад
Родитель
Сommit
aa01ca3ec8
1 измененных файлов с 9 добавлено и 2 удалено
  1. 9 2
      target/linux/realtek/image/rtl930x.mk

+ 9 - 2
target/linux/realtek/image/rtl930x.mk

@@ -119,12 +119,19 @@ define Device/zyxel_xgs1250-12-common
   DEVICE_MODEL := XGS1250-12
   DEVICE_MODEL := XGS1250-12
   DEVICE_PACKAGES := kmod-hwmon-gpiofan kmod-thermal
   DEVICE_PACKAGES := kmod-hwmon-gpiofan kmod-thermal
   IMAGE_SIZE := 13312k
   IMAGE_SIZE := 13312k
+  KERNEL := \
+	kernel-bin | \
+	append-dtb | \
+	rt-compress | \
+	rt-loader | \
+	uImage none
   KERNEL_INITRAMFS := \
   KERNEL_INITRAMFS := \
 	kernel-bin | \
 	kernel-bin | \
 	append-dtb | \
 	append-dtb | \
-	gzip | \
+	rt-compress | \
 	zyxel-vers | \
 	zyxel-vers | \
-	uImage gzip
+	rt-loader | \
+	uImage none
 endef
 endef
 
 
 define Device/zyxel_xgs1250-12-a1
 define Device/zyxel_xgs1250-12-a1