projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808a618
)
network/utils/rssileds: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:27:59 +0000
(09:27 +0300)
committer
John 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
patch
|
blob
|
history
diff --git
a/package/network/utils/rssileds/Makefile
b/package/network/utils/rssileds/Makefile
index 6ca4e32e0325992af5a7c9f2ed4d5ee3c942eec4..e475bcd5bb9a9fa8380e217ea22dc14604b9d8d5 100644
(file)
--- 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