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:
9270ef0
)
utils/nvram: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:19:34 +0000
(09:19 +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/utils/nvram/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/nvram/Makefile
b/package/utils/nvram/Makefile
index c5a4ca480abe3a03d28f488157c4c01ea0280e73..acefe8aec18c734ef8f5db8df92e42433fdd33ae 100644
(file)
--- a/
package/utils/nvram/Makefile
+++ b/
package/utils/nvram/Makefile
@@
-29,11
+29,6
@@
define Package/nvram/description
It works on bcm47xx (Linux 2.6) without using the kernel api.
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Configure
endef