From: Felix Fietkau Date: Sun, 13 Feb 2011 01:44:57 +0000 (+0000) Subject: base-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there X-Git-Tag: reboot~17584 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=803e9ceb90965088dedccbb68785543d9207eff4;p=openwrt%2Fopenwrt.git base-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there SVN-Revision: 25495 --- diff --git a/package/base-files/files/bin/ipcalc.sh b/package/base-files/files/bin/ipcalc.sh index 318980e5a2..e4826672e8 100755 --- a/package/base-files/files/bin/ipcalc.sh +++ b/package/base-files/files/bin/ipcalc.sh @@ -1,6 +1,27 @@ #!/bin/sh awk -f /usr/lib/common.awk -f - $* <