build: replace `true` with a custom noop script
[openwrt/staging/dangole.git] / scripts / noop.sh
diff --git a/scripts/noop.sh b/scripts/noop.sh
new file mode 100755 (executable)
index 0000000..96b71fe
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+# This script does nothing, intentionally.