]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/r8168
Merge remote-tracking branch 'trikolon/next' into next
[people/teissler/ipfire-2.x.git] / lfs / r8168
index 09a55f00d2ed7635e05c742fc1f212ba170f224f..c4aa6a960ada3fdf917d99163a5d26503a500bcf 100644 (file)
--- a/lfs/r8168
+++ b/lfs/r8168
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2012  IPFire Team <info@ipfire.org>                      #
+# Copyright (C) 2007-2013  IPFire Team <info@ipfire.org>                      #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -27,9 +27,12 @@ include Config
 VERSUFIX = ipfire$(KCFG)
 ifeq "$(KCFG)" "-xen"
        KVER = 2.6.32.60
+       MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net
+else
+       MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/ethernet/realtek
 endif
 
-VER        = 8.032.00
+VER        = 8.035.00
 
 THISAPP    = r8168-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -45,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 942ce02459a181093f77bb4d5cc75d45
+$(DL_FILE)_MD5 = 80b8d23e463e5408dced1b1377579dae
 
 install : $(TARGET)
 
@@ -79,6 +82,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && make -C /lib/modules/$(KVER)-$(VERSUFIX)/build/ SUBDIRS=$(DIR_APP)/src modules
-       cd $(DIR_APP)/src && install -m 644 r8168.ko /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net 
+       cd $(DIR_APP)/src && install -m 644 r8168.ko $(MODPATH)
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)