|
|
@@ -91,22 +91,16 @@ define Device/d-link_dgs-1210-28p-f
|
|
|
endef
|
|
|
TARGET_DEVICES += d-link_dgs-1210-28p-f
|
|
|
|
|
|
-# The "IMG-" uImage name allows flashing the iniramfs from the vendor Web UI.
|
|
|
-# Avoided for sysupgrade, as the vendor FW would do an incomplete flash.
|
|
|
-define Device/engenius_ews2910p
|
|
|
+define Device/engenius_ews2910p-v1
|
|
|
+ $(Device/engenius_ews2910p)
|
|
|
SOC := rtl8380
|
|
|
- IMAGE_SIZE := 8192k
|
|
|
- DEVICE_VENDOR := EnGenius
|
|
|
DEVICE_MODEL := EWS2910P
|
|
|
+ DEVICE_VARIANT := v1
|
|
|
DEVICE_PACKAGES += realtek-poe
|
|
|
UIMAGE_MAGIC := 0x03802910
|
|
|
- KERNEL_INITRAMFS := \
|
|
|
- kernel-bin | \
|
|
|
- append-dtb | \
|
|
|
- libdeflate-gzip | \
|
|
|
- uImage gzip -n 'IMG-0.00.00-c0.0.00'
|
|
|
+ SUPPORTED_DEVICES += engenius,ews2910p
|
|
|
endef
|
|
|
-TARGET_DEVICES += engenius_ews2910p
|
|
|
+TARGET_DEVICES += engenius_ews2910p-v1
|
|
|
|
|
|
define Device/hpe_1920-8g
|
|
|
$(Device/hpe_1920)
|