aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ixp425-eth/ixp400-eth-1.5
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-04-14 17:42:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-14 17:42:31 +0000
commit40cbec43e3fc03c4a61534092cce978d384039ae (patch)
treee14059f059f987f64af91acb4fe6d74dcc42a1f7 /packages/ixp425-eth/ixp400-eth-1.5
parent7f3de840f99820ebac4fb849286c02b4665461bb (diff)
downloadopenembedded-40cbec43e3fc03c4a61534092cce978d384039ae.tar.gz
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')
-rw-r--r--packages/ixp425-eth/ixp400-eth-1.5/modprobe.conf1
1 files changed, 1 insertions, 0 deletions
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