new file config
added new tplink842nd
Change name for Tplink2543
Add sysupgrade or Alix target
Small change in timestamp to make it compatible with the new upgrade system
Wispstation config duplicated
Add support for WispStation and config files for WPE72. Added nsm2 as target too
Add support for Compecx WPE72 and FreeStation (with last trunk)
Add config files for nsm2
'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
Support for TPLINK 2543
If no target config file available, compilation does not crashes and it uses the default options
Changed checkout order, qmp repository before openwrt
Added gitignore file
Added support for FreeStation (not working yet bacause of niit problem)
Added some extra packages for Statistics, QOS and DynamicDNS
Openwrt package repository fixed to a specific version (backfire). This fixes some problems like ipv4 connectivity and Olsrd boot
Special option ath9k for nsm5
Fixed kernel config files
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
Some new packets added
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
New config file for nanostation with netperf enabled
Configs for version 27617
Change feeds from openwrt: src-svn to src-link, so we use the same REV like openwrt-base
Updated to last OpenWRT trunk
Added support for nsm5
Configs with gwck selected.
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.
New config with qmp-tyniproxy enabled
Restart of dnsmasq when some change related with networking
Removed space from targets.mk in alix name. Added new function update_all
Fixed Eigennet/niit problem
Removed tcpdumop from alix config because it makes compilation crash
Splited copy_configs function from checkout to do it before update process
Added alix kernel config file. Added VBOX images support for alix config
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
New README file
Remove empty file
Initial commit
Initial