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 | ff4a4943c23f6fcafa3b7f17f2335ae653d17240 (patch) | |
tree | ae5d630bebb554be0ee70fc4804a37bb96f3070e /package/kernel | |
parent | 82b227e2b265d32dc0dc0a3bb44887ecd2384d6a (diff) | |
download | upstream-ff4a4943c23f6fcafa3b7f17f2335ae653d17240.tar.gz upstream-ff4a4943c23f6fcafa3b7f17f2335ae653d17240.tar.bz2 upstream-ff4a4943c23f6fcafa3b7f17f2335ae653d17240.zip |
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
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 |