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:
Hauke Mehrtens 2013-10-02 23:14:08 +00:00
parent 9e5eeb3c38
commit caff3b5aee

View file

@ -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