fstools: scripts should propagate the cmdline
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40383 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
68bca634cc
commit
a725c853e0
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
fs-state overlay jffs2mark
|
||||
fs-state overlay jffs2mark $@
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
fs-state overlay jffs2reset
|
||||
fs-state overlay jffs2reset $@
|
||||
|
|
Loading…
Reference in New Issue