Remove these nasty Kalimotxo references that taint the binaries filenames
Remove NSM5-XW from targets.mk (it is not really well supported in OpenWrt 14.07 right now)
Fix extra packages script
Adapt regdb tuning to work in last OpenWRT trunk
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
Change KVM TBUILD to openwrt
Add regdb patchRemove specific target for alixAdd support for two new tplink routersRemove files from gitignore
Update OpenWrt packages feed to current GitHub repository. Add (temporarily) support for the old repository while packages are being moved
Remove libdaemon packages from dependencies (wrtnode, athib)
Add support for Ubiquiti Unifi AP devices
Add support for NanoStation [Loco] M5 XW devices
Add TP-Link TL-WR841N-v9 to DEVICES list
Merge branch 'kalimotxo' of qmp.cat:qmpfw into kalimotxo
Conflicts: configs/ath-qmp-big-node configs/ath-qmp-small-node configs/ath-qmp-tiny-node configs/x86-qmp-big-node
Remove regdhack
Fix WRTnode port
Fix regdomain issue (patch the driver before compiling instead of after), regdomains from US and UZ should be free now
Parallel procs (-j) can be specified as a variable, if not the number of CPU cores is used
Extend x86 target with some ethernet and usb drivers (common in x86 computers)
Import add files to .gitignore
Add files to .gitignore
Import remove files link
Remove files link
Import support for KVM
Add support for KVM
Fixed typo in targets.mk (Imabe -> Image)
Added support for WRTnode in targets.mk
Changed vbox in targets.mk to generate the VirtualBox image
Add support for TP-Link TL-WR841N-v9 (only in Kalimotxo)
Import patch to fix LuCI wifi_join.htm to show differents channels for the same BSSID when scan networks
Add patch to fix LuCI wifi_join.htm to show differents channels for the same BSSID when scan networks
Import: Change vm target from alix2 to generic. References #287.
Change vm target from alix2 to generic. Closes #287.
Fix #282: remove PPP packets from ath-qmp-tiny-node
Add Dragino2 as a qMp supported target
Disable packets kmod-tun, kmod-pppoe and ppp in tiny-node
Remove firewall from tiny-nodeFix small issue in Makefile
Fix typo
Change testing for kalimotxo in nighlycompile script
Change default target build directory from ar71xx to openwrt
Temporay change default qmp branch to kalimotxo
Add reghack by default
Change OpenWRT version to trunkUse git instead of svnChange default name for builds to "openwrt"
Merge branch 'master' of qmp.cat:qmpfw
Conflicts: targets.mk
Add x86 config (for PC)Add target for alixAdd target for ar71xx imagebuilder
Rename target tl-841 to tl-wr841n-v7 to avoid confusion with v8
Fix
Avoid to delete the DEVICES file with make clean_all
Merge branch 'master' of git://qmp.cat/qmpfw
Change nightlycompile script to approach better to check and compile each target for each community
Add TP-Link TL-841N-v8 hash in DEVICES
Remove ath5k dependency from ath-qmp-tiny-node to keep images small
Add support for TP-Link TL-WR841N v8 in targets.mk
Change 'build_src' to 'compile' and minor changes
Change Makefile build option to execute pre_build, build_src and post_build functions sequentially
Fix extra-packages.script
Add script to select additional packages only in compile time
Add hash for Tplink wdr4300 and wdr3600
Use awk insted of cut to get the Image name variables
Use ignore error symbol instead of true command.
Remove duplicated prerequisite.
Fix typo.
Add specific targets for rs/rspro since they are using big-node
Add support for specify the full output image name in targets.mk
Add support for build an imagebuilder with all packages for at71xx
Add new profile for medium-node (small+tinyproxy+ath5k)Remove ath5k from small-node profileCreate specific configs for tl-wdr4300/3600 since they use big-node profile
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
Merge branch 'master' of ssh://qmp.cat/qmpfw
Change x86, atheros and ramips TBUILD to ar71xx to unify all targets in one single openwrt source directory
Sort images/DEVICES file: sort -k2 -o images/DEVICES images/DEVICES
Add the Bullet hash.
Add ar71xx target in HW_AVAILABLE list. It is a generic target for compiling all existing ar71xx based devices
Change freestation target to use the ar71xx buildroot (to save space). Run rm -rf build/freestation
Add customized country codes to iwinfo. Closes #251.
Fixed check of exiting output image
Add default DEVICES file for qmp upgrade
Adds support for new special target "ar71xx" which compiles the firmware for all atheros AR7/9 devices.
Adds new target for t-mr3040 bmx6 testing
Add NOTARGETS option to disable a concrete TARGET in nightlycompile. Change some syntax.
Add new target for TpLink MR3040 with WebCam/Streaming support
Fix parameter issue in ubnt-fix-image script
Rebuild all remaining config filesOnly diffconfig is stored now (not all the config)Adapt the configs to new bmx6/luci-app-bmx6
Remove fonera and wispstation (not tested and probably not working)Rebuild pico2 config file
Change wr-703 for tl-703n in targets
Change name tl-wr703 for tl-703nRebuild 703n config file
Remove bullet and rocket configs since they are slaves of nanostation (nsm5)
Rebuild nsm5 and ubiquiti products config filesges. Lines starting
Add new config file for target wdr4300. Rebuild wdr3600 configuration
Add new target for Tplink wdr 4300
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
Update 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