Date: Tuesday, July 21, 2020 @ 15:34:03 Author: mtorromeo Revision: 664754
upgpkg: r8168-lts 8.048.03-11: Updated CFLAGS to reflect upstream defaults Modified: r8168-lts/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-21 15:33:41 UTC (rev 664753) +++ PKGBUILD 2020-07-21 15:34:03 UTC (rev 664754) @@ -2,7 +2,7 @@ pkgname=r8168-lts pkgver=8.048.03 -pkgrel=10 +pkgrel=11 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts" url="http://www.realtek.com.tw" license=("GPL") @@ -16,7 +16,7 @@ # avoid using the Makefile directly -- it doesn't understand # any kernel but the current. make -C /usr/src/linux-lts 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 }
