summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-06-25 15:28:06 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-06-25 15:28:06 +0200
commitcb80683cb2dd4881c4580ecd19dc3c0f45e32d2d (patch)
tree172d01a6d7117133a5a2489749e268e0533aa344 /Config.in.legacy
parent149af56707c1b4f562bea772ad9e82ddb8299738 (diff)
downloadbuildroot-cb80683cb2dd4881c4580ecd19dc3c0f45e32d2d.tar.gz
buildroot-cb80683cb2dd4881c4580ecd19dc3c0f45e32d2d.zip
system/device_table.txt: drop unused ifupdown post-up.d / pre-down.d directories
These are not used by the busybox or Debian ifupdown implementation. Instead if-up.d is run after the per-interface up tasks (E.G. post-up) and if-down.d is run before the per-interface down tasks (E.G. pre-down). So drop them as they only cause confusion. grep execute_all output/build/busybox-1.23.2/networking/ifupdown.c static int execute_all(struct interface_defn_t *ifd, const char *opt) if (!execute_all(iface, "pre-up")) return 0; if (!execute_all(iface, "up")) return 0; if (!execute_all(iface, "down")) return 0; if (!execute_all(iface, "post-down")) return 0; grep execute_script output/build/ifupdown-0.7.49/execute.c int execute_scripts(interface_defn * ifd, execfn * exec, char *opt) if (!execute_scripts(iface, doit, "pre-up")) if (!execute_scripts(iface, doit, "up")) if (!execute_scripts(iface, doit, "down")) if (!execute_scripts(iface, doit, "post-down")) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in.legacy')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud