git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0dcc8
)
Merge bk://openembedded@openembedded.bkbits.net/packages
author
Phil Blundell
<philb@gnu.org>
Mon, 5 Jul 2004 22:24:06 +0000
(22:24 +0000)
committer
Phil Blundell
<philb@gnu.org>
Mon, 5 Jul 2004 22:24:06 +0000
(22:24 +0000)
into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/05 23:23:52+01:00 nexus.co.uk!pb
remove extraneous spaces
BKrev: 40e9d506eSdfq5mF-mMyxNtZ-dlxfg
linux/files/ipaq-hal.init
patch
|
blob
|
history
diff --git
a/linux/files/ipaq-hal.init
b/linux/files/ipaq-hal.init
index
e69de29
..
6d93078
100644
(file)
--- a/
linux/files/ipaq-hal.init
+++ b/
linux/files/ipaq-hal.init
@@
-0,0
+1,8
@@
+#!/bin/sh
+
+modprobe ipaq_hal || exit 0
+
+if [ -d /proc/hal ]; then
+ model=`cat /proc/hal/model`
+ modprobe ipaq_hal_$model
+fi