diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-01 09:03:13 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-01 09:03:13 +0000 |
commit | f9e85a0e4f7f0c005d2d56c861bfe9aff264a720 (patch) | |
tree | c193b770ae66dbc1d681257c83fb0ad618f7289e /target/linux/ixp4xx | |
parent | 0a7a9c6a41f8cf6d8da880d57e14220c4650e501 (diff) | |
download | upstream-f9e85a0e4f7f0c005d2d56c861bfe9aff264a720.tar.gz upstream-f9e85a0e4f7f0c005d2d56c861bfe9aff264a720.tar.bz2 upstream-f9e85a0e4f7f0c005d2d56c861bfe9aff264a720.zip |
ixp4xx: fix beeper module dependencies
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45214 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/modules.mk b/target/linux/ixp4xx/modules.mk index 8377eec01e..2d6446c05b 100644 --- a/target/linux/ixp4xx/modules.mk +++ b/target/linux/ixp4xx/modules.mk @@ -25,7 +25,7 @@ $(eval $(call KernelPackage,ata-ixp4xx-cf)) define KernelPackage/ixp4xx-beeper SUBMENU:=$(OTHER_MENU) TITLE:=IXP4XX Beeper support - DEPENDS:=@TARGET_ixp4xx + DEPENDS:=@TARGET_ixp4xx +kmod-input-core KCONFIG:= \ CONFIG_INPUT_MISC=y \ CONFIG_INPUT_IXP4XX_BEEPER |