mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
fixed a small error in tunctl lfs file
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1277 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -47,7 +47,7 @@ md5 :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_SRC)/br2684ctl
|
||||
@rm -rf $(DIR_SRC)/tunctl
|
||||
cd $(DIR_SRC) && gcc $(CFLAGS) -latm $(DIR_SRC)/src/tunctl/tunctl.c -o tunctl
|
||||
cd $(DIR_SRC) && install -v -m 755 tunctl /usr/bin/tunctl
|
||||
@rm -rf $(DIR_SRC)/tunctl
|
||||
|
||||
Reference in New Issue
Block a user