Revision: 6132
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6132&view=rev
Author:   owes
Date:     2011-11-25 19:13:44 +0000 (Fri, 25 Nov 2011)
Log Message:
-----------
Newer version of e1000e driver. Adds support for Intel 82579LM (among others), 
which shows up on some motherboards and does not exist in 2.6.32 kernel.
Next patch (.49, to be released soon) to kernel will auto-include.

Modified Paths:
--------------
    ipcop/trunk/make.sh

Added Paths:
-----------
    ipcop/trunk/lfs/e1000e

Added: ipcop/trunk/lfs/e1000e
===================================================================
--- ipcop/trunk/lfs/e1000e                              (rev 0)
+++ ipcop/trunk/lfs/e1000e      2011-11-25 19:13:44 UTC (rev 6132)
@@ -0,0 +1,91 @@
+###############################################################################
+# This file is part of the IPCop Firewall.                                    #
+#                                                                             #
+# IPCop is free software; you can redistribute it and/or modify               #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation; either version 2 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# IPCop is distributed in the hope that it will be useful,                    #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with IPCop; if not, write to the Free Software                        #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
+#                                                                             #
+# Makefiles are based on LFSMake, which is                                    #
+# Copyright (C) 2002 Rod Roard <[email protected]>                        
#
+#                                                                             #
+# Modifications by:                                                           #
+# 17-03-2004 Mark Wormgoor < [email protected]>                               #
+#          - Modified Makefile for IPCop build                                #
+#                                                                             #
+# $Id$
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+PKG_NAME   = e1000e
+VER        = 1.6.3
+HOST_ARCH  = i486
+OTHER_SRC  = yes
+KERNEL_MOD = yes
+
+THISAPP    = $(PKG_NAME)-$(VER)
+DL_FILE    = $(THISAPP).tar.gz
+DL_FROM    = $(URL_SFNET)/e1000
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
+TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/linux-$(KVER)-$(THISAPP)
+
+###############################################################################
+# Top-level Rules
+###############################################################################
+
+objects = $(DL_FILE)
+
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+
+$(DL_FILE)_MD5 = 9526a6c004f936506a90e10911420bf8
+
+install : $(TARGET)
+
+check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+
+download :$(patsubst %,$(DIR_DL)/%,$(objects))
+
+md5 : $(subst %,%_MD5,$(objects))
+
+###############################################################################
+# Downloading, checking, md5sum
+###############################################################################
+
+$(patsubst %,$(DIR_CHK)/%,$(objects)) :
+       @$(CHECK)
+
+$(patsubst %,$(DIR_DL)/%,$(objects)) :
+       @$(LOAD)
+
+$(subst %,%_MD5,$(objects)) :
+       @$(MD5)
+
+###############################################################################
+# Installation Details
+###############################################################################
+
+$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
+
+       @$(PREBUILD)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+
+       cd $(DIR_APP)/src && make BUILD_KERNEL=$(KVER) install
+       gzip -fn9 /lib/modules/$(KVER)/kernel/drivers/net/e1000e/e1000e.ko
+
+       @rm -rf $(DIR_APP)
+       @$(POSTBUILD)


Property changes on: ipcop/trunk/lfs/e1000e
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2011-11-25 18:12:11 UTC (rev 6131)
+++ ipcop/trunk/make.sh 2011-11-25 19:13:44 UTC (rev 6132)
@@ -1763,6 +1763,7 @@
        chroot_make unzip           # only needed to unpack rawwrite in 
lfs/cdrom
        chroot_make linux
        chroot_make CnxADSL
+       chroot_make e1000e
        if [ x"${SKIP_AVM_DRIVERS}" != x"yes" ]; then
                chroot_make fcdsl       # DEBUG -- compiles, but functionality 
is uncertain
                chroot_make fcdsl2      # DEBUG -- compiles, but functionality 
is uncertain

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to