projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing copyright
[openwrt.git]
/
package
/
base-files
/
brcm-2.6
/
bin
/
firstboot
diff --git
a/package/base-files/brcm-2.6/bin/firstboot
b/package/base-files/brcm-2.6/bin/firstboot
index
2818978
..
d37ce4f
100755
(executable)
--- a/
package/base-files/brcm-2.6/bin/firstboot
+++ b/
package/base-files/brcm-2.6/bin/firstboot
@@
-1,5
+1,5
@@
#!/bin/sh
#!/bin/sh
-#
$Id$
+#
Copyright (C) 2006 OpenWrt.org
rom=$(awk '/squashfs/ {print $2}' /proc/mounts)
jffs=$(awk '/jffs2/ {print $2}' /proc/mounts)
rom=$(awk '/squashfs/ {print $2}' /proc/mounts)
jffs=$(awk '/jffs2/ {print $2}' /proc/mounts)
This page took
0.023073 seconds
and
4
git commands to generate.