aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Anisimov <maxim.anisimov.ua@gmail.com>2023-01-20 16:09:09 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2023-01-28 21:40:37 +0100
commit2fe29794b11928f363a38d312a53f56a0043df91 (patch)
tree77bf72e18f1400bd1349905cc54592943e71a50f
parent67f283be4430ebfb46be6c00fcc7c12a6adabce3 (diff)
downloadupstream-2fe29794b11928f363a38d312a53f56a0043df91.tar.gz
upstream-2fe29794b11928f363a38d312a53f56a0043df91.tar.bz2
upstream-2fe29794b11928f363a38d312a53f56a0043df91.zip
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@gmail.com>
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 1 insertions, 1 deletions
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