broadcom-diag: fix 'autoload' number of diag.ko
Change the autoload number from '5' to '05' so the module loads earlier (as intended). Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38293
This commit is contained in:
		| @@ -18,7 +18,7 @@ define KernelPackage/diag | ||||
|   DEPENDS:=@TARGET_brcm47xx | ||||
|   TITLE:=Driver for router LEDs and Buttons | ||||
|   FILES:=$(PKG_BUILD_DIR)/diag.ko | ||||
|   AUTOLOAD:=$(call AutoLoad,5,diag,1) | ||||
|   AUTOLOAD:=$(call AutoLoad,05,diag,1) | ||||
| endef | ||||
|  | ||||
| define KernelPackage/diag/description | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Hauke Mehrtens
					Hauke Mehrtens