| Date: | 2011-04-26 05:40:48 (2 years 25 days ago) |
|---|---|
| Author: | Xiangfu Liu |
| Commit: | 0f435456f6cb9d287c4f44638b0cf896f66a1743 |
| Message: | optimize for ben nanonote disable mount memcard make 192.168.254.101 as the default ip address opkg.conf keep opkg files to /root |
| Files: |
target/linux/xburst/base-files/etc/config/fstab (1 diff) target/linux/xburst/base-files/etc/config/network (1 diff) target/linux/xburst/base-files/etc/hosts (1 diff) target/linux/xburst/base-files/etc/inittab (1 diff) target/linux/xburst/base-files/etc/opkg.conf (1 diff) target/linux/xburst/base-files/etc/sysctl.conf (1 diff) |
Change Details
| target/linux/xburst/base-files/etc/config/fstab | ||
|---|---|---|
| 1 | config mount | |
| 2 | option target /card | |
| 3 | option device /dev/mmcblk0p1 | |
| 4 | option fstype auto | |
| 5 | option options rw,sync | |
| 6 | option enabled 1 | |
| target/linux/xburst/base-files/etc/config/network | ||
|---|---|---|
| 9 | 9 | config interface lan |
| 10 | 10 | option ifname usb0 |
| 11 | 11 | option proto static |
| 12 | option ipaddr 192.168.1.1 | |
| 12 | option ipaddr 192.168.254.101 | |
| 13 | 13 | option netmask 255.255.255.0 |
| 14 | option gateway 192.168.254.100 | |
| 15 | option dns 208.67.222.222 | |
| target/linux/xburst/base-files/etc/hosts | ||
|---|---|---|
| 1 | 127.0.0.1 BenNanoNote localhost | |
| target/linux/xburst/base-files/etc/inittab | ||
|---|---|---|
| 1 | ::sysinit:/etc/init.d/rcS S boot | |
| 2 | ::shutdown:/etc/init.d/rcS K stop | |
| 3 | tts/0::askfirst:/bin/ash --login | |
| 4 | ttyS0::askfirst:/bin/ash --login | |
| 5 | tty1::respawn:/bin/ash --login | |
| 6 | tty2::askfirst:/bin/ash --login | |
| 7 | tty3::askfirst:/bin/ash --login | |
| 8 | tty4::askfirst:/bin/ash --login | |
| target/linux/xburst/base-files/etc/opkg.conf | ||
|---|---|---|
| 1 | src/gz snapshots http://downloads.qi-hardware.com/software/packages/NanoNote/Ben/latest | |
| 2 | dest root / | |
| 3 | dest ram /usr/share/opkg/tmp | |
| 4 | lists_dir ext /usr/share/opkg | |
| 5 | option overlay_root /overlay | |
| target/linux/xburst/base-files/etc/sysctl.conf | ||
|---|---|---|
| 1 | kernel.panic=3 | |
| 2 | net.ipv4.conf.default.arp_ignore=1 | |
| 3 | net.ipv4.conf.all.arp_ignore=1 | |
| 4 | net.ipv4.ip_forward=1 | |
| 5 | net.ipv4.icmp_echo_ignore_broadcasts=1 | |
| 6 | net.ipv4.icmp_ignore_bogus_error_responses=1 | |
| 7 | net.ipv4.tcp_ecn=0 | |
| 8 | net.ipv4.tcp_fin_timeout=30 | |
| 9 | net.ipv4.tcp_keepalive_time=120 | |
| 10 | net.ipv4.tcp_syncookies=1 | |
| 11 | net.ipv4.tcp_timestamps=0 | |
| 12 | net.core.netdev_max_backlog=30 | |
| 13 | net.netfilter.nf_conntrack_checksum=0 | |
| 14 | net.ipv4.netfilter.ip_conntrack_checksum=0 | |
| 15 | net.ipv4.netfilter.ip_conntrack_max=16384 | |
| 16 | net.ipv4.netfilter.ip_conntrack_tcp_timeout_established=3600 | |
| 17 | net.ipv4.netfilter.ip_conntrack_udp_timeout=60 | |
| 18 | net.ipv4.netfilter.ip_conntrack_udp_timeout_stream=180 | |
| 19 | # net.ipv6.conf.all.forwarding=1 | |
| 20 | ||
| 21 | # disable bridge firewalling by default | |
| 22 | net.bridge.bridge-nf-call-arptables=0 | |
| 23 | net.bridge.bridge-nf-call-ip6tables=0 | |
| 24 | net.bridge.bridge-nf-call-iptables=0 | |
| 25 | ||
| 26 | vm.overcommit_memory=1 | |
