summaryrefslogtreecommitdiffstats
path: root/scripts/metadata.pl
Commit message (Expand)AuthorAgeFilesLines
* [scripts] metadata.pl: don't emit LINUX_2_6 selects anymorejow2010-10-101-3/+0
* fix build dependencies on packages with multiple variants but no selected vir...nbd2010-09-201-0/+3
* [buildroot] Implement an ARCH_PACKAGES variable which defaults to BOARD but c...jow2010-09-121-0/+10
* [scripts] metadata.pl: fix handling of HOST_BUILD_DEPENDS if a package is ref...jow2010-09-061-3/+4
* add a command for printing a cleaned up make target database - will be used t...nbd2010-09-011-0/+3
* Add usb gadget feature flagmb2010-08-251-0/+1
* set the default target to brcm47xx, now that brcm-2.4 is gonenbd2010-06-261-1/+1
* buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZnico2010-04-281-1/+1
* metadata.pl: fix recursive handling of conditional dependenciesnbd2010-04-221-2/+3
* scripts/metadata.pl: fix handling of multiple conditional depends on the same...nbd2010-03-091-2/+2
* Add audio feature flag.lars2010-02-151-0/+1
* preinit: fix #6596hauke2010-01-291-1/+1
* add preinit modularization work by Daniel Dickinson (cshore)nbd2010-01-251-2/+6
* Add support for building ubifs images.lars2010-01-111-0/+1
* metadata.pl: fix menuconfig code for package featuresnbd2009-11-121-2/+3
* build system: introduce a new feature called build variants.nbd2009-11-101-0/+3
* metadata: process dependencies for targets that have subtargets as well - hid...nbd2009-11-051-16/+17
* add experimental support for a new menuconfig submenu "Package features".nbd2009-10-171-0/+25
* [scripts] metadata.pl: fix a bug where dependency flags (@ and +) from a depe...nico2009-10-031-2/+2
* add nommu target feature flagnbd2009-08-211-0/+1
* powerpc: Create a powerpc64 config featuregeoff2009-08-181-0/+1
* missing changes for pcie handlingkaloz2009-06-021-0/+1
* use parent-dependencies for all dependencies of a package, not only those whi...mirko2009-04-101-3/+3
* fix host dependencies for packages that depend on their own host buildnbd2009-03-201-4/+5
* Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-targethcg2009-03-181-0/+1
* move host build in packages into a separate namespace: package/<name>/host/<t...nbd2009-03-171-11/+64
* move cflags default setting to target makefilesnbd2009-03-141-0/+13
* added source distribution to package dump, used by our SDK (include source di...ralph2009-03-011-1/+28
* Reset condition for each dependeny when generating mconf files. Previously alllars2009-02-011-3/+4
* add support for build-only packages which do not appear in menuconfignbd2009-01-131-0/+3
* If a package is part of a virtual dependency and also listed as a normallars2009-01-051-5/+10
* fix recursive dependencies that might be caused by using conditional dependen...nbd2009-01-021-5/+18
* Fix indention.lars2008-11-221-1/+1
* Add support for negative conditional dependencies.lars2008-11-221-6/+10
* don't print warnings for undefined DEFAULT_* symbols on menuconfig. generate ...nbd2008-10-061-2/+6
* fix infinite recursion in metadata.plnbd2008-10-041-1/+5
* implement conditional dependencies for menuconfig and build depsnbd2008-10-011-2/+23
* use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ...nbd2008-09-231-1/+1
* don't display the "Image configuration" menu entry when there's nothing to pr...nico2008-08-221-1/+1
* fix a small bug in the recursive dependency lookup for generated menuconfig f...nbd2008-08-041-3/+3
* fix missing package compile/installation issuenbd2008-06-111-11/+12
* fix some previously ignored build dependencies (for example, uci->lua)nbd2008-06-111-4/+14
* consider virtual dependencies (generated by using PROVIDES:=) when generating...nbd2008-06-101-14/+32
* add new target feature option for fpukaloz2008-06-031-0/+1
* add a gpio feature for devices supporting the generic GPIO interfacenico2008-04-201-0/+1
* add feature flag for the cpio.gz supportjuhosg2008-01-291-0/+1
* add config symbols for the kernel versionnbd2007-11-101-0/+19
* add feature flag for display support. will be used as dependency for x.orgnbd2007-10-251-0/+1
* remove the dummy profile that was created on targets that have subtargetsnbd2007-10-211-0/+1
* reorganize subtargets, sort subtargets below top level targetsnbd2007-10-201-68/+108