Browse Source

Stefan Fiedler <stefan.fiedler@students.jku.at>:

fixed desktop sound module disabling for linux26 ALSA modules


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2228 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Stefan Fiedler 21 years ago
parent
commit
3a155d1f0f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      target/desktop/kernel.conf.sh

+ 2
- 2
target/desktop/kernel.conf.sh

@ -1,7 +1,7 @@
# here we disable all OSS modules - because they suck
echo "desktop target -> disabling sound modules ..."
echo "desktop target -> disabling oss sound modules ..."
sed "s/CONFIG_SOUND_\(.*\)=./# CONFIG_SOUND_\1 is not set/" $1 > .config.desktop
sed "s/CONFIG_SOUND_OSS=./# CONFIG_SOUND_OSS is not set/" $1 > .config.desktop
mv .config.desktop $1

Loading…
Cancel
Save