projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb789c4
)
system/mtd: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:23:28 +0000
(09:23 +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/system/mtd/Makefile
patch
|
blob
|
history
diff --git
a/package/system/mtd/Makefile
b/package/system/mtd/Makefile
index ae1922fbd9b310a227088fe7f4d537533a6703ac..01277d9f46bbaca271b1603811b9d0b92abfdcdb 100644
(file)
--- a/
package/system/mtd/Makefile
+++ b/
package/system/mtd/Makefile
@@
-31,11
+31,6
@@
define Package/mtd/description
older OpenWrt releases.
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
target=$(firstword $(subst -, ,$(BOARD)))
MAKE_FLAGS += TARGET="$(target)"