vlan: Rebuild vconfig command.

The tarball ships a precompiled version, which
is compiled for i686 and obviously this causes
trouble on other architectures.

http://forum.ipfire.org/index.php?topic=7885.0
This commit is contained in:
Michael Tremer
2013-03-20 15:03:02 +00:00
parent c1aa6aafc2
commit 431c0e69bc
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../common/vlan

View File

@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make $(MAKETUNING) purge vconfig
cd $(DIR_APP) && install -c -p -m 0755 vconfig /sbin
@rm -rf $(DIR_APP)
@$(POSTBUILD)