Author: justin Date: 2005-11-16 22:53:55 -0700 (Wed, 16 Nov 2005) New Revision: 1079
Modified: trunk/packages/linux/config.ppc trunk/packages/linux/config.x86 Log: Unset CONFIG_IEEE1394_ETH1394 module from kernel configs. No one I talked to have ever seen such a device and having it enabled can cause eth0 to be assigned to the firewire port instead, throwing off the bootscripts. Modified: trunk/packages/linux/config.ppc =================================================================== --- trunk/packages/linux/config.ppc 2005-11-17 05:41:34 UTC (rev 1078) +++ trunk/packages/linux/config.ppc 2005-11-17 05:53:55 UTC (rev 1079) @@ -524,7 +524,7 @@ # # CONFIG_IEEE1394_VIDEO1394 is not set # CONFIG_IEEE1394_SBP2 is not set -CONFIG_IEEE1394_ETH1394=m +# CONFIG_IEEE1394_ETH1394 is not set # CONFIG_IEEE1394_DV1394 is not set CONFIG_IEEE1394_RAWIO=m # CONFIG_IEEE1394_CMP is not set Modified: trunk/packages/linux/config.x86 =================================================================== --- trunk/packages/linux/config.x86 2005-11-17 05:41:34 UTC (rev 1078) +++ trunk/packages/linux/config.x86 2005-11-17 05:53:55 UTC (rev 1079) @@ -591,7 +591,7 @@ # # CONFIG_IEEE1394_VIDEO1394 is not set # CONFIG_IEEE1394_SBP2 is not set -CONFIG_IEEE1394_ETH1394=m +# CONFIG_IEEE1394_ETH1394 is not set # CONFIG_IEEE1394_DV1394 is not set CONFIG_IEEE1394_RAWIO=m # CONFIG_IEEE1394_CMP is not set -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
