mirror of https://github.com/hak5/openwrt.git
modules: make kmod-pcspkr depend on X86
The kernel Kconfig dependency lists X86, and we will fail building this module on other platforms such as Malta. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39974lede-17.01
parent
a51ffcc1d1
commit
ee37a00d06
|
@ -262,7 +262,7 @@ $(eval $(call KernelPackage,sound-soc-gw_avila))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/pcspkr
|
define KernelPackage/pcspkr
|
||||||
DEPENDS:=@!TARGET_x86
|
DEPENDS:=@TARGET_x86
|
||||||
TITLE:=PC speaker support
|
TITLE:=PC speaker support
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_INPUT_PCSPKR \
|
CONFIG_INPUT_PCSPKR \
|
||||||
|
|
Loading…
Reference in New Issue