Remove duplicated prerequisite.
Adds a new way to generate/store the configuration files for each target: There are profiles (such as ath-qmp-small-node) which are shared between all similar kind of devices (i.e ubiquiti devices) And individual configurations (optional) which can be used to specify extra options for the device
Fixed check of exiting output image
Adds support for new special target "ar71xx" which compiles the firmware for all atheros AR7/9 devices.
Merge branch 'master' of ssh://qmp.cat/qmpfw
Adapt the pre_build/post_build scripts to the new variable scheme (TARGET/TBUILD)Add a new script to enable bmx6-quagga from bmx6 package (the current one is marked as BROKEN)Update the script's README
Add is_up_to_date rule in Makefile to check if qmp repository is up to date and to be used by nightlycompile.sh. Closes #238
Fixed problem with update and update_all function
Change 'master' as default qMp branch in Makefile
Branch testing as default in Makefile
targets.mk and config files adapted to the new version of qMp based on Openwrt attitude adjustment
Added a update_feeds function
Changed Copyright to routek and added Pau as Athor
Added config syncronization each time build is calledAdded new var TBUILD defined in targets.mkAdded new var TARGET_MASTER defined in targets.mkSome other small changes
Removed B6M Makefile references since B6M repository is not a local feed but remote one
build as default function
PRE_BUILD was missing in build function
Added scripts feature and first script to copyregdb
Splited BRANCH_GIT and REV_GIT in lines to be more readable
Changed output image name to <model>-<Community>_<git_branch>-<type>-<timestamp>.bin
Added new functionallity to define scripts in PRE/POST build operation. Check scripts/README
Fix config, writes selected target in .config file, closes #165.
Fix update_all, if variable T is specified, only update this target, closes #164.
Fix link creation of files directory, closes #163.
Added link to files
help function was not working
Small change in timestamp to make it compatible with the new upgrade system
'test ! -z' is equivalent to 'test -n'.
Use mkdir -p to avoid checking if directory exists.
Remove unneeded stuff: directory checks, command true and error output redirection.
Add Simó Albert i Beltran as a contributor.
If the sysupgrade image is not generated, the name is not shown, closes #128.
Add 2012 to copyright.
sed -i -e 's/\s*$//g' Makefile
If no target config file available, compilation does not crashes and it uses the default options
Changed checkout order, qmp repository before openwrt
Added support for FreeStation (not working yet bacause of niit problem)
Openwrt package repository fixed to a specific version (backfire). This fixes some problems like ipv4 connectivity and Olsrd boot
Use branches from OpenWRT.[ svn://svn.openwrt.org/openwrt/branches/backfire ].
Fixed problem with RS compilation and incresed revision to last OpenWRT trunk
Updated new targets: nsm5 and fonera. Some improvements in post_build operation
Now user can define TARGET inside targets.mk. It is useful for RS for instance, where source is the same. So added support for RS too
Added new optin DEV to select developer mode. Default one is user mode (using readonly git repo). Improved help document and added new function: make help
Adapted to last openwrt trunk
Change feeds from openwrt: src-svn to src-link, so we use the same REV like openwrt-base
Remove the repository b6m until we close this issue.
Merge branch 'master' into HEAD
Change method to get the branch of git.
Change -C parmeter in make call, Added BRANCH_GIT and REV_GIT variables in make
Makefile with using map
Change branch in qmp project. Now in master branch.
Removed space from targets.mk in alix name. Added new function update_all
Fixed Eigennet/niit problem
Splited copy_configs function from checkout to do it before update process
Added new feature clean_qmp, to clean only qmp packages
Merge branch 'master' of ssh://qmp.cat:221/qmpfw
Change NAME variable for T in post_build because have a whitespace in the end.
Default and All actions to build
Changed default verbose level and new config for rspro
Revised configs from alix and make default to build
Uncomented scripts/feeds update and install... I forgot it yesterday :-P
Added targets.mk file to define targets (rspro, alix, etc...) and solved some issues with kerne_config feature
New file targets.mk used to define target specific options. Implemented kernel_menuconfig copy config. Implemented post_build function
Added Copyright section
Deleted some not needed things
Initial commit