Skip to content

Commit fee916f

Browse files
committed
bpf-headers: correctly support refreshing the package
Overwrite default Quilt/Refresh/Package and use the Kernel variant to correctly refresh bpf-headers patches. Signed-off-by: Christian Marangi <[email protected]>
1 parent 61bfcc4 commit fee916f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package/kernel/bpf-headers/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ define Build/Patch
6767
$(Kernel/Patch/Default)
6868
endef
6969

70+
define Quilt/Refresh/Package
71+
$(Quilt/Refresh/Kernel)
72+
endef
73+
7074
BPF_DOC = $(PKG_BUILD_DIR)/scripts/bpf_doc.py
7175

7276
define Build/Configure/64

0 commit comments

Comments
 (0)