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
master
Luka Perkov 10 years ago
parent daf2140192
commit 17610e7430
  1. 2
      package/base-files/files/sbin/firstboot

@ -1,3 +1,3 @@
#!/bin/sh
/sbin/jffs2reset
/sbin/jffs2reset $@

Loading…
Cancel
Save