diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-31 06:26:40 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-31 06:26:40 +0000 |
commit | f8bc2e1e311f42545e5e1170d0ae4bc796f1dcaf (patch) | |
tree | a881ae4e7096e7f40e480a24fd93a331f8a6aeca | |
parent | 1b5c1e7bdbdf496078a8556c2906919432f60d52 (diff) | |
download | buildroot-novena-f8bc2e1e311f42545e5e1170d0ae4bc796f1dcaf.tar.gz buildroot-novena-f8bc2e1e311f42545e5e1170d0ae4bc796f1dcaf.zip |
target/generic/mini: remove udhcpc default.script entry
It isn't provided in the target skeleton, and avahi gets the
permissions correct so it isn't needed and just confuses users.
-rw-r--r-- | target/generic/mini_device_table.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/generic/mini_device_table.txt b/target/generic/mini_device_table.txt index be338f8d2..019819b30 100644 --- a/target/generic/mini_device_table.txt +++ b/target/generic/mini_device_table.txt @@ -50,7 +50,6 @@ /etc/network/if-pre-up.d d 755 0 0 - - - - - /etc/network/if-down.d d 755 0 0 - - - - - /etc/network/if-post-down.d d 755 0 0 - - - - - -/usr/share/udhcpc/default.script f 755 0 0 - - - - - # uncomment this to allow starting x as non-root #/usr/X11R6/bin/Xfbdev f 4755 0 0 - - - - - # Normal system devices |