diff options
author | John Crispin <john@openwrt.org> | 2015-04-01 09:03:13 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-01 09:03:13 +0000 |
commit | eeff1f0a12636d80450a50a491af5aa5cb30e6ec (patch) | |
tree | ce62b00c933b89bfb542d9dbb5a144e472aa7b06 /target/linux/ixp4xx | |
parent | 8acbb5783d8df504d48cdcb6d919fb71fa7b179a (diff) | |
download | upstream-eeff1f0a12636d80450a50a491af5aa5cb30e6ec.tar.gz upstream-eeff1f0a12636d80450a50a491af5aa5cb30e6ec.tar.bz2 upstream-eeff1f0a12636d80450a50a491af5aa5cb30e6ec.zip |
ixp4xx: fix beeper module dependencies
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45214
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 |