跟 UMU 一起玩 OpenWRT(入门篇5):升级固件

    OpenWRT 的主线于 2014-06-19 06:07:37 UTC 更新了固件,如果不跟随升级,安装内核模块时会失败,比如以下命令:

opkg update 
opkg install kmod-hid

    升级很简单,三条命令搞定:

cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-dir-505-a1-squashfs-sysupgrade.bin 
sysupgrade openwrt-ar71xx-generic-dir-505-a1-squashfs-sysupgrade.bin

你可能感兴趣的:(openwrt,升级固件)