diff options
Diffstat (limited to 'openwrt/package/base-files/brcm-2.6/sbin/mount_root')
-rwxr-xr-x | openwrt/package/base-files/brcm-2.6/sbin/mount_root | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/base-files/brcm-2.6/sbin/mount_root b/openwrt/package/base-files/brcm-2.6/sbin/mount_root index a3ada58..e3bdd36 100755 --- a/openwrt/package/base-files/brcm-2.6/sbin/mount_root +++ b/openwrt/package/base-files/brcm-2.6/sbin/mount_root @@ -1,4 +1,6 @@ #!/bin/sh +# Copyright (C) 2006 OpenWrt.org + is_dirty() { grep Broadcom /proc/cpuinfo >&- || return 1 OFFSET="$(($(hexdump -v /dev/mtdblock/1 -s 20 -n 2 -e '"%d"')-1))" |