mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 02:19:23 +02:00
package/kernel: move pcspkr to sound.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21135 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
25d686778b
commit
d2dff2d53e
@ -100,23 +100,6 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,lp))
|
$(eval $(call KernelPackage,lp))
|
||||||
|
|
||||||
define KernelPackage/pcspkr
|
|
||||||
SUBMENU:=$(OTHER_MENU)
|
|
||||||
TITLE:=PC speaker support
|
|
||||||
DEPENDS:=@LINUX_2_6
|
|
||||||
KCONFIG:=CONFIG_INPUT_PCSPKR
|
|
||||||
FILES:= \
|
|
||||||
$(LINUX_DIR)/drivers/input/misc/pcspkr.$(LINUX_KMOD_SUFFIX)
|
|
||||||
AUTOLOAD:=$(call AutoLoad,50, \
|
|
||||||
pcspkr \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/pcspkr/description
|
|
||||||
This enables sounds (tones) through the pc speaker
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,pcspkr))
|
|
||||||
|
|
||||||
define KernelPackage/pcmcia-core
|
define KernelPackage/pcmcia-core
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
@ -7,6 +7,22 @@
|
|||||||
|
|
||||||
SOUND_MENU:=Sound Support
|
SOUND_MENU:=Sound Support
|
||||||
|
|
||||||
|
define KernelPackage/pcspkr
|
||||||
|
SUBMENU:=$(SOUND_MENU)
|
||||||
|
TITLE:=PC speaker support
|
||||||
|
DEPENDS:=@LINUX_2_6
|
||||||
|
KCONFIG:=CONFIG_INPUT_PCSPKR
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/input/misc/pcspkr.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,50,pcspkr)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/pcspkr/description
|
||||||
|
This enables sounds (tones) through the pc speaker
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,pcspkr))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/sound-core
|
define KernelPackage/sound-core
|
||||||
SUBMENU:=$(SOUND_MENU)
|
SUBMENU:=$(SOUND_MENU)
|
||||||
TITLE:=Sound support
|
TITLE:=Sound support
|
||||||
|
Loading…
Reference in New Issue
Block a user