diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-16 11:07:51 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-16 11:07:51 +0000 |
commit | 322393c27f305b41f1911e64158676a9468de828 (patch) | |
tree | cfd7b0cb643f5af495e87c639dcbd08668d4430f /meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff | |
parent | 5b286d94930d59a2946acd96811c420783c64685 (diff) | |
download | poky-322393c27f305b41f1911e64158676a9468de828.tar.gz |
linux-hotplug: Drop, we don't support 2.4 kernels
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4670 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff')
-rw-r--r-- | meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff b/meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff deleted file mode 100644 index e5a9ab10af..0000000000 --- a/meta/packages/linux-hotplug/linux-hotplug-20040920/isapnp-exit.diff +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- hotplug-2004_09_20/etc/hotplug/isapnp.rc.orig 2004-12-20 15:01:21.541446000 +0100 | ||
2 | +++ hotplug-2004_09_20/etc/hotplug/isapnp.rc 2004-12-20 15:01:32.625760928 +0100 | ||
3 | @@ -13,7 +13,7 @@ | ||
4 | # | ||
5 | |||
6 | # only 2.6 kernels are supported | ||
7 | -[ -d /sys/bus/pnp/devices/ ] || return 0 | ||
8 | +[ -d /sys/bus/pnp/devices/ ] || exit 0 | ||
9 | |||
10 | cd /etc/hotplug | ||
11 | . ./hotplug.functions | ||