Author: blogic Date: 2015-04-01 11:03:13 +0200 (Wed, 01 Apr 2015) New Revision: 45214
Modified: trunk/target/linux/ixp4xx/modules.mk Log: ixp4xx: fix beeper module dependencies Signed-off-by: John Crispin <[email protected]> Modified: trunk/target/linux/ixp4xx/modules.mk =================================================================== --- trunk/target/linux/ixp4xx/modules.mk 2015-04-01 08:33:10 UTC (rev 45213) +++ trunk/target/linux/ixp4xx/modules.mk 2015-04-01 09:03:13 UTC (rev 45214) @@ -25,7 +25,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
