network/utils/rssileds: drop Build/Prepare rule in favor of default one
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:27:59 +0000 (09:27 +0300)
committerJohn Crispin <john@phrozen.org>
Sat, 15 Oct 2016 09:36:52 +0000 (11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/network/utils/rssileds/Makefile

index 6ca4e32e0325992af5a7c9f2ed4d5ee3c942eec4..e475bcd5bb9a9fa8380e217ea22dc14604b9d8d5 100644 (file)
@@ -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