From f85bc0d77d6106e1dfe96773656ff479ee0aefa1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 6 Aug 2020 19:13:01 +0200 Subject: Revert "add vfconfig" This reverts commit 34553e8cc9ad4530d3f52c3423e5c52fdacac539. This commit was not meant to go into master. Signed-off-by: Jo-Philipp Wich --- package/network/config/vfconfig/Makefile | 40 -------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 package/network/config/vfconfig/Makefile (limited to 'package/network/config/vfconfig/Makefile') diff --git a/package/network/config/vfconfig/Makefile b/package/network/config/vfconfig/Makefile deleted file mode 100644 index 1fb62d728f..0000000000 --- a/package/network/config/vfconfig/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -include $(TOPDIR)/rules.mk - -PKG_NAME:=vfconfig -PKG_RELEASE:=1 -PKG_LICENSE:=GPL-2.0 - -include $(INCLUDE_DIR)/package.mk - -define Package/vfconfig - SECTION:=net - CATEGORY:=Network - MAINTAINER:=Jo-Philipp Wich - TITLE:=UCI configuration support for VLAN filtering rules - DEPENDS:= +ip-bridge +ip-full - PKGARCH:=all -endef - -define Package/vfconfig/description - This package provides UCI configuration abstraction for VLAN filter rules - on top of Linux bridge interfaces. -endef - -define Build/Compile -endef - -define Build/Configure -endef - -define Package/vfconfig/install - $(INSTALL_DIR) $(1)/etc/hotplug.d/iface - $(INSTALL_DATA) ./files/vfconfig.hotplug $(1)/etc/hotplug.d/iface/01-vfconfig - - $(INSTALL_DIR) $(1)/lib/network - $(INSTALL_DATA) ./files/vfconfig.include $(1)/lib/network/vfconfig.sh - - $(INSTALL_DIR) $(1)/sbin - $(INSTALL_BIN) ./files/vfconfig.sh $(1)/sbin/vfconfig -endef - -$(eval $(call BuildPackage,vfconfig)) -- cgit v1.2.3