projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dddf321
)
base-files: override Build/Compile/Default instead of Build/Compile (fixes #11667)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 13 Jun 2012 16:25:29 +0000
(16:25 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 13 Jun 2012 16:25:29 +0000
(16:25 +0000)
SVN-Revision: 32339
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index ff48f5d318b7d8ed21f64f935b0a0a50296289f9..1f968e08a30d1173420514428e48434e2ff24fbb 100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-80,9
+80,10
@@
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef
-define Build/Compile
+define Build/Compile
/Default
endef
+Build/Compile = $(Build/Compile/Default)
define Package/base-files/install
$(CP) ./files/* $(1)/