#------------------------------------------------------------------------------ # /etc/boot.d/surfstation-hw __FLI4LVER__ # # Creation: 10.09.2006 gdw # Last Update: $Id$ #------------------------------------------------------------------------------ embd_load_drivers() { embd_type="-t jnt" return 0 } watchdogd_load_drivers() { return 0 } i2c_load_drivers() { return 0 } i2c_get_temperature() { temperature="`s_lm75`" }