diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 18:08:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 18:08:39 +0100 |
commit | 57c79032a8ff5f3cc1d8b8ea257409477e1b10d9 (patch) | |
tree | 5d7989b1577a90544de57776b4a58736a05201f7 /target | |
parent | 854761c6d5c5ec1ca4a3258161d05ed61fa84d8e (diff) |
enable audio for lemote
Diffstat (limited to 'target')
-rw-r--r-- | target/lemote/Makefile | 6 | ||||
-rw-r--r-- | target/lemote/files/etc/mdev.conf | 6 | ||||
-rw-r--r-- | target/linux/config/Config.in.multimedia | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/target/lemote/Makefile b/target/lemote/Makefile index ec09c0716..7b1fda013 100644 --- a/target/lemote/Makefile +++ b/target/lemote/Makefile @@ -33,7 +33,7 @@ createinitcrypt: ifeq ($(FS),nfsroot) imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL) @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel' - @echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSTARBALL}' + @echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSUSERTARBALL}' @echo 'Boot your lemote and type following commands in PMON:' @echo 'PMON> ifaddr rtl0 <ip-address-client>' @echo 'PMON> load tftp://<ip-address-server>/${ADK_TARGET}-${FS}-kernel' @@ -61,8 +61,8 @@ imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL) createinitcrypt @echo 'mount /dev/mapper/crypt /mnt/root' @echo 'mkdir /mnt/boot/boot' @echo - @echo 'Copy $(ROOTFSTARBALL) via scp to /mnt/root and extract it' - @echo 'cd /mnt/root ; gunzip $(ROOTFSTARBALL); tar xpvf $(ROOTFSTARBALL)' + @echo 'Copy $(ROOTFSUSERTARBALL) via scp to /mnt/root and extract it' + @echo 'cd /mnt/root ; gunzip $(ROOTFSUSERTARBALL); tar xpvf $(ROOTFSUSERTARBALL)' @echo 'Copy ${ADK_TARGET}-${FS}-kernel via scp to /mnt/boot/boot' @echo 'Move boot.cfg to /mnt/boot/boot' @echo 'mv /mnt/root/boot/boot.cfg /mnt/boot/boot' diff --git a/target/lemote/files/etc/mdev.conf b/target/lemote/files/etc/mdev.conf index baa2eb140..bc0877b4f 100644 --- a/target/lemote/files/etc/mdev.conf +++ b/target/lemote/files/etc/mdev.conf @@ -7,4 +7,10 @@ console 0:0 0600 ptmx 0:0 666 tty 0:0 666 ttyS* 0:0 640 +audio root:audio 660 >snd/audio +dsp root:audio 660 >snd/dsp +timer root:audio 660 >snd/timer +controlC0 root:audio 660 >snd/controlC0 +pcmC0D0c root:audio 660 >snd/pcmC0D0c +pcmC0D0p root:audio 660 >snd/pcmC0D0p .* 0:0 644 @/lib/mdev/init diff --git a/target/linux/config/Config.in.multimedia b/target/linux/config/Config.in.multimedia index 01e837dca..f224dc31b 100644 --- a/target/linux/config/Config.in.multimedia +++ b/target/linux/config/Config.in.multimedia @@ -82,7 +82,7 @@ config ADK_KPACKAGE_KMOD_SND_CS5535AUDIO prompt "kmod-sound-alsa-cs5535......... ALSA AMD CS5535 driver (ALIX1C)" depends on ADK_KPACKAGE_KMOD_SND select ADK_KPACKAGE_KMOD_SND_AC97_CODEC - depends on ADK_LINUX_X86_ALIX1C + depends on ADK_LINUX_X86_ALIX1C || ADK_LINUX_MIPS64_LEMOTE tristate default n help |