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:
ba7cba9
)
boot/rbcfg: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:40:51 +0000
(09:40 +0300)
committer
John Crispin
<john@phrozen.org>
Sat, 15 Oct 2016 09:36:53 +0000
(11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/boot/rbcfg/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/rbcfg/Makefile
b/package/boot/rbcfg/Makefile
index 51fefd5942cd4e0f8bf85b6c0c139e4f9d86200b..9f227b8a4c69f474ecae7c7a21b1e7538cceda5e 100644
(file)
--- a/
package/boot/rbcfg/Makefile
+++ b/
package/boot/rbcfg/Makefile
@@
-26,11
+26,6
@@
define Package/rbcfg/description
MikroTIK RB-4XX devices.
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Configure
endef