From b7c8fac31efdfbfecebc77dcfc0114ea41eba6b8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 7 Feb 2023 00:27:05 +0100 Subject: add dummy setup module for openwrt --- library/openwrt_setup.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 library/openwrt_setup.sh (limited to 'library/openwrt_setup.sh') diff --git a/library/openwrt_setup.sh b/library/openwrt_setup.sh new file mode 100644 index 00000000..6f3730f8 --- /dev/null +++ b/library/openwrt_setup.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +echo '{}' + +exit 0 -- cgit v1.2.3