#------------------------------------------------------------------------------ # /etc/rc.d/rc001.aewin __FLI4LVER__ # # Creation: 11.02.2011 sklein # Last Update: $Id$ #------------------------------------------------------------------------------ begin_script HWSUPP "load drivers for AEWIN-hardware" # do_modprobe w83627hf_wdt # do_modprobe aes-i586 do_modprobe geode-aes do_modprobe geode-rng do_modprobe cs5535_gpio do_modprobe w83627hf # # set type for embedded daemon # h - hardware # d - device # p - pc # s - sim hwsupp_type="-t pc" # end_script