Signed-off-by: Adolf Belka <adolf.be...@ipfire.org>
---
 config/rootfiles/common/vlan |  1 -
 lfs/vlan                     | 76 ------------------------------------
 make.sh                      |  1 -
 3 files changed, 78 deletions(-)
 delete mode 100644 config/rootfiles/common/vlan
 delete mode 100644 lfs/vlan

diff --git a/config/rootfiles/common/vlan b/config/rootfiles/common/vlan
deleted file mode 100644
index 9d7eb4cf0..000000000
--- a/config/rootfiles/common/vlan
+++ /dev/null
@@ -1 +0,0 @@
-sbin/vconfig
diff --git a/lfs/vlan b/lfs/vlan
deleted file mode 100644
index a472df5ee..000000000
--- a/lfs/vlan
+++ /dev/null
@@ -1,76 +0,0 @@
-###############################################################################
-#                                                                             #
-# IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <i...@ipfire.org>                     #
-#                                                                             #
-# This program is free software: you can redistribute it and/or modify        #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation, either version 3 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# This program is distributed in the hope that it will be useful,             #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
-#                                                                             #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-VER        = 1.9
-
-THISAPP    = vlan.$(VER)
-DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/vlan
-TARGET     = $(DIR_INFO)/$(THISAPP)
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects = $(DL_FILE)
-
-$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_BLAKE2 = 
195acf3d3bf12de3d11856ec3fdab9791d744af8a5c0003d42a2dd8dda5b22d92bdb43aac392a2c3281cf43f67c2b05dc442352f1cfb589bc540593a92a2a46d
-
-install : $(TARGET)
-
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
-
-b2 : $(subst %,%_BLAKE2,$(objects))
-
-###############################################################################
-# Downloading, checking, b2sum
-###############################################################################
-
-$(patsubst %,$(DIR_CHK)/%,$(objects)) :
-       @$(CHECK)
-
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
-       @$(LOAD)
-
-$(subst %,%_BLAKE2,$(objects)) :
-       @$(B2SUM)
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
-       @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && make purge vconfig
-       cd $(DIR_APP) && install -c -p -m 0755 vconfig /sbin
-       @rm -rf $(DIR_APP)
-       @$(POSTBUILD)
diff --git a/make.sh b/make.sh
index 25489a2f1..f558de5e1 100755
--- a/make.sh
+++ b/make.sh
@@ -1791,7 +1791,6 @@ build_system() {
        lfsmake2 calamaris
        lfsmake2 tcpdump
        lfsmake2 traceroute
-       lfsmake2 vlan
        lfsmake2 wireless
        lfsmake2 pakfire
        lfsmake2 lz4
-- 
2.49.0


Reply via email to