aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin/firstboot
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-03-10 23:43:25 +0000
committerLuka Perkov <luka@openwrt.org>2015-03-10 23:43:25 +0000
commit7dafec072ff2a903d90dcba5c4a0b9df59dad47d (patch)
tree6be8e7190dbfaaa58cf85fe0a79446ae4e331d8e /package/base-files/files/sbin/firstboot
parentad930582549b76cb1ea963cfd4ae4b7de7361a7a (diff)
downloadmaster-187ad058-7dafec072ff2a903d90dcba5c4a0b9df59dad47d.tar.gz
master-187ad058-7dafec072ff2a903d90dcba5c4a0b9df59dad47d.tar.bz2
master-187ad058-7dafec072ff2a903d90dcba5c4a0b9df59dad47d.zip
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-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/sbin/firstboot')
-rwxr-xr-xpackage/base-files/files/sbin/firstboot2
1 files changed, 1 insertions, 1 deletions
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 $@