#!/bin/sh
#start all other single control processes
zte_topsw_wlan &
zte_topsw_pbm &
zte_topsw_diag &
zte_topsw_mmi &
zte_topsw_devui &
#zte_topsw_led &
#zte_topsw_dmapp &
zte_topsw_wispr &
zte_update_agent &
zte_topsw_dlna &
zte_topsw_temp_protect &
zte_topsw_dmapp_sbm &


#addedb by shenqingchao for syslog 20120921 begin
zte_topsw_syslog &
#addedb by shenqingchao for syslog 20120921 end
#added liwei 2013-12-24 zte_topsw_atfwd start
#zte_topsw_atfwd &
#added liwei 2013-12-24 zte_topsw_atfwd end
zte_tcm &
#sh /usr/ui/startdui.sh &
echo "" > /var/log/wtmp

mount -t debugfs none /sys/kernel/debug
