Revision: 7207
          http://sourceforge.net/p/ipcop/svn/7207
Author:   owes
Date:     2014-01-10 14:55:45 +0000 (Fri, 10 Jan 2014)
Log Message:
-----------
Fix e1000e path and include in build so we can use it properly.

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

Modified: ipcop/trunk/lfs/e1000e
===================================================================
--- ipcop/trunk/lfs/e1000e      2014-01-10 11:57:03 UTC (rev 7206)
+++ ipcop/trunk/lfs/e1000e      2014-01-10 14:55:45 UTC (rev 7207)
@@ -89,8 +89,8 @@
        # Avoid make install as we don't want depmod to run against host kernel
        cd $(DIR_APP)/src && make BUILD_KERNEL=$(KVER)
        cd $(DIR_APP)/src && gzip -fn9 e1000e.ko
-       mkdir -p /lib/modules/$(KVER)/kernel/drivers/net/e1000e
-       cd $(DIR_APP)/src && install -m 0644 e1000e.ko.gz 
/lib/modules/$(KVER)/kernel/drivers/net/e1000e
+       mkdir -p /lib/modules/$(KVER)/kernel/drivers/net/ethernet/intel/e1000e
+       cd $(DIR_APP)/src && install -m 0644 e1000e.ko.gz 
/lib/modules/$(KVER)/kernel/drivers/net/ethernet/intel/e1000e
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)

Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2014-01-10 11:57:03 UTC (rev 7206)
+++ ipcop/trunk/make.sh 2014-01-10 14:55:45 UTC (rev 7207)
@@ -1833,7 +1833,7 @@
        chroot_make unzip               # only needed to unpack rawwrite in 
lfs/cdrom
        chroot_make linux
        chroot_make CnxADSL
-       #chroot_make e1000e          # supply newer kernel driver
+       chroot_make e1000e          # supply newer kernel driver
        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.


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to