projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix ppp related bug in the network scripts
[openwrt.git]
/
package
/
base-files
/
default
/
bin
/
ipcalc
diff --git
a/package/base-files/default/bin/ipcalc
b/package/base-files/default/bin/ipcalc
index
318980e
..
23af6a0
100755
(executable)
--- a/
package/base-files/default/bin/ipcalc
+++ b/
package/base-files/default/bin/ipcalc
@@
-1,4
+1,5
@@
#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
awk -f /usr/lib/common.awk -f - $* <<EOF
BEGIN {
This page took
0.022282 seconds
and
4
git commands to generate.