mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel/modules: package gpio-beeper
Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43495 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bbc157d24b
commit
c8bcb7b313
@ -950,3 +950,22 @@ define KernelPackage/thermal-kirkwood/description
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,thermal-kirkwood))
|
||||
|
||||
|
||||
define KernelPackage/gpio-beeper
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=GPIO beeper support
|
||||
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
|
||||
This enables playing beeps through an GPIO-connected buzzer
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,gpio-beeper))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user