Skip to content

Commit

Permalink
6in4: remove old network scripts
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31981 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed May 29, 2012
1 parent 232df3c commit eb628c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 185 deletions.
15 changes: 2 additions & 13 deletions package/6in4/Makefile
Expand Up @@ -11,8 +11,6 @@ PKG_NAME:=6in4
PKG_VERSION:=10
PKG_RELEASE:=1

PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_netifd

include $(INCLUDE_DIR)/package.mk

define Package/6in4
Expand All @@ -36,20 +34,11 @@ endef
define Build/Configure
endef

ifneq ($(CONFIG_PACKAGE_netifd),)
define Package/6in4/install
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
else
define Package/6in4/install
$(INSTALL_DIR) $(1)/lib/network
$(INSTALL_DATA) ./files.old/6in4.sh $(1)/lib/network/6in4.sh
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
$(INSTALL_DATA) ./files.old/6in4.hotplug $(1)/etc/hotplug.d/iface/90-6in4
endef
endif
endef

$(eval $(call BuildPackage,6in4))
68 changes: 0 additions & 68 deletions package/6in4/files.old/6in4.hotplug

This file was deleted.

104 changes: 0 additions & 104 deletions package/6in4/files.old/6in4.sh

This file was deleted.

0 comments on commit eb628c8

Please sign in to comment.