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:
0fb8443
)
ipaq-hal.init:
author
Rene Wagner
<rw@handhelds.org>
Thu, 5 Aug 2004 23:29:56 +0000
(23:29 +0000)
committer
Rene Wagner
<rw@handhelds.org>
Thu, 5 Aug 2004 23:29:56 +0000
(23:29 +0000)
run update-modules if /etc/modules.conf doesn't exist so that aliases work
BKrev: 4112c2f4hPWCYSNwnY8W52m1yqZ75g
linux/files/ipaq-hal.init
patch
|
blob
|
history
diff --git
a/linux/files/ipaq-hal.init
b/linux/files/ipaq-hal.init
index
6d93078
..
4efb52e
100644
(file)
--- a/
linux/files/ipaq-hal.init
+++ b/
linux/files/ipaq-hal.init
@@
-1,5
+1,11
@@
#!/bin/sh
+# make sure update-modules has been run
+# since the calls below depend on aliases...
+if [ ! -f /etc/modules.conf ]; then
+ update-modules || true
+fi
+
modprobe ipaq_hal || exit 0
if [ -d /proc/hal ]; then