x86: avoid underscore in package name
As 07e1d88d7b
("kernel: avoid underscore in *6lowpan package names") shows,
underscores might cause build failures. Replace underscore with dash.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
parent
e6c55d70f4
commit
33c1d5eee4
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,sound-cs5535audio))
|
$(eval $(call KernelPackage,sound-cs5535audio))
|
||||||
|
|
||||||
define KernelPackage/sp5100_tco
|
define KernelPackage/sp5100-tco
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=SP5100 Watchdog Support
|
TITLE:=SP5100 Watchdog Support
|
||||||
DEPENDS:=@TARGET_x86
|
DEPENDS:=@TARGET_x86
|
||||||
|
@ -29,8 +29,8 @@ define KernelPackage/sp5100_tco
|
||||||
AUTOLOAD:=$(call AutoLoad,50,sp5100_tco,1)
|
AUTOLOAD:=$(call AutoLoad,50,sp5100_tco,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/sp5100_tco/description
|
define KernelPackage/sp5100-tco/description
|
||||||
Kernel module for the SP5100_TCO hardware watchdog.
|
Kernel module for the SP5100_TCO hardware watchdog.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,sp5100_tco))
|
$(eval $(call KernelPackage,sp5100-tco))
|
||||||
|
|
Loading…
Reference in a new issue