# HG changeset patch # User Rohit Joshi # Date 1246116651 0 # Node ID 6d2a7e095c2b652859ca65037a14217daa283473 # Parent d621346a3d076dce6c27af1d4b94d532f7967d79 linux: add sound snd_hada_intel is in-kernel too diff -r d621346a3d07 -r 6d2a7e095c2b linux/receipt --- a/linux/receipt Sat Jun 27 18:19:35 2009 +0200 +++ b/linux/receipt Sat Jun 27 15:30:51 2009 +0000 @@ -101,7 +101,7 @@ chroot "$1/" depmod -a $VERSION-slitaz # Update in-kernel module list - for module in ohci_hcd vfat msdos nls_utf8 fat ; do + for module in ohci_hcd vfat msdos nls_utf8 fat snd_hda_intel ; do sed -i "s/$module//" $1/etc/rcS.conf done