From e6ef318802935389283e3614df31ca6d36a5f7bf Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 21 Jun 2013 16:53:43 +0000 Subject: base-files: diag does not need to insmod any drivers, procd already did it for us Signed-off-by: John Crispin SVN-Revision: 36999 --- target/linux/mpc85xx/base-files/etc/diag.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/mpc85xx/base-files') diff --git a/target/linux/mpc85xx/base-files/etc/diag.sh b/target/linux/mpc85xx/base-files/etc/diag.sh index bb7f668c08..123a90dbae 100755 --- a/target/linux/mpc85xx/base-files/etc/diag.sh +++ b/target/linux/mpc85xx/base-files/etc/diag.sh @@ -17,10 +17,6 @@ set_state() { case "$1" in preinit) - insmod leds-gpio - insmod ledtrig-default-on - insmod ledtrig-timer - status_led_blink_preinit ;; -- cgit v1.2.3