Somehow all the other supported ZyXEL switches have the lua-rs232 package defined as an extra package, needed for PoE manipulation, but the GS1900-10HP does not. Rectify this.
Signed-off-by: Stijn Segers <[email protected]> --- target/linux/realtek/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/realtek/image/Makefile b/target/linux/realtek/image/Makefile index 424726c8a9..fdc7769560 100644 --- a/target/linux/realtek/image/Makefile +++ b/target/linux/realtek/image/Makefile @@ -89,6 +89,7 @@ define Device/zyxel_gs1900-10hp IMAGE_SIZE := 6976k DEVICE_VENDOR := ZyXEL DEVICE_MODEL := GS1900-10HP + DEVICE_PACKAGES += lua-rs232 UIMAGE_MAGIC := 0x83800000 KERNEL_INITRAMFS := kernel-bin | append-dtb | gzip | zyxel-vers AAZI | uImage gzip endef -- 2.30.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
