projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aab736a
)
realtek: Fix typo for EnGenius EWS2910P
author
Raylynn Knight
<rayknight@me.com>
Sun, 2 Apr 2023 08:27:21 +0000
(
04:27
-0400)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 7 Apr 2023 09:22:37 +0000
(11:22 +0200)
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>
target/linux/realtek/image/rtl838x.mk
patch
|
blob
|
history
diff --git
a/target/linux/realtek/image/rtl838x.mk
b/target/linux/realtek/image/rtl838x.mk
index 192b88fe541ac5c02e4f3b1e4a142242b48c7d5c..7c7bc8a0e5ea50487341270b62fdb185f63ead0c 100644
(file)
--- 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 := EW
P
2910P
+ DEVICE_MODEL := EW
S
2910P
UIMAGE_MAGIC := 0x03802910
KERNEL_INITRAMFS := \
kernel-bin | \