]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
vlan: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:09:00 +0000 (13:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:09:00 +0000 (13:09 +0200)
pkgs/core/vlan/vlan.nm

index 1d048ba0a461b64830e10c6a19f0fb4d49d5da6f..e1c4d996749a99326565fd5c0903903d08be720a 100644 (file)
@@ -42,10 +42,6 @@ PKG_TARBALL    = $(THISAPP).tar.gz
 
 DIR_APP        = $(DIR_SRC)/$(PKG_NAME)
 
-###############################################################################
-# Installation Details
-###############################################################################
-
 define STAGE_BUILD
        cd $(DIR_APP) && make purge vconfig CCFLAGS="$(CFLAGS)"
 endef