diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-14 17:42:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-14 17:42:31 +0000 |
commit | 40cbec43e3fc03c4a61534092cce978d384039ae (patch) | |
tree | e14059f059f987f64af91acb4fe6d74dcc42a1f7 /packages/ixp425-eth/ixp400-eth_1.5.bb | |
parent | 7f3de840f99820ebac4fb849286c02b4665461bb (diff) |
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).
Diffstat (limited to 'packages/ixp425-eth/ixp400-eth_1.5.bb')
-rw-r--r-- | packages/ixp425-eth/ixp400-eth_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nslu2-linux@yahoogroups.com>" HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp420.htm" LICENSE = "GPL" -PR = "r10" +PR = "r11" DEPENDS = "ixp4xx-csr" RDEPENDS = "ixp4xx-csr" |