mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
nanonote-files: cleanup etc/ files
This commit is contained in:
@@ -1,85 +0,0 @@
|
||||
state.LB60 {
|
||||
control.1 {
|
||||
iface MIXER
|
||||
name 'Master Playback Volume'
|
||||
value 3
|
||||
comment {
|
||||
access 'read write'
|
||||
type INTEGER
|
||||
count 1
|
||||
range '0 - 3'
|
||||
}
|
||||
}
|
||||
control.2 {
|
||||
iface MIXER
|
||||
name 'Master Capture Volume'
|
||||
value 31
|
||||
comment {
|
||||
access 'read write'
|
||||
type INTEGER
|
||||
count 1
|
||||
range '0 - 31'
|
||||
}
|
||||
}
|
||||
control.3 {
|
||||
iface MIXER
|
||||
name 'Master Playback Switch'
|
||||
value true
|
||||
comment {
|
||||
access 'read write'
|
||||
type BOOLEAN
|
||||
count 1
|
||||
}
|
||||
}
|
||||
control.4 {
|
||||
iface MIXER
|
||||
name 'Mic Capture Volume'
|
||||
value 2
|
||||
comment {
|
||||
access 'read write'
|
||||
type INTEGER
|
||||
count 1
|
||||
range '0 - 3'
|
||||
}
|
||||
}
|
||||
control.5 {
|
||||
iface MIXER
|
||||
name 'Line Capture Switch'
|
||||
value true
|
||||
comment {
|
||||
access 'read write'
|
||||
type BOOLEAN
|
||||
count 1
|
||||
}
|
||||
}
|
||||
control.6 {
|
||||
iface MIXER
|
||||
name 'Mic Capture Switch'
|
||||
value true
|
||||
comment {
|
||||
access 'read write'
|
||||
type BOOLEAN
|
||||
count 1
|
||||
}
|
||||
}
|
||||
control.7 {
|
||||
iface MIXER
|
||||
name 'Output Mixer Bypass Switch'
|
||||
value false
|
||||
comment {
|
||||
access 'read write'
|
||||
type BOOLEAN
|
||||
count 1
|
||||
}
|
||||
}
|
||||
control.8 {
|
||||
iface MIXER
|
||||
name 'Output Mixer DAC Switch'
|
||||
value true
|
||||
comment {
|
||||
access 'read write'
|
||||
type BOOLEAN
|
||||
count 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
config interface loopback
|
||||
option ifname lo
|
||||
option proto static
|
||||
option ipaddr 127.0.0.1
|
||||
option netmask 255.0.0.0
|
||||
|
||||
config interface lan
|
||||
option ifname usb0
|
||||
option proto static
|
||||
option ipaddr 192.168.254.101
|
||||
option netmask 255.255.255.0
|
||||
option gateway 192.168.254.100
|
||||
option dns "8.8.8.8 8.8.4.4"
|
||||
option hostname BenNanoNote
|
||||
@@ -1,7 +0,0 @@
|
||||
no-deinit-check
|
||||
|
||||
mode=320x240
|
||||
|
||||
# log-file=/root/.directfb.log
|
||||
# no-cursor
|
||||
# debug
|
||||
@@ -1,11 +0,0 @@
|
||||
# Configuration file for fw_(printenv/saveenv) utility.
|
||||
# Up to two entries are valid, in this case the redundant
|
||||
# environment sector is assumed present.
|
||||
# Notice, that the "Number of sectors" is ignored on NOR.
|
||||
|
||||
# MTD device name Device offset Env. size Flash sector size Number of sectors
|
||||
/dev/mtd0 0x100000 0x1000 0x80000
|
||||
/dev/mtd0 0x180000 0x1000 0x80000
|
||||
|
||||
# NAND example
|
||||
#/dev/mtd0 0x4000 0x4000 0x20000 2
|
||||
@@ -1 +0,0 @@
|
||||
127.0.0.1 BenNanoNote localhost
|
||||
@@ -1,16 +0,0 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=01
|
||||
STOP=01
|
||||
|
||||
start() {
|
||||
/usr/bin/poke 0x10003024 0
|
||||
/usr/sbin/alsactl restore -f /etc/asound.state
|
||||
return 0
|
||||
}
|
||||
|
||||
stop() {
|
||||
/usr/sbin/alsactl store -f /etc/asound.state
|
||||
killall gmenu2x.bin
|
||||
return 0
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
# This is an example configuration for the triggerhappy daemon (thd)
|
||||
# please note that every file to be processed must end in ".conf"
|
||||
#
|
||||
# To view a list of supported event codes, use "thd --listevents" or
|
||||
# "thd --dump /dev/input/event*"
|
||||
#
|
||||
# Format:
|
||||
# <eventcode> <value> <command>
|
||||
#
|
||||
# values for key events are 1 (pressed), 0 (released) or 2 (held)
|
||||
#
|
||||
## control an mpd instance
|
||||
KEY_POWER 1 /sbin/poweroff
|
||||
@@ -1,14 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# no need in NanoNote
|
||||
/etc/init.d/atd disable
|
||||
/etc/init.d/led disable
|
||||
/etc/init.d/telnet disable
|
||||
|
||||
# write default u-boot env to nand
|
||||
/usr/bin/mtd.nn fw_setenv_default
|
||||
|
||||
# generate fontconfig cache
|
||||
/usr/bin/fc-cache
|
||||
|
||||
exit 0
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
(cd /usr/lib; ln -s libffi.so.5.0.10 libffi.so.4)
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f /usr/lib/python2.6/lib-dynload/readline.so
|
||||
Reference in New Issue
Block a user