From 5310d69401ee042e708ae9137b210f0883afcb31 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 30 Nov 2010 23:35:46 +0100 Subject: fix sound on ibm x40 --- target/x86/files/etc/mdev.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/x86/files/etc/mdev.conf') diff --git a/target/x86/files/etc/mdev.conf b/target/x86/files/etc/mdev.conf index 363d02262..cc15d49ed 100644 --- a/target/x86/files/etc/mdev.conf +++ b/target/x86/files/etc/mdev.conf @@ -11,4 +11,10 @@ port 0:0 0640 ptmx 0:0 666 tty 0:0 0666 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 -- cgit v1.2.3 From d9730197219dda09ba7a0d5321c399e0d11d23e7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 1 Dec 2010 22:42:20 +0100 Subject: fix ipkg and ipkg tools, consolidate mdev.conf cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped. --- target/x86/files/etc/mdev.conf | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 target/x86/files/etc/mdev.conf (limited to 'target/x86/files/etc/mdev.conf') diff --git a/target/x86/files/etc/mdev.conf b/target/x86/files/etc/mdev.conf deleted file mode 100644 index cc15d49ed..000000000 --- a/target/x86/files/etc/mdev.conf +++ /dev/null @@ -1,20 +0,0 @@ -rtc0 root:root 660 @ln -sf /dev/rtc0 /dev/rtc -device-mapper 0:0 660 @mkdir /dev/mapper -tun 0:0 660 >net/tun -null 0:0 777 -zero 0:0 666 -u?random 0:0 644 -console 0:0 0600 -kmem 0:0 000 -mem 0:0 0640 -port 0:0 0640 -ptmx 0:0 666 -tty 0:0 0666 -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 -- cgit v1.2.3