make opkg the default package manager, disable busybox ipkg from building by default
[openwrt.git] / package / base-files / files / lib / upgrade / common.sh
index 7584b77..f0d0c20 100644 (file)
@@ -113,7 +113,7 @@ get_image() {
 }
 
 get_magic_word() {
-       get_image "$1" | dd bs=2 count=1 2>/dev/null | hexdump | awk '$2 { print $2 }'
+       get_image "$1" | dd bs=2 count=1 2>/dev/null | hexdump -C | awk '$2 { print $2 $3 }'
 }
 
 refresh_mtd_partitions() {
This page took 0.02047 seconds and 4 git commands to generate.