1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

make busybox autorebuild on relevant config changes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6651 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-03-23 19:13:08 +00:00
parent 78a4e88e76
commit c324196256
3 changed files with 22 additions and 10 deletions

View File

@@ -28,3 +28,7 @@ trapret() {(
}
}
)}
md5s() {
which md5sum 2>&- >&- && md5sum "$@" | awk '{print $1}' || md5 "$@"
}