Created
May 20, 2012 09:28
-
-
Save wolfeidau/2757480 to your computer and use it in GitHub Desktop.
Erlang running on Netgear WNDR3800
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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