diff options
Diffstat (limited to 'package/base-files/brcm-2.6/sbin/mount_root')
-rwxr-xr-x | package/base-files/brcm-2.6/sbin/mount_root | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/brcm-2.6/sbin/mount_root b/package/base-files/brcm-2.6/sbin/mount_root index a3ada5890..e3bdd3655 100755 --- a/package/base-files/brcm-2.6/sbin/mount_root +++ b/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))" |