Browse Source

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

fixed the desktop OSS disabling for linux26


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

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

@ -2,6 +2,6 @@
echo "desktop target -> disabling oss sound modules ..."
sed "s/CONFIG_SOUND_OSS=./# CONFIG_SOUND_OSS is not set/" $1 > .config.desktop
sed -e"s/CONFIG_SOUND_OSS=./# CONFIG_SOUND_OSS is not set/" \
-e"s/CONFIG_SOUND_PRIME=./# CONFIG_SOUND_PRIME is not set/" $1 > .config.desktop
mv .config.desktop $1

Loading…
Cancel
Save