From: Luka Perkov Date: Tue, 10 Mar 2015 23:43:25 +0000 (+0000) Subject: base-files: firstboot: pass down arguments such as -y to jffs2reset X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=17610e743020924e985026362b6f079b654ec592;p=openwrt%2Fstaging%2Fwigyori.git base-files: firstboot: pass down arguments such as -y to jffs2reset This brings back old behavior. Signed-off-by: Luka Perkov SVN-Revision: 44651 --- diff --git a/package/base-files/files/sbin/firstboot b/package/base-files/files/sbin/firstboot index 081febb7ba..d9af57d596 100755 --- a/package/base-files/files/sbin/firstboot +++ b/package/base-files/files/sbin/firstboot @@ -1,3 +1,3 @@ #!/bin/sh -/sbin/jffs2reset +/sbin/jffs2reset $@