diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-09-29 03:06:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-30 07:19:13 +0700 |
commit | 89da5b3040af5975d402f26016af5b6c7fbe029f (patch) | |
tree | b57384f6fe002e5bab1f14be94a73b4172d82101 /network/r8168/r8168.SlackBuild | |
parent | 32d444a0525ac3e8b104a46e31155e5acf13b43f (diff) |
network/r8168: Updated for version 8.045.08.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/r8168/r8168.SlackBuild')
-rw-r--r-- | network/r8168/r8168.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/network/r8168/r8168.SlackBuild b/network/r8168/r8168.SlackBuild index 9569be31903d9..691afc6c8e8a1 100644 --- a/network/r8168/r8168.SlackBuild +++ b/network/r8168/r8168.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=r8168 -VERSION=${VERSION:-8.044.02} +VERSION=${VERSION:-8.045.08} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,9 +72,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# patch from arch for 4.11 kernels -cat $CWD/r8168-linux-4.11.patch | patch -p1 - make -C /lib/modules/$KERNEL/build \ SUBDIRS="$TMP/$PRGNAM-$VERSION/src" \ EXTRA_CFLAGS="$SLKCFLAGS" \ |