Skip to content

male-puppies/SDK.UBNT.v5.3.3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

How to compile this SDK
-----------------------

Please make sure that you have installed all packages that are required
for OpenWRT (refer to dev.openwrt.org for more information).
Some of the packages that probably are required (list can be incomplete):

bash
make
gcc
quilt
bison
flex
autoconf
libtool
libncurses5-dev
subversion
wget
g++
gawk
zlib1g-dev
cvs
yui-compressor

Step by step instructions
-------------------------

1. Extract files

$ tar xjvf SDK.UBNT.v5.3.3.tar.bz2

2. Build

$ cd SDK.UBNT.v5.3.3/openwrt
$ make

3. Look for firmware file (with prefix XM) in openwrt/bin/.

Good luck!