base-files: firstboot: pass down arguments such as -y to jffs2reset
This brings back old behavior. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 44651
This commit is contained in:
parent
daf2140192
commit
17610e7430
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/sbin/jffs2reset
|
/sbin/jffs2reset $@
|
||||||
|
|
Loading…
Reference in a new issue