X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3c8c1d5d8129266fead520436949c40d62813d1f..170b2b423d7d0430c0e181fbb66ff3d9ea4aac59:/package/base-files/default/sbin/mount_root diff --git a/package/base-files/default/sbin/mount_root b/package/base-files/default/sbin/mount_root index c8edaaa2f..c393e06f3 100755 --- a/package/base-files/default/sbin/mount_root +++ b/package/base-files/default/sbin/mount_root @@ -1,6 +1,7 @@ #!/bin/sh . /etc/nvram.sh is_clean() { + grep Broadcom /proc/cpuinfo 2>&- >&- || return 0 OFFSET="$((0x$(dd if=/dev/mtdblock/1 bs=1 skip=$((0x14)) count=2 2>&- | hexdump | grep 0000000 | cut -d ' ' -f 2) - 1))" dd if=/dev/mtdblock/1 bs=1 skip=$OFFSET count=1 2>&- | hexdump -v | grep ' 0000' > /dev/null && return 255 || return 0 }