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:
parent
9e5eeb3c38
commit
caff3b5aee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue