diff options
| author | Raylynn Knight | 2023-04-02 08:27:21 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-04-07 09:22:37 +0000 |
| commit | 036372c769eb9001d548e6b86ad8ebb97f27fa95 (patch) | |
| tree | 6970e548ed792ae2d221645082bcc4327cf27c58 | |
| parent | aab736aafadede13a7023ba0d11a3bdd0e441da3 (diff) | |
| download | openwrt-036372c769eb9001d548e6b86ad8ebb97f27fa95.tar.gz | |
realtek: Fix typo for EnGenius EWS2910P
Fix mis-typed DEVICE-MODEL in mk file for EnGenius EWS2910P.
Signed-off-by: Raylynn Knight <rayknight@me.com>
[ fix wrong SoB format and improve commit title/description ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/realtek/image/rtl838x.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/image/rtl838x.mk b/target/linux/realtek/image/rtl838x.mk index 192b88fe54..7c7bc8a0e5 100644 --- a/target/linux/realtek/image/rtl838x.mk +++ b/target/linux/realtek/image/rtl838x.mk @@ -81,7 +81,7 @@ define Device/engenius_ews2910p SOC := rtl8380 IMAGE_SIZE := 8192k DEVICE_VENDOR := EnGenius - DEVICE_MODEL := EWP2910P + DEVICE_MODEL := EWS2910P UIMAGE_MAGIC := 0x03802910 KERNEL_INITRAMFS := \ kernel-bin | \ |