mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
base-files: format hexdump output instead of using awk for sysupgrade
SVN-Revision: 16405
This commit is contained in:
parent
c9eb4469e0
commit
d1f5700e78
@ -116,7 +116,7 @@ get_image() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_magic_word() {
|
get_magic_word() {
|
||||||
get_image "$1" | dd bs=2 count=1 2>/dev/null | hexdump -C | awk '$2 { print $2 $3 }'
|
get_image "$1" | dd bs=2 count=1 2>/dev/null | hexdump -n 2 -e '1/1 "%02x"'
|
||||||
}
|
}
|
||||||
|
|
||||||
refresh_mtd_partitions() {
|
refresh_mtd_partitions() {
|
||||||
|
Loading…
Reference in New Issue
Block a user