projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kernel: add md5sum of kernel
[openwrt.git]
/
package
/
base-files
/
files
/
bin
/
ipcalc.sh
diff --git
a/package/base-files/files/bin/ipcalc.sh
b/package/base-files/files/bin/ipcalc.sh
index
e482667
..
9057e85
100755
(executable)
--- a/
package/base-files/files/bin/ipcalc.sh
+++ b/
package/base-files/files/bin/ipcalc.sh
@@
-1,6
+1,6
@@
#!/bin/sh
-awk -f
/usr/lib/common.awk -f
- $* <<EOF
+awk -f - $* <<EOF
function bitcount(c) {
c=and(rshift(c, 1),0x55555555)+and(c,0x55555555)
c=and(rshift(c, 2),0x33333333)+and(c,0x33333333)
This page took
0.027889 seconds
and
4
git commands to generate.