We were using patch's '--silent' flag, but that broke on the busybox implementation of `patch`, since they don't support it. Instead, we use the universally supported "pipe to /dev/null" approach Suggested-By: @rustyrussell Changelog-None