1
#!/system/bin/sh
2
3
# no sleep!
4
echo EeeNoSleep > /sys/android_power/acquire_partial_wake_lock
5
6
#netcfg eth0 dhcp
7
ifconfig eth0 192.168.0.202 up
8
setprop net.dns1 4.2.2.2
9
10
## For wifi, we'll need this:
11
12
# insmod ath_hal.ko
13
# insmod wlan.ko
14
# insmod wlan_scan_sta.ko
15
# insmod ath_rate_sample.ko
16
# insmod ath_pci.ko