mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
1
config/rootfiles/core/68/filelists/vlan
Symbolic link
1
config/rootfiles/core/68/filelists/vlan
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/vlan
|
||||
2
lfs/vlan
2
lfs/vlan
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user