mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
small fix on etrax basefiles to avoid bogus error msg
SVN-Revision: 7495
This commit is contained in:
parent
6f1401a961
commit
804191bc40
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
define Package/base-files/install-target
|
||||
mkdir $(1)/root
|
||||
mkdir -p $(1)/root
|
||||
endef
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue