- Mar 17, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44870
-
Felix Fietkau authored
The feeds that use them have been unmaintained for a long time, and something similar can easily be added as a regular host build package. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44869
-
- Mar 15, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44783
-
Felix Fietkau authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44763
-
Felix Fietkau authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44762
-
Felix Fietkau authored
Bump GNU patch in tools from 2.7.1 to 2.7.5. Change download URL to use @GNU alias. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 44760
-
- Mar 12, 2015
-
-
Mirko Vogt authored
OpenWrt hides verbose output by default, regardless of automake silent-rules being en-/disabled. If we enable verbose output for package builds (V=s) however, we'd like to see as most as possible. Signed-off-by:
Mirko Vogt <mirko@openwrt.org> SVN-Revision: 44685
-
Mirko Vogt authored
Projects using silent-rules might otherwise fail to compile. This is due to the following resulting Makefile code: AM_V_P = $(am__v_P_$(V)) am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) am__v_P_0 = false am__v_P_1 = : Automake directly uses $(V) for variable name expansion which fails if $(V) is set to sth. else other than '0' or '1'. This patch forces automake to not take $(V) into account but to always use the default config for verbosity. A better approach would be to actually take $(V) into account, however not just pass it through (AM_V='$(V)') but set AM_V to 0 if $V=0 / unset and to 1 otherwise. This plan however is foiled due to my frustration about automake as well as my lack of m4 skills. automake bug report: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20077 Signed-off-by:
Mirko Vogt <mirko@openwrt.org> SVN-Revision: 44684
-
- Feb 27, 2015
-
-
Jonas Gorski authored
We do not need to align the start of read only rootfs's to erase blocks. This allows us to write the squashfs rootfs directly behind the kernel, potentially freeing up one erase block. We still need to align for jffs2, so add a flag for imagetag to optionally align the rootfs start. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44556
-
Jonas Gorski authored
Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44554
-
- Feb 24, 2015
-
-
John Crispin authored
This patch adds support for TP-Link TL-WA7210n[0] [0] http://www.tplink.com/en/products/details/?model=TL-WA7210N Signed-off-by:
Hendrik Frenzel <hfrenzel@scunc.net> SVN-Revision: 44526
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44512
-
- Feb 19, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44493
-
- Feb 10, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44376
-
- Feb 06, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285
-
- Feb 05, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44281
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44280
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44279
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44278
-
Jo-Philipp Wich authored
They're part of prereq-build.mk now. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44274
-
- Feb 02, 2015
-
-
John Crispin authored
This reverts commit f7873071561d82e75ba2dc46433a2982fef8ac6f. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44245
-
John Crispin authored
Signed-off-by:
Christian Mehlis <christian@m3hlis.de> SVN-Revision: 44237
-
- Jan 20, 2015
-
-
John Crispin authored
Signed-off-by:
Luigi Tarenga <luigi.tarenga@gmail.com> SVN-Revision: 44063
-
- Jan 13, 2015
-
-
Jo-Philipp Wich authored
Make sure that libtool and libtoolize call grep relative to $STAGING_DIR as well. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43960
-
Jo-Philipp Wich authored
Also fix 000-relocatable.patch to avoid accidential sed invocations in bootstrap. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43959
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43958
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43957
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43956
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43955
-
- Jan 11, 2015
-
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 43942
-
- Jan 10, 2015
-
-
Florian Fainelli authored
memset() was called with a size argument against a pointer size, not the structure size itself. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 43913
-
- Jan 09, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43897
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43895
-
- Dec 28, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43793
-
- Dec 22, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43760
-
- Dec 20, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43756
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43755
-
- Dec 17, 2014
-
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43734
-
- Dec 07, 2014
-
-
John Crispin authored
Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net> SVN-Revision: 43541
-
- Dec 01, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43458
-