aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux-hotplug/linux-hotplug-20040920
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-01-16 12:07:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-16 12:07:53 +0000
commit9595b57beeb471c2b5f1e742f7ba1bf85933989a (patch)
treef7e5dff48625c2a76f8b928f3707c33fd9114832 /packages/linux-hotplug/linux-hotplug-20040920
parentf19d82d84ccfe5606d83b0984b4e49792c180627 (diff)
downloadopenembedded-9595b57beeb471c2b5f1e742f7ba1bf85933989a.tar.gz
linux-hotplug 20040920: added patch which remove message about lack of PCI events
- added as OpenZaurus specific now - I don't know how much machines with 2.4 and PCI exist in OE world. taken from .dev
Diffstat (limited to 'packages/linux-hotplug/linux-hotplug-20040920')
-rw-r--r--packages/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch b/packages/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch
new file mode 100644
index 0000000000..5b4d169a2a
--- /dev/null
+++ b/packages/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch
@@ -0,0 +1,11 @@
+--- hotplug-2004_09_20/etc/hotplug/pci.rc.orig 2006-01-14 16:15:34.000000000 +0100
++++ hotplug-2004_09_20/etc/hotplug/pci.rc 2006-01-14 16:16:19.000000000 +0100
+@@ -45,7 +45,7 @@
+ # 2.4 kernels
+ LISTER=`which pcimodules`
+ if [ "$LISTER" = "" ] || [ ! -f /proc/bus/pci/devices ] || [ ! -x pci.agent ]; then
+- echo $"** can't synthesize pci hotplug events"
++ # echo $"** can't synthesize pci hotplug events"
+ return 1
+ fi
+