From: Rod Whitby Date: Fri, 14 Apr 2006 17:42:31 +0000 (+0000) Subject: ixp425-eth: Set dev_max_count=1 in /etc/modprobe.d/eth0 by default (those with two... X-Git-Tag: Release-2010-05/1~9453^2~1916 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40cbec43e3fc03c4a61534092cce978d384039ae;p=openembedded.git ixp425-eth: Set dev_max_count=1 in /etc/modprobe.d/eth0 by default (those with two ethernet ports can override that file in a distro-specific way). --- diff --git a/packages/ixp425-eth/ixp400-eth-1.5/modprobe.conf b/packages/ixp425-eth/ixp400-eth-1.5/modprobe.conf index 9d579eeac1..f08b9a404c 100644 --- a/packages/ixp425-eth/ixp400-eth-1.5/modprobe.conf +++ b/packages/ixp425-eth/ixp400-eth-1.5/modprobe.conf @@ -1,3 +1,4 @@ # Add an alias for eth0 to ixp400_eth to cause the S40networking # init script to load the ixp400_eth driver on the first boot alias eth0 ixp400_eth +options ixp400_eth dev_max_count=1 \ No newline at end of file diff --git a/packages/ixp425-eth/ixp400-eth_1.5.bb b/packages/ixp425-eth/ixp400-eth_1.5.bb index 4430e295fb..8e17faa673 100644 --- a/packages/ixp425-eth/ixp400-eth_1.5.bb +++ b/packages/ixp425-eth/ixp400-eth_1.5.bb @@ -4,7 +4,7 @@ MAINTAINER = "NSLU2 Linux " HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp420.htm" LICENSE = "GPL" -PR = "r10" +PR = "r11" DEPENDS = "ixp4xx-csr" RDEPENDS = "ixp4xx-csr"