projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76cfd5b
)
kernel: r8168: add missing flags
author
Andy Chiang
<
[email protected]
>
Tue, 9 Sep 2025 18:23:47 +0000
(
01:23
+0700)
committer
Robert Marko
<
[email protected]
>
Wed, 10 Sep 2025 11:51:16 +0000
(13:51 +0200)
PKG_MAKE_FLAGS is required when compiling r8168-rss
Signed-off-by: Andy Chiang <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20001
Signed-off-by: Robert Marko <
[email protected]
>
package/kernel/r8168/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/r8168/Makefile
b/package/kernel/r8168/Makefile
index 98cf5ea35aa72ce7f68de0a5c332fe6aff36d08f..182950a6240f26f6e009c7a113781365ab655d2c 100644
(file)
--- a/
package/kernel/r8168/Makefile
+++ b/
package/kernel/r8168/Makefile
@@
-2,7
+2,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=r8168
PKG_VERSION:=8.055.00
-PKG_RELEASE:=
3
+PKG_RELEASE:=
4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8168/releases/download/$(PKG_VERSION)
@@
-40,6
+40,7
@@
endif
define Build/Compile
+$(KERNEL_MAKE) $(PKG_JOBS) \
+ $(PKG_MAKE_FLAGS) \
M="$(PKG_BUILD_DIR)/src" \
modules
endef