Interface up scripts are not needed as new OpenWrt versions have netifd which monitors for interface up events via netlink.

This commit is contained in:
Jernej Kos 2012-06-06 12:12:25 +02:00
parent 4e84dbf44d
commit 18d36556db
2 changed files with 0 additions and 6 deletions

View File

@ -36,8 +36,6 @@ define Package/tunneldigger/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/l2tp_client $(1)/usr/bin/tunneldigger
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/tunneldigger.init $(1)/etc/init.d/tunneldigger
$(INSTALL_DIR) $(1)/lib/tunneldigger
$(INSTALL_BIN) ./files/iface_setup.sh $(1)/lib/tunneldigger/iface_setup.sh
endef
$(eval $(call BuildPackage,tunneldigger))

View File

@ -1,4 +0,0 @@
#!/bin/sh
# Call the hotplug network interface setup script so our new L2TPv3 tunnel
# interface gets configured with required addresses
ACTION="add" INTERFACE="$1" /sbin/hotplug-call net