diff options
author | Matthias Hentges <oe@hentges.net> | 2006-05-10 16:01:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-10 16:01:50 +0000 |
commit | be9175725b1da2e5b3c24e648e8bf84e7af8a206 (patch) | |
tree | 44dbd27c21f9154fd64033d208ccf5898aadd1cf /packages/altboot/files/altboot.rc/playbeep.sh | |
parent | daaad9d6cf3ee1021496a2fb5d4cf30702d85fc9 (diff) |
altboot: Add 1.0.7-rc3, containing kernel 2.6 Poodle and Tosa configs
Diffstat (limited to 'packages/altboot/files/altboot.rc/playbeep.sh')
-rw-r--r-- | packages/altboot/files/altboot.rc/playbeep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/altboot/files/altboot.rc/playbeep.sh b/packages/altboot/files/altboot.rc/playbeep.sh index 6cc5b8bcdf..9ef6a0c41b 100644 --- a/packages/altboot/files/altboot.rc/playbeep.sh +++ b/packages/altboot/files/altboot.rc/playbeep.sh @@ -6,7 +6,7 @@ # Filename: playbeep.sh # Date: 12-Apr-06 -if test -x /usr/sbin/alsactl -a -e /etc/modules +if test -x /usr/sbin/alsactl -a -e /etc/modules -a "$ENABLE_SOUND" = yes then for module in `cat /etc/modules | grep snd | grep -v ^#` do |