6in4, 6to4: further simplify protocol backends - use new default route dependencies...
[openwrt/openwrt.git] / package / 6in4 / Makefile
index d91ae84a60c4e4d62f8a4d2655ee6f923e1c2644..fdab290861ec399792fabe10adc45b652698e83d 100644 (file)
@@ -37,8 +37,6 @@ endef
 define Package/6in4/install
        $(INSTALL_DIR) $(1)/lib/netifd/proto
        $(INSTALL_BIN) ./files/6in4.sh $(1)/lib/netifd/proto/6in4.sh
-       $(INSTALL_DIR) $(1)/etc/hotplug.d/iface
-       $(INSTALL_DATA) ./files/6in4.hotplug $(1)/etc/hotplug.d/iface/90-6in4
 endef
 
 $(eval $(call BuildPackage,6in4))