diff options
Diffstat (limited to 'linux/files/ipaq-hal.init')
-rw-r--r-- | linux/files/ipaq-hal.init | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/linux/files/ipaq-hal.init b/linux/files/ipaq-hal.init deleted file mode 100644 index 4efb52ec97..0000000000 --- a/linux/files/ipaq-hal.init +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 - model=`cat /proc/hal/model` - modprobe ipaq_hal_$model -fi |