[source] network/utils/rssileds: drop Build/Prepare rule in favor of default one

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 15 02:37:56 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/0af93f8f30b35129389d90bb6669dab8d4ef8b6f

commit 0af93f8f30b35129389d90bb6669dab8d4ef8b6f
Author: Alexandru Ardelean <ardeleanalex at gmail.com>
AuthorDate: Thu Oct 6 09:27:59 2016 +0300

    network/utils/rssileds: drop Build/Prepare rule in favor of default one
    
    Signed-off-by: Alexandru Ardelean <ardeleanalex at gmail.com>
---
 package/network/utils/rssileds/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/package/network/utils/rssileds/Makefile b/package/network/utils/rssileds/Makefile
index 6ca4e32..e475bcd 100644
--- a/package/network/utils/rssileds/Makefile
+++ b/package/network/utils/rssileds/Makefile
@@ -26,11 +26,6 @@ define Package/rssileds/description
   A small process written in C to update the signal-strength indicator LEDs
 endef
 
-define Build/Prepare
-	mkdir -p $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Configure
 endef
 



More information about the lede-commits mailing list