[arch-commits] Commit in r8168/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jul 21 15:33:28 UTC 2020


    Date: Tuesday, July 21, 2020 @ 15:33:27
  Author: mtorromeo
Revision: 664752

upgpkg: r8168 8.048.03-12: Updated CFLAGS to reflect upstream defaults

Modified:
  r8168/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-21 13:34:58 UTC (rev 664751)
+++ PKGBUILD	2020-07-21 15:33:27 UTC (rev 664752)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=11
+pkgrel=12
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw"
 license=("GPL")
@@ -18,7 +18,7 @@
 	# avoid using the Makefile directly -- it doesn't understand
 	# any kernel but the current.
 	make -C /usr/src/linux M="$PWD/src" \
-			EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+			EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN -DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
 			modules
 }
 



More information about the arch-commits mailing list