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:
67f283b
)
ramips: use hex value in zyimage command for Keenetic KN-3010
author
Maxim Anisimov
<maxim.anisimov.ua@gmail.com>
Fri, 20 Jan 2023 13:09:09 +0000
(16:09 +0300)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 28 Jan 2023 20:40:37 +0000
(21:40 +0100)
This is cosmetic change. The hex value is related to the device
model and more human friendly.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
target/linux/ramips/image/mt7621.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/mt7621.mk
b/target/linux/ramips/image/mt7621.mk
index 9d01399c5cc3cb57cdb5c6efe76bb2ee049cf28c..6d199b0d6a8312ec3b1a43311d275615b3da0d6f 100644
(file)
--- a/
target/linux/ramips/image/mt7621.mk
+++ b/
target/linux/ramips/image/mt7621.mk
@@
-1304,7
+1304,7
@@
define Device/keenetic_kn-3010
DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615e kmod-mt7663-firmware-ap
IMAGES += factory.bin
IMAGE/factory.bin := $$(sysupgrade_bin) | pad-to $$$$(BLOCKSIZE) | \
- check-size | zyimage -d
8400912
-v "KN-3010"
+ check-size | zyimage -d
0x803010
-v "KN-3010"
endef
TARGET_DEVICES += keenetic_kn-3010