kernel: remove useless AddDepends/input abstraction

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45135
This commit is contained in:
Felix Fietkau
2015-03-29 08:12:39 +00:00
parent 0b39a6d4e9
commit 13e7b6d77d
6 changed files with 14 additions and 25 deletions

View File

@@ -952,13 +952,13 @@ $(eval $(call KernelPackage,thermal-kirkwood))
define KernelPackage/gpio-beeper
SUBMENU:=$(OTHER_MENU)
TITLE:=GPIO beeper support
DEPENDS:=+kmod-input-core
KCONFIG:= \
CONFIG_INPUT_MISC=y \
CONFIG_INPUT_GPIO_BEEPER
FILES:= \
$(LINUX_DIR)/drivers/input/misc/gpio-beeper.ko
AUTOLOAD:=$(call AutoLoad,50,gpio-beeper)
$(call AddDepends/input)
endef
define KernelPackage/gpio-beeper/description