projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfdde81
)
small fix on etrax basefiles to avoid bogus error msg
author
John Crispin
<blogic@openwrt.org>
Mon, 4 Jun 2007 20:09:04 +0000
(20:09 +0000)
committer
John Crispin
<blogic@openwrt.org>
Mon, 4 Jun 2007 20:09:04 +0000
(20:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7495
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/etrax-2.6/base-files.mk
patch
|
blob
|
history
diff --git
a/target/linux/etrax-2.6/base-files.mk
b/target/linux/etrax-2.6/base-files.mk
index
de72e4d
..
d77ab55
100644
(file)
--- a/
target/linux/etrax-2.6/base-files.mk
+++ b/
target/linux/etrax-2.6/base-files.mk
@@
-1,5
+1,5
@@
define Package/base-files/install-target
- mkdir $(1)/root
+ mkdir
-p
$(1)/root
endef