arduino / openwrt-yun

A custom version of OpenWrt, targeted to the Arduino Yún
GNU General Public License v2.0
148 stars 71 forks source link

opkg update (host unreachable) #40

Closed gandarez closed 9 years ago

gandarez commented 9 years ago

I can’t reach http://download.linino.org

Pinging download.linino.org [88.198.63.58] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out.

Ping statistics for 88.198.63.58: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

ffissore commented 9 years ago

Linino has been replaced by OpenWRT-Yun on April 23rd, 2014 (more than an year ago). See https://blog.arduino.cc/2014/04/23/upgrading-the-openwrt-yun-image-on-the-yun/ Please upgrade your yun following these instructions http://www.arduino.cc/en/Tutorial/YunSysupgrade

gandarez commented 9 years ago

@ffissore Why they downgraded the UI interface? Linino had a beautiful Bootstraper UI.

ffissore commented 9 years ago

We haven't downgraded anything. Bootstrap theme is an option we kept disabled in order to save disk space

gandarez commented 9 years ago

@ffissore Is there a way to enable it after had installed? or Do I need to compile my own image in order to enable it?

ffissore commented 9 years ago

Of course: opkg install luci-theme-bootstrap

gandarez commented 9 years ago

@ffissore Thanks for answering.