diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-26 14:22:13 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-26 14:22:13 +0200 |
commit | 0c229f70ea270069e981bfb59e3aea80b21bbcfb (patch) | |
tree | cbdd883736cf81ce674f450712d5d863ec5f0dc0 /package/avahi/avahi.mk | |
parent | dc6d9070b2141afc057ef92253cfbd8199876527 (diff) |
busybox: use a single udhcpc script, with or without avahi-autoipd
We're currently using two different udhcpc scripts, one in the busybox
package and another in the avahi one, which calls avahi-autoipd on
dhcp failures.
The avahi one actually only does something differently from the default
if avahi-autoipd is available, so let's just always use this one instead
of the complicated logic about writing the file if not present /
overwriting it afterwards.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/avahi/avahi.mk')
-rw-r--r-- | package/avahi/avahi.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 89dfc33db..028f3aeee 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -147,8 +147,6 @@ endef AVAHI_POST_INSTALL_TARGET_HOOKS += AVAHI_REMOVE_INITSCRIPT define AVAHI_INSTALL_AUTOIPD - rm -rf $(TARGET_DIR)/etc/dhcp3/ - $(INSTALL) -D -m 0755 package/avahi/busybox-udhcpc-default.script $(TARGET_DIR)/usr/share/udhcpc/default.script $(INSTALL) -m 0755 package/avahi/S05avahi-setup.sh $(TARGET_DIR)/etc/init.d/ rm -f $(TARGET_DIR)/var/lib/avahi-autoipd $(INSTALL) -d -m 0755 $(TARGET_DIR)/var/lib |