summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGustavo Zacarias2012-04-29 05:03:51 +0200
committerPeter Korsgaard2012-04-29 19:14:14 +0200
commit40c20cd40e74c97c8995dbf2ca0d6570b46d9261 (patch)
treebb6d46fd0cc57a1c2d6c1acf369887796e75aeb8 /target
parentlinux: bump default to kernel version 3.3.4 (diff)
downloadbuildroot-40c20cd40e74c97c8995dbf2ca0d6570b46d9261.tar.gz
buildroot-40c20cd40e74c97c8995dbf2ca0d6570b46d9261.tar.xz
buildroot-40c20cd40e74c97c8995dbf2ca0d6570b46d9261.zip
busybox 1.20.x: add if-post-up.d and if-pre-down.d to device table
Busybox 1.20.0 add functionality to execute scripts from if-post-up.d and if-pre-down.d, so add the missing directories to the device table to get them created and avoid unnecessary warnings if not. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target')
-rw-r--r--target/generic/device_table.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/generic/device_table.txt b/target/generic/device_table.txt
index d3e394ba9..fc397a90c 100644
--- a/target/generic/device_table.txt
+++ b/target/generic/device_table.txt
@@ -14,7 +14,9 @@
/etc/passwd f 644 0 0 - - - - -
/etc/network/if-up.d d 755 0 0 - - - - -
/etc/network/if-pre-up.d d 755 0 0 - - - - -
+/etc/network/if-post-up.d d 755 0 0 - - - - -
/etc/network/if-down.d d 755 0 0 - - - - -
+/etc/network/if-pre-down.d d 755 0 0 - - - - -
/etc/network/if-post-down.d d 755 0 0 - - - - -
# uncomment this to allow starting x as non-root
#/usr/X11R6/bin/Xfbdev f 4755 0 0 - - - - -