forked from zioproto/SDK.UBNT.v5.5
-
Notifications
You must be signed in to change notification settings - Fork 6
SDK.UBNT.v5.5 with patches for Ninux network
License
ninuxorg/SDK.UBNT.v5.5
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- C 91.8%
- JavaScript 3.2%
- Shell 2.0%
- C++ 1.3%
- Perl 1.0%
- Assembly 0.4%
- Other 0.3%