diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-06-04 05:42:32 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-06-04 05:42:32 +0000 |
commit | a0ebaa87d0e637d6690ea7580339b08644112aec (patch) | |
tree | c024fdaae95613357ccd428a3afb74b8ff90db96 /package/kernel | |
parent | 0f0ba0d97bd80196c1372de8a41fcab2b7f216a6 (diff) | |
download | upstream-a0ebaa87d0e637d6690ea7580339b08644112aec.tar.gz upstream-a0ebaa87d0e637d6690ea7580339b08644112aec.tar.bz2 upstream-a0ebaa87d0e637d6690ea7580339b08644112aec.zip |
update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packaging
SVN-Revision: 7485
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/other.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index c8ee64228a..5245b96de3 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -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 |