mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
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 <ansuelsmth@gmail.com>
This commit is contained in:
parent
61bfcc4bd7
commit
fee916f6b8
1 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,10 @@ define Build/Patch
|
|||
$(Kernel/Patch/Default)
|
||||
endef
|
||||
|
||||
define Quilt/Refresh/Package
|
||||
$(Quilt/Refresh/Kernel)
|
||||
endef
|
||||
|
||||
BPF_DOC = $(PKG_BUILD_DIR)/scripts/bpf_doc.py
|
||||
|
||||
define Build/Configure/64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue