kernel: add md5sum of kernel
[openwrt.git] / package / base-files / files / bin / ipcalc.sh
index e482667..9057e85 100755 (executable)
@@ -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.