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