- Mar 15, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44776
-
- Feb 09, 2015
-
-
John Crispin authored
With this change, override information is now parsed from the metadata and put in the %packages hash. A new hash - %overrides - is created and exported, to be used during the .config-package.in generation. If an override is detected, a new option CONFIG_OVERRIDE_PKGS will be created in the .config, and will contain a space-separated list of all the overridden packages. Signed-off-by:
Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 44336
-
- Jan 29, 2015
-
-
Jo-Philipp Wich authored
Also support version annotated Kconfig symbols in the kconfig subcommand. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44188
-
- Oct 26, 2014
-
-
John Crispin authored
Many packages define already metadata about their license (PKG_LICENSE), but this is only included in the ipk files. This change allows to create the information also on the build-host, to get an overview on the used licenses. In the full list, also all packages without this info are shown Signed-off-by:
Thomas Langer <thomas.langer@lantiq.com> SVN-Revision: 43070
-
- Oct 05, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42770
-
- Sep 23, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42654
-
- Aug 05, 2014
-
-
Jo-Philipp Wich authored
This changeset implements a new menuconfig option to generate separate repositories for each enabled package feed instead of one monolithic one. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42002
-
- Jun 12, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41160
-
- Jun 11, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41122
-
- Jun 02, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40980
-
- Jun 01, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40896
-
- Mar 13, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39917
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39916
-
- Nov 22, 2013
-
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38893
-
- Oct 17, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38439
-
- Oct 16, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38431
-
- Sep 26, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38214
-
- Aug 04, 2013
-
-
Felix Fietkau authored
This improves duplicate dependency detection Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37679
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37678
-
- Jul 21, 2013
-
-
Felix Fietkau authored
kernel: add a new global config symbol for enabling rfkill support (can be enabled by default via target feature flag) Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37491
-
- Jul 19, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37433
-
- Jul 18, 2013
-
-
Jo-Philipp Wich authored
scripts: change metadata.pm and metadata.pl to not emit "default m if ALL" Kconfig instructions for hidden packages SVN-Revision: 37397
-
- Jul 16, 2013
-
-
Jo-Philipp Wich authored
metadata.pl: use alphabetical order for menuconfig categories, also fixes random ordering of symbols in .config SVN-Revision: 37369
-
- Jun 29, 2013
-
-
John Crispin authored
module and build deps did not work for kernel modules Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 37091
-
- Jun 05, 2013
-
-
Jonas Gorski authored
Make jffs2_nand a separate option so this can be triggered without forcing jffs2 images for nor targets. Adds a new NAND_BLOCKSIZE variable that allows setting the generated layout in <page_size>:<block_size> pairs. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36860
-
- May 13, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36620
-
- Apr 17, 2013
-
-
Felix Fietkau authored
make the syntax more compatible with kernel menuconfig Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
-
- Apr 05, 2013
-
-
Florian Fainelli authored
Enabling MIPS16 is made conditional on advertising the "mips16" feature for a specific target since it requires support from the CPU (HAS_MIPS16) and the actual use of MIPS16 for building packages (USE_MIPS16). Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36202
-
- Oct 22, 2012
-
-
Jonas Gorski authored
r26926 moved all target features to subtargets if present, which had the side effect that broken targets are available for selection, just without any available subtargets (since they are still marked as broken). Fix this by explicitly letting the top level target also depend on broken. SVN-Revision: 33892
-
- Sep 28, 2012
-
-
Imre Kaloz authored
SVN-Revision: 33590
-
- Jul 22, 2012
-
-
Felix Fietkau authored
build: ensure that reordering of KCONFIG lines are handled properly and that the final result does not depend on the package scan order SVN-Revision: 32788
-
- May 17, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31777
-
- Jan 08, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 29695
-
- Jul 04, 2011
-
-
John Crispin authored
SVN-Revision: 27444
-
- Jul 02, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27344
-
- Jun 23, 2011
-
-
Jo-Philipp Wich authored
metadata.pl: fix handling of multiple conditional depends that reference the same package (exposed by previous hotplug2 changes), also kill duplicate dependency specs while we're at it SVN-Revision: 27267
-
- Jun 15, 2011
-
-
Hauke Mehrtens authored
Signed-off-by:
Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27184
-
- May 30, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27033
-
- May 17, 2011
-
-
Felix Fietkau authored
metadata: do not emit feature flag selects for targets which have subtargets - fixes a buildbot error cause by ssb not being blacklisted for lantiq falcon SVN-Revision: 26926
-
- Apr 05, 2011
-
-
Felix Fietkau authored
add a new package metadata variable MDEPENDS for specifying local menuconfig dependencies that do not propagate to other packages SVN-Revision: 26491
-