base-files: firstboot: pass down arguments such as -y to jffs2reset
This brings back old behavior. Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44651 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
ad93058254
commit
7dafec072f
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/sbin/jffs2reset
|
/sbin/jffs2reset $@
|
||||||
|
|
Loading…
Reference in New Issue