IFPLUGD_AUTORECONF = NO
 IFPLUGD_INSTALL_STAGING = NO
 IFPLUGD_INSTALL_TARGET = YES
+# install-strip unconditionally overwrites $(TARGET_DIR)/etc/ifplugd/ifplugd.*
+IFPLUGD_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-exec
 
 IFPLUGD_CONF_OPT = --disable-lynx
 
 $(eval $(call AUTOTARGETS,package,ifplugd))
 
 $(IFPLUGD_HOOK_POST_INSTALL): $(IFPLUGD_TARGET_INSTALL_TARGET)
+       $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/sbin/ifplugd
+       $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/sbin/ifplugstatus
        $(INSTALL) -d $(TARGET_DIR)/etc/ifplugd
        @if [ ! -f $(TARGET_DIR)/etc/ifplugd/ifplugd.conf ]; then \
                $(INSTALL) $(IFPLUGD_DIR)/conf/ifplugd.conf $(TARGET_DIR)/etc/ifplugd/; \