Skip to content

Instantly share code, notes, and snippets.

@jiananlu
Created February 27, 2014 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiananlu/9245590 to your computer and use it in GitHub Desktop.
Save jiananlu/9245590 to your computer and use it in GitHub Desktop.

Upgrade the kernel to the latest

According to this page, renew the kernel first: http://wiki.openwrt.org/doc/howto/generic.sysupgrade

The page to download the latest image: http://downloads.openwrt.org/snapshots/trunk/ar71xx/

install usb support

plug in the usb drive for large storage. According to this page, install packages to support USB:

http://wiki.openwrt.org/doc/howto/usb.storage

extroot

Use USB as memory:

http://wiki.openwrt.org/doc/howto/extroot

install luci

opkg update opkg install luci

enable wifi in luci

go to 192.168.1.1 Network-> wifi, enable the network, attach lan to it, set security (mix), and the signal may look as 0%, try connect to the wiki once, then the signal will be correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment