Skip to content

Wolfgart/SDK.UBNT.v5.5

 
 

Repository files navigation

Notes from Ninux
----------------

First of all you need to check the path of your feeds in feeds.conf.default and then:

./scripts/feeds update zninux
./scripts/feeds update -i
./scripts/feeds install -a

You dont need to call feed install for the "package" feeds because Ubiquiti gives you the SDK with the packages already installed. Also node that updating the "package" feed might give you unexpected results, for example will will update the lighttpd package, and the current one do not compiles in the SDK.

After updating and installing the zninux feed, this operation will change your .config, so make sure to checkout again the .config file with:

git checkout .config

if you want exactly the configuration of the Sburratone firmware

you are now ready for "make"


in short:

./scripts/feeds update zninux
./scripts/feeds update -i
./scripts/feeds install -a
git checkout .config
make



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.5.tar.bz2

2. Build

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

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

Good luck!

About

SDK.UBNT.v5.5 with patches for Ninux network

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 74.5%
  • Makefile 10.9%
  • Shell 5.9%
  • C++ 3.0%
  • JavaScript 2.7%
  • Perl 1.6%
  • Other 1.4%