mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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
@ -20,7 +20,7 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,sound-cs5535audio))
|
||||
|
||||
define KernelPackage/sp5100_tco
|
||||
define KernelPackage/sp5100-tco
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=SP5100 Watchdog Support
|
||||
DEPENDS:=@TARGET_x86
|
||||
@ -29,8 +29,8 @@ define KernelPackage/sp5100_tco
|
||||
AUTOLOAD:=$(call AutoLoad,50,sp5100_tco,1)
|
||||
endef
|
||||
|
||||
define KernelPackage/sp5100_tco/description
|
||||
define KernelPackage/sp5100-tco/description
|
||||
Kernel module for the SP5100_TCO hardware watchdog.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,sp5100_tco))
|
||||
$(eval $(call KernelPackage,sp5100-tco))
|
||||
|
Loading…
Reference in New Issue
Block a user