x86: merge all geode based subtargets into one
[openwrt/svn-archive/archive.git] / target / linux / x86 / thincan / base-files / etc / init.d / alsa
diff --git a/target/linux/x86/thincan/base-files/etc/init.d/alsa b/target/linux/x86/thincan/base-files/etc/init.d/alsa
deleted file mode 100644 (file)
index 94c6965..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
-START=50
-
-start() {
-       amixer set PCM 50% unmute
-       amixer set Headphone 100% unmute
-}
-