[multiprofile] Add verbosity to multiprofile package addition
[multiprofile] Improve x86 images generation
Improve customization of firmware images in Makefile
[Multiprofile] Migrate Alix/x86-geode to multiprofile
[multiprofile] Adapt Makefile to multiprofile (IX): fix copying single target profiles. Fix recovering saved custom kernelconfigs.
[multiprofile] Adapt Makefile to multiprofile (VIII): compile multi-profile targets only once and just copy the binaries on single targets
[multiprofile] Adapt Makefile to multiprofile (VII): fix compilation of non-multiprofile target
[multiprofile] Adapt Makefile to multiprofile (VI): fix images path
[multiprofile] Adapt Makefile to multiprofile (V): fix images path
[multiprofile] Adapt Makefile to multiprofile (IV)
[multiprofile] Adapt Makefile to multiprofile (III)
[multiprofile] Adapt Makefile to multiprofile (II)
[multiprofile] Adapt Makefile to multiprofile
[multiprofile] Convert ar71xx-generic and ramips-mt7620 to multiprofile and start Makefile adaption
Base qMp firmware builder on LEDE. Also fix a few targets and configs that got outdated.
Merge branch 'testing' into kalimotxo
Rename testing images as testing after 3.2 release
Offload packages download to OpenWrt's official repository
qMp 3.2 Clearance release candidate 3
Change VERSION_* variables in Makefile to name binary images accordingly
Merge branch 'testing' into kalimotxo (keep kalimotxo settings)
Conflicts: Makefile images/DEVICES targets.mk
qMp 3.2 Clearance release candidate 2
Fix #373. Use a hyphen instead of an underscore in the timestamp between date and time
Fix #373. Use $(COMMUNITY)_$(VERSION_NUMBER)-$(VERSION_NICK)_$(NAME)_factory/syupgrade_$(TIMESTAMP).bin for precompiled images' filenames
Use QinQ qMp packages branch (802.1ad VLANs) for Kalimotxo images
Use OpenWrt Chaos Calmer 15.05 git repository
qMp 3.2 Clearance release candidate 1
Merge branch 'kalimotxo' into testing
Conflicts solved: Makefile configs/targets/alix targets.mk
Split options variables into several blocks
Use QMP_RELEASE for naming binary files under images folder
Pass QMP_RELEASE and QMP_CODENAME variables at compilation time
Add QMP_RELEASE=testing for testing images
Add QMP_RELEASE=trunk for Kalimotxo images
Fix feeds.conf management in Makefile
Adapt Makefile to new repository workflow
Update VERSION_REPO definition
Fix #327. Use qMp +codename +version firmware naming (/etc/openwrt_release, Ubus, LuCI, etc.)
Fix issue #321: added VERSION_REPO variable for OpenWrt compilation pointing to http://fw.qmp.cat
Remove NSM5-XW from targets.mk (it is not really well supported in OpenWrt 14.07 right now)
Set OpenWrt packages to 14.07 branch. Change qMp branch to testing
Set OpenWrt git source to release 14.07 Barrier Breaker
Removed old OpenWrt packages feed and the temporary patch for BMX6
Update OpenWrt packages feed to current GitHub repository. Add (temporarily) support for the old repository while packages are being moved
Remove firewall from tiny-nodeFix small issue in Makefile
Temporay change default qmp branch to kalimotxo
Change OpenWRT version to trunkUse git instead of svnChange default name for builds to "openwrt"
Avoid to delete the DEVICES file with make clean_all
Change nightlycompile script to approach better to check and compile each target for each community
Change 'build_src' to 'compile' and minor changes
Change Makefile build option to execute pre_build, build_src and post_build functions sequentially
Add script to select additional packages only in compile time
Use awk insted of cut to get the Image name variables
Use ignore error symbol instead of true command.
Remove duplicated prerequisite.
Add support for specify the full output image name in targets.mk
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