diff options
author | John Crispin <john@openwrt.org> | 2007-06-04 20:09:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-06-04 20:09:04 +0000 |
commit | 804191bc404dbc23030d732f41c0d4082e768307 (patch) | |
tree | 2f2838a989519e4bd0baf7616319b3debcadd57c /target/linux/etrax-2.6/base-files.mk | |
parent | 6f1401a96165dacd546fad825635cbd9e1642196 (diff) | |
download | mtk-20170518-804191bc404dbc23030d732f41c0d4082e768307.zip mtk-20170518-804191bc404dbc23030d732f41c0d4082e768307.tar.gz mtk-20170518-804191bc404dbc23030d732f41c0d4082e768307.tar.bz2 |
small fix on etrax basefiles to avoid bogus error msg
SVN-Revision: 7495
Diffstat (limited to 'target/linux/etrax-2.6/base-files.mk')
-rw-r--r-- | target/linux/etrax-2.6/base-files.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/etrax-2.6/base-files.mk b/target/linux/etrax-2.6/base-files.mk index de72e4d..d77ab55 100644 --- 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 |