Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions res/raw/run
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ type ip >/dev/null 2>&1 && ip route del table gprs default >/dev/null 2>&1
# ifconfig $brncl_if_lan $brncl_lan_gw netmask $brncl_lan_netmask up
./wifi config

# Xperia X10 running Gingerbread needs extra time for wifi config to finish
sleep 1

./dhcp &
./nat &

Expand Down