Skip to content

Instantly share code, notes, and snippets.

@wolfeidau
Created May 20, 2012 09:28
Show Gist options
  • Save wolfeidau/2757480 to your computer and use it in GitHub Desktop.
Save wolfeidau/2757480 to your computer and use it in GitHub Desktop.
Erlang running on Netgear WNDR3800
root@OpenWrt:~# erl
Erlang R15B01 (erts-5.9.1) [source] [async-threads:0] [kernel-poll:false]
Eshell V5.9.1 (abort with ^G)
1> erlang:system_info(system_architecture).
"mips-openwrt-linux-gnu"
2> q().
ok
3> root@OpenWrt:~# uname -a
Linux OpenWrt 3.3.6 #1 Sun May 20 15:43:19 EST 2012 mips GNU/Linux
root@OpenWrt:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment