1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packaging

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7485 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2007-06-04 05:42:32 +00:00
parent 70892bea5f
commit fe1d831ade
2 changed files with 20 additions and 4 deletions

View File

@@ -118,8 +118,17 @@ define KernelPackage/soundcore/2.6
$(LINUX_DIR)/sound/core/oss/*.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,soundcore snd snd-page-alloc snd-hwdep snd-rawmidi snd-timer snd-pcm snd-mixer-oss snd-pcm-oss)
endef
define KernelPackage/soundcore/uml-2.6
FILES:= \
$(LINUX_DIR)/arch/um/drivers/hostaudio.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/sound/soundcore.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,soundcore hostaudio)
endef
$(eval $(call KernelPackage,soundcore))
define KernelPackage/loop
TITLE:=Loopback device support
DESCRIPTION:=Kernel module for loopback device support