Date:2011-04-26 05:40:48 (12 years 11 months ago)
Author:Xiangfu Liu
Commit:00b68656ece651f615088b6481608d4a802840af
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
1config 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
99config interface lan
1010    option ifname usb0
1111    option proto static
12    option ipaddr 192.168.1.1
12    option ipaddr 192.168.254.101
1313    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
1127.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
3tts/0::askfirst:/bin/ash --login
4ttyS0::askfirst:/bin/ash --login
5tty1::respawn:/bin/ash --login
6tty2::askfirst:/bin/ash --login
7tty3::askfirst:/bin/ash --login
8tty4::askfirst:/bin/ash --login
target/linux/xburst/base-files/etc/opkg.conf
1src/gz snapshots http://downloads.qi-hardware.com/software/packages/NanoNote/Ben/latest
2dest root /
3dest ram /usr/share/opkg/tmp
4lists_dir ext /usr/share/opkg
5option overlay_root /overlay
target/linux/xburst/base-files/etc/sysctl.conf
1kernel.panic=3
2net.ipv4.conf.default.arp_ignore=1
3net.ipv4.conf.all.arp_ignore=1
4net.ipv4.ip_forward=1
5net.ipv4.icmp_echo_ignore_broadcasts=1
6net.ipv4.icmp_ignore_bogus_error_responses=1
7net.ipv4.tcp_ecn=0
8net.ipv4.tcp_fin_timeout=30
9net.ipv4.tcp_keepalive_time=120
10net.ipv4.tcp_syncookies=1
11net.ipv4.tcp_timestamps=0
12net.core.netdev_max_backlog=30
13net.netfilter.nf_conntrack_checksum=0
14net.ipv4.netfilter.ip_conntrack_checksum=0
15net.ipv4.netfilter.ip_conntrack_max=16384
16net.ipv4.netfilter.ip_conntrack_tcp_timeout_established=3600
17net.ipv4.netfilter.ip_conntrack_udp_timeout=60
18net.ipv4.netfilter.ip_conntrack_udp_timeout_stream=180
19# net.ipv6.conf.all.forwarding=1
20
21# disable bridge firewalling by default
22net.bridge.bridge-nf-call-arptables=0
23net.bridge.bridge-nf-call-ip6tables=0
24net.bridge.bridge-nf-call-iptables=0
25
26vm.overcommit_memory=1

Archive Download the corresponding diff file



interactive