mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 06:32:11 -05:00
kernel: r8168: add missing flags
PKG_MAKE_FLAGS is required when compiling r8168-rss Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com> Link: https://github.com/openwrt/openwrt/pull/20001 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
76cfd5b8b7
commit
5719d65064
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=r8168
|
PKG_NAME:=r8168
|
||||||
PKG_VERSION:=8.055.00
|
PKG_VERSION:=8.055.00
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8168/releases/download/$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8168/releases/download/$(PKG_VERSION)
|
||||||
@ -40,6 +40,7 @@ endif
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
+$(KERNEL_MAKE) $(PKG_JOBS) \
|
+$(KERNEL_MAKE) $(PKG_JOBS) \
|
||||||
|
$(PKG_MAKE_FLAGS) \
|
||||||
M="$(PKG_BUILD_DIR)/src" \
|
M="$(PKG_BUILD_DIR)/src" \
|
||||||
modules
|
modules
|
||||||
endef
|
endef
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user