diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-29 12:59:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-29 12:59:15 +0000 |
commit | d3efcab8137275a1cc5d7548a583e532d082308f (patch) | |
tree | 9a0d5f472a7c8c974e45e353c709fa0aedb3affc /package/6to4/Makefile | |
parent | fdcc84f78ef24328dc7d570fa717f0fd9a0f7113 (diff) | |
download | mtk-20170518-d3efcab8137275a1cc5d7548a583e532d082308f.zip mtk-20170518-d3efcab8137275a1cc5d7548a583e532d082308f.tar.gz mtk-20170518-d3efcab8137275a1cc5d7548a583e532d082308f.tar.bz2 |
6to4: remove old network scripts
SVN-Revision: 31983
Diffstat (limited to 'package/6to4/Makefile')
-rw-r--r-- | package/6to4/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/package/6to4/Makefile b/package/6to4/Makefile index 95575cf..a5b08f5 100644 --- a/package/6to4/Makefile +++ b/package/6to4/Makefile @@ -11,8 +11,6 @@ PKG_NAME:=6to4 PKG_VERSION:=8 PKG_RELEASE:=1 -PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_netifd - include $(INCLUDE_DIR)/package.mk define Package/6to4 @@ -36,20 +34,11 @@ endef define Build/Configure endef -ifneq ($(CONFIG_PACKAGE_netifd),) - define Package/6to4/install +define Package/6to4/install $(INSTALL_DIR) $(1)/lib/netifd/proto $(INSTALL_BIN) ./files/6to4.sh $(1)/lib/netifd/proto/6to4.sh $(INSTALL_DIR) $(1)/etc/hotplug.d/iface $(INSTALL_DATA) ./files/6to4.hotplug $(1)/etc/hotplug.d/iface/91-6to4 - endef -else - define Package/6to4/install - $(INSTALL_DIR) $(1)/lib/network - $(INSTALL_DATA) ./files.old/6to4.sh $(1)/lib/network/6to4.sh - $(INSTALL_DIR) $(1)/etc/hotplug.d/iface - $(INSTALL_DATA) ./files.old/6to4.hotplug $(1)/etc/hotplug.d/iface/91-6to4 - endef -endif +endef $(eval $(call BuildPackage,6to4)) |