From: Alexandru Ardelean Date: Thu, 6 Oct 2016 06:27:59 +0000 (+0300) Subject: network/utils/rssileds: drop Build/Prepare rule in favor of default one X-Git-Tag: v17.01.0-rc1~1138 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=0af93f8f30b35129389d90bb6669dab8d4ef8b6f network/utils/rssileds: drop Build/Prepare rule in favor of default one Signed-off-by: Alexandru Ardelean --- diff --git a/package/network/utils/rssileds/Makefile b/package/network/utils/rssileds/Makefile index 6ca4e32e03..e475bcd5bb 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