diff options
| author | Luka Perkov <luka@openwrt.org> | 2015-03-10 23:43:25 +0000 |
|---|---|---|
| committer | Luka Perkov <luka@openwrt.org> | 2015-03-10 23:43:25 +0000 |
| commit | 17610e743020924e985026362b6f079b654ec592 (patch) | |
| tree | 595de0ad64544d642b94792bc5f35d138fcbd76b | |
| parent | daf2140192150dfb740e09c0aede68d242db0fdd (diff) | |
| download | mtk-20170518-17610e743020924e985026362b6f079b654ec592.zip mtk-20170518-17610e743020924e985026362b6f079b654ec592.tar.gz mtk-20170518-17610e743020924e985026362b6f079b654ec592.tar.bz2 | |
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
| -rwxr-xr-x | package/base-files/files/sbin/firstboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/sbin/firstboot b/package/base-files/files/sbin/firstboot index 081febb..d9af57d 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 $@ |
