diff --git a/Makefile b/Makefile index 5acc3cf..731d85c 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ define Package/blue-merle/postinst #!/bin/sh uci set switch-button.@main[0].func='sim' uci commit switch-button + echo {\"msg\": \"Successfully installed Blue Merle\"} > /dev/ttyS0 endef define Package/blue-merle/postrm