From 0e6af2eb771e96d43bf8b70dc25965183e7d0338 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 16 Oct 2023 14:03:10 +0200 Subject: [PATCH] install: make script in /etc/gl-switch.d/ executable Then we should be able to have it executed when the button is switched. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 158123b..95d99a3 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ endef define Package/blue-merle/install $(CP) ./files/* $(1)/ $(INSTALL_BIN) ./files/etc/init.d/* $(1)/etc/init.d/ + $(INSTALL_BIN) ./files/etc/gl-switch.d/* $(1)/etc/gl-switch.d/ $(INSTALL_BIN) ./files/lib/blue-merle/mac-wipe.sh $(1)/lib/blue-merle/mac-wipe.sh $(INSTALL_BIN) ./files/usr/bin/blue-merle $(1)/usr/bin/blue-merle $(INSTALL_BIN) ./files/usr/libexec/blue-merle $(1)/usr/libexec/blue-merle