From c692089f622e4f89d62987215e8a32cccf54aa8a Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 22 May 2014 12:29:08 -0400 Subject: remove firmware init script The tarballing and subsequent unpacking of the firmware has been a source of issues which are being eliminated. Bugs 511040, 498986, plus probably some more. --- init.d/autoconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/autoconfig') diff --git a/init.d/autoconfig b/init.d/autoconfig index 10a60b7..59eb64c 100755 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -234,7 +234,7 @@ list_services() { svcs="${svcs} $(check_svc ${COLDPLUG} coldplug hotplug)" if yesno "$COLDPLUG" && ! rc-service -e coldplug && ! rc-service -e hotplug then - echo firmware hwsetup + echo hwsetup fi svcs="${svcs} $(check_svc ${GPM} gpm-pre)" svcs="${svcs} $(check_svc ${GPM} gpm)" -- cgit v1.2.3-65-gdbad