mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
loxilb: upgrade to loxilb dev main branch
test out the new loxilb with fix for kernel 6.12 issue git clone --recurse-submodules https://github.com/loxilb-io/loxilb.git mv loxilb loxilb-0.9.9 tar czvf loxilb-0.9.9.tar.gz loxilb-0.9.9 mv loxilb-0.9.9.tar.gz <BPFire source>/cache Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 0.9.8
|
VER = 0.9.9
|
||||||
|
|
||||||
THISAPP = loxilb-$(VER)
|
THISAPP = loxilb-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_BLAKE2 = b5dd467a2a5303c4a902c49abce844a0d62fbca78b2a209ca5355b3278e9b7b2a11a2c39abba5bf8c1144dd2f51485a17abd0bf96ca19958a48e44bfb636c1ce
|
$(DL_FILE)_BLAKE2 = c6ba6ed0ccb7f1a476bd84d61815702b1ace045f904957ddf9b55547da328059fec41438e8413602a1efc7ce571f58976a08c8ffb0996d7f1afab1e81ae383a9
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user