On 2014-05-22 22:16, André Valentin wrote: > > Signed-off-by: André Valentin <[email protected]> > --- > package/system/procd/patches/100-sysupgrade.patch | 73 > +++++++++++++++++++++ > 1 file changed, 73 insertions(+) > create mode 100644 package/system/procd/patches/100-sysupgrade.patch I agree with the general approach, but I'd like you to make a few changes to it:
- submit it as a patch to procd git instead of openwrt - rename the command to 'exec' or something like that. It could be used for more than just sysupgrade. - make "arguments" a string array and maybe combine it with "command" - maybe add an optional attribute for the directory to chdir() into (because of what daniel pointed out wrt. relative image path) - Felix _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
