From: <abe...@us...> - 2016-09-15 17:01:00
|
Revision: 7835 http://sourceforge.net/p/astlinux/code/7835 Author: abelbeck Date: 2016-09-15 17:00:56 +0000 (Thu, 15 Sep 2016) Log Message: ----------- linux, build the Realtek '8139cp' NIC module, leave commented out in /etc/rc.modules, used on old Watchguard appliances Modified Paths: -------------- branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/rc.modules branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/rc.modules branches/1.0/project/astlinux/board/genx86_64/target_skeleton/etc/rc.modules branches/1.0/project/astlinux/board/genx86_64-serial/target_skeleton/etc/rc.modules branches/1.0/project/astlinux/geni586/linux-smp.config branches/1.0/project/astlinux/geni586/linux.config branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config branches/1.0/project/astlinux/genx86_64/linux-smp.config Modified: branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/rc.modules =================================================================== --- branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/rc.modules 2016-09-14 21:46:00 UTC (rev 7834) +++ branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/rc.modules 2016-09-15 17:00:56 UTC (rev 7835) @@ -10,6 +10,7 @@ e100 natsemi forcedeth +#8139cp 8139too via-rhine via-velocity Modified: branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/rc.modules =================================================================== --- branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/rc.modules 2016-09-14 21:46:00 UTC (rev 7834) +++ branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/rc.modules 2016-09-15 17:00:56 UTC (rev 7835) @@ -10,6 +10,7 @@ e100 natsemi forcedeth +#8139cp 8139too via-rhine via-velocity Modified: branches/1.0/project/astlinux/board/genx86_64/target_skeleton/etc/rc.modules =================================================================== --- branches/1.0/project/astlinux/board/genx86_64/target_skeleton/etc/rc.modules 2016-09-14 21:46:00 UTC (rev 7834) +++ branches/1.0/project/astlinux/board/genx86_64/target_skeleton/etc/rc.modules 2016-09-15 17:00:56 UTC (rev 7835) @@ -10,6 +10,7 @@ e100 natsemi forcedeth +#8139cp 8139too via-rhine via-velocity Modified: branches/1.0/project/astlinux/board/genx86_64-serial/target_skeleton/etc/rc.modules =================================================================== --- branches/1.0/project/astlinux/board/genx86_64-serial/target_skeleton/etc/rc.modules 2016-09-14 21:46:00 UTC (rev 7834) +++ branches/1.0/project/astlinux/board/genx86_64-serial/target_skeleton/etc/rc.modules 2016-09-15 17:00:56 UTC (rev 7835) @@ -10,6 +10,7 @@ e100 natsemi forcedeth +#8139cp 8139too via-rhine via-velocity Modified: branches/1.0/project/astlinux/geni586/linux-smp.config =================================================================== --- branches/1.0/project/astlinux/geni586/linux-smp.config 2016-09-14 21:46:00 UTC (rev 7834) +++ branches/1.0/project/astlinux/geni586/linux-smp.config 2016-09-15 17:00:56 UTC (rev 7835) @@ -1313,7 +1313,7 @@ # CONFIG_QLGE is not set # CONFIG_NETXEN_NIC is not set CONFIG_NET_VENDOR_REALTEK=y -# CONFIG_8139CP is not set +CONFIG_8139CP=m CONFIG_8139TOO=m # CONFIG_8139TOO_PIO is not set # CONFIG_8139TOO_TUNE_TWISTER is not set Modified: branches/1.0/project/astlinux/geni586/linux.config =================================================================== --- branches/1.0/project/astlinux/geni586/linux.config 2016-09-14 21:46:00 UTC (rev 7834) +++ branches/1.0/project/astlinux/geni586/linux.config 2016-09-15 17:00:56 UTC (rev 7835) @@ -1300,7 +1300,7 @@ # CONFIG_QLGE is not set # CONFIG_NETXEN_NIC is not set CONFIG_NET_VENDOR_REALTEK=y -# CONFIG_8139CP is not set +CONFIG_8139CP=m CONFIG_8139TOO=m # CONFIG_8139TOO_PIO is not set # CONFIG_8139TOO_TUNE_TWISTER is not set Modified: branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config =================================================================== --- branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2016-09-14 21:46:00 UTC (rev 7834) +++ branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2016-09-15 17:00:56 UTC (rev 7835) @@ -1289,7 +1289,7 @@ # CONFIG_QLGE is not set # CONFIG_NETXEN_NIC is not set CONFIG_NET_VENDOR_REALTEK=y -# CONFIG_8139CP is not set +CONFIG_8139CP=m CONFIG_8139TOO=m # CONFIG_8139TOO_PIO is not set # CONFIG_8139TOO_TUNE_TWISTER is not set Modified: branches/1.0/project/astlinux/genx86_64/linux-smp.config =================================================================== --- branches/1.0/project/astlinux/genx86_64/linux-smp.config 2016-09-14 21:46:00 UTC (rev 7834) +++ branches/1.0/project/astlinux/genx86_64/linux-smp.config 2016-09-15 17:00:56 UTC (rev 7835) @@ -1266,7 +1266,7 @@ # CONFIG_QLGE is not set # CONFIG_NETXEN_NIC is not set CONFIG_NET_VENDOR_REALTEK=y -# CONFIG_8139CP is not set +CONFIG_8139CP=m CONFIG_8139TOO=m # CONFIG_8139TOO_PIO is not set # CONFIG_8139TOO_TUNE_TWISTER is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |