mirror of https://github.com/hak5/openwrt-owl.git
ixp4xx: fix beeper module dependencies
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45214owl
parent
8acbb5783d
commit
eeff1f0a12
|
@ -25,7 +25,7 @@ $(eval $(call KernelPackage,ata-ixp4xx-cf))
|
||||||
define KernelPackage/ixp4xx-beeper
|
define KernelPackage/ixp4xx-beeper
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=IXP4XX Beeper support
|
TITLE:=IXP4XX Beeper support
|
||||||
DEPENDS:=@TARGET_ixp4xx
|
DEPENDS:=@TARGET_ixp4xx +kmod-input-core
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_INPUT_MISC=y \
|
CONFIG_INPUT_MISC=y \
|
||||||
CONFIG_INPUT_IXP4XX_BEEPER
|
CONFIG_INPUT_IXP4XX_BEEPER
|
||||||
|
|
Loading…
Reference in New Issue