aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/vfconfig/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-08-06 19:13:01 +0200
committerJo-Philipp Wich <jo@mein.io>2020-08-06 19:13:21 +0200
commitf85bc0d77d6106e1dfe96773656ff479ee0aefa1 (patch)
tree4cfbd4c71b7be9cc4de216e19e763d88191d4131 /package/network/config/vfconfig/Makefile
parent48f2596e780fa577e269d68179441d5edb22d68f (diff)
downloadupstream-f85bc0d77d6106e1dfe96773656ff479ee0aefa1.tar.gz
upstream-f85bc0d77d6106e1dfe96773656ff479ee0aefa1.tar.bz2
upstream-f85bc0d77d6106e1dfe96773656ff479ee0aefa1.zip
Revert "add vfconfig"
This reverts commit 34553e8cc9ad4530d3f52c3423e5c52fdacac539. This commit was not meant to go into master. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/config/vfconfig/Makefile')
-rw-r--r--package/network/config/vfconfig/Makefile40
1 files changed, 0 insertions, 40 deletions
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 <jo@mein.io>
- 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))