X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fr8101;h=fb03e56f952cfe550b14bf966b9444372a3d08fc;hb=43d8be093c2dcad28164745d451f8d2351b9b95f;hp=e1c8206ef357a428dbb4038bba7280ed54c56f0e;hpb=85f029d1868dc0e2af86f11acac06e9580d8fe77;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/r8101 b/lfs/r8101 index e1c8206ef..fb03e56f9 100644 --- a/lfs/r8101 +++ b/lfs/r8101 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2012 IPFire Team # +# Copyright (C) 2007-2013 IPFire Team # # # # 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 # @@ -26,7 +26,12 @@ include Config VERSUFIX = ipfire$(KCFG) ifeq "$(KCFG)" "-xen" - KVER = 2.6.32.60 + KVER = 2.6.32.61 + MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net + MODNAME = r8101.ko +else + MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/ethernet/realtek + MODNAME = r8101.ko.vendor endif VER = 1.023.00 @@ -80,6 +85,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/r8101_add_missing_pciids.patch cd $(DIR_APP) && make -C /lib/modules/$(KVER)-$(VERSUFIX)/build/ SUBDIRS=$(DIR_APP)/src modules - cd $(DIR_APP)/src && install -m 644 r8101.ko /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net + cd $(DIR_APP)/src && install -m 644 r8101.ko $(MODPATH)/$(MODNAME) @rm -rf $(DIR_APP) @$(POSTBUILD)