[openwrt/openwrt] ramips: use hex value in zyimage command for Keenetic KN-3010
LEDE Commits
lede-commits at lists.infradead.org
Sat Jan 28 12:41:08 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2fe29794b11928f363a38d312a53f56a0043df91
commit 2fe29794b11928f363a38d312a53f56a0043df91
Author: Maxim Anisimov <maxim.anisimov.ua at gmail.com>
AuthorDate: Fri Jan 20 16:09:09 2023 +0300
ramips: use hex value in zyimage command for Keenetic KN-3010
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 at gmail.com>
---
target/linux/ramips/image/mt7621.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 9d01399c5c..6d199b0d6a 100644
--- 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
More information about the lede-commits
mailing list