projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776afd6
)
base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Feb 2011 19:06:20 +0000
(19:06 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Feb 2011 19:06:20 +0000
(19:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25528
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/bin/ipcalc.sh
patch
|
blob
|
history
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)