From bcf37e63acc2309c681302ae3389a9333b130379 Mon Sep 17 00:00:00 2001 From: David Andreoletti Date: Thu, 14 Mar 2024 02:15:49 +0800 Subject: [PATCH] snapos PR #28 + #26 --- openwrt/README.md | 2 +- openwrt/snapcast/Makefile | 4 ++-- openwrt/snapcast/files/debian | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 openwrt/snapcast/files/debian diff --git a/openwrt/README.md b/openwrt/README.md index 4449596..5a6b76c 100644 --- a/openwrt/README.md +++ b/openwrt/README.md @@ -110,7 +110,7 @@ Also make sure to select your device in the target settings. $ cd $ make defconfig $ make menuconfig -$ make +$ make package/snapcast/compile ``` The packaged `ipk` file is in diff --git a/openwrt/snapcast/Makefile b/openwrt/snapcast/Makefile index 0169cf0..ceaa52a 100644 --- a/openwrt/snapcast/Makefile +++ b/openwrt/snapcast/Makefile @@ -99,7 +99,7 @@ define Package/snapserver/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/snapserver.init $(1)/etc/init.d/snapserver $(INSTALL_DIR) $(1)/etc/default - $(INSTALL_BIN) $(PKG_BUILD_DIR)/debian/snapserver.default $(1)/etc/default/snapserver + $(INSTALL_BIN) ./files/debian/snapserver.default $(1)/etc/default/snapserver $(INSTALL_BIN) $(PKG_BUILD_DIR)/server/etc/snapserver.conf $(1)/etc/snapserver.conf endef @@ -109,7 +109,7 @@ define Package/snapclient/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/snapclient.init $(1)/etc/init.d/snapclient $(INSTALL_DIR) $(1)/etc/default - $(INSTALL_BIN) $(PKG_BUILD_DIR)/debian/snapclient.default $(1)/etc/default/snapclient + $(INSTALL_BIN) ./files/debian/snapclient.default $(1)/etc/default/snapclient endef $(eval $(call BuildPackage,snapserver)) diff --git a/openwrt/snapcast/files/debian b/openwrt/snapcast/files/debian new file mode 120000 index 0000000..dfdd39e --- /dev/null +++ b/openwrt/snapcast/files/debian @@ -0,0 +1 @@ +../../../debian \ No newline at end of file