metadata: allow build variants to contain "-"
[openwrt/openwrt.git] / scripts / metadata.pl
2010-01-11 Lars-Peter ClausenAdd support for building ubifs images.
2009-11-12 Felix Fietkaumetadata.pl: fix menuconfig code for package features
2009-11-10 Felix Fietkaubuild system: introduce a new feature called build...
2009-11-05 Felix Fietkaumetadata: process dependencies for targets that have...
2009-10-17 Felix Fietkauadd experimental support for a new menuconfig submenu...
2009-10-03 Nicolas Thillmetadata.pl: fix a bug where dependency flags (@ and...
2009-08-21 Felix Fietkauadd nommu target feature flag
2009-08-18 Geoff Levandpowerpc: Create a powerpc64 config feature
2009-06-02 Imre Kalozmissing changes for pcie handling
2009-04-10 Mirko Vogtuse parent-dependencies for all dependencies of a packa...
2009-03-20 Felix Fietkaufix host dependencies for packages that depend on their...
2009-03-18 Hamish GuthrieAdd FEATURE ramdisk to be able to select the use of...
2009-03-17 Felix Fietkaumove host build in packages into a separate namespace...
2009-03-14 Felix Fietkaumove cflags default setting to target makefiles
2009-03-01 Ralph Hempeladded source distribution to package dump, used by...
2009-02-01 Lars-Peter ClausenReset condition for each dependeny when generating...
2009-01-13 Felix Fietkauadd support for build-only packages which do not appear...
2009-01-05 Lars-Peter ClausenIf a package is part of a virtual dependency and also...
2009-01-02 Felix Fietkaufix recursive dependencies that might be caused by...
2008-11-22 Lars-Peter ClausenFix indention.
2008-11-22 Lars-Peter ClausenAdd support for negative conditional dependencies....
2008-10-06 Felix Fietkaudon't print warnings for undefined DEFAULT_* symbols...
2008-10-04 Felix Fietkaufix infinite recursion in metadata.pl
2008-10-01 Felix Fietkauimplement conditional dependencies for menuconfig and...
2008-09-23 Felix Fietkauuse #!/usr/bin/env perl instead of #!/usr/bin/perl...
2008-08-22 Nicolas Thilldon't display the "Image configuration" menu entry...
2008-08-04 Felix Fietkaufix a small bug in the recursive dependency lookup...
2008-06-11 Felix Fietkaufix missing package compile/installation issue
2008-06-11 Felix Fietkaufix some previously ignored build dependencies (for...
2008-06-10 Felix Fietkauconsider virtual dependencies (generated by using PROVI...
2008-06-03 Imre Kalozadd new target feature option for fpu
2008-04-20 Nicolas Thilladd a gpio feature for devices supporting the generic...
2008-01-29 Gabor Juhosadd feature flag for the cpio.gz support
2007-11-10 Felix Fietkauadd config symbols for the kernel version
2007-10-25 Felix Fietkauadd feature flag for display support. will be used...
2007-10-21 Felix Fietkauremove the dummy profile that was created on targets...
2007-10-20 Felix Fietkaureorganize subtargets, sort subtargets below top level...
2007-10-14 Felix Fietkaufix duplicate dependencies
2007-10-05 Felix Fietkauallow targets to select/deselect config symbols
2007-09-29 Felix Fietkauadd a packaging method that installs files into a subdi...
2007-09-23 Felix Fietkauadd initial version of a package feeds management script
2007-09-21 Eugene Konevfix image preconfiguration
2007-09-09 Felix Fietkaudefine extra config symbols for targets containing...
2007-09-08 Felix Fietkaumajor target cleanup. it is now possible to have subtar...
2007-09-06 Felix Fietkaustrip the kernel version suffix from target directories...
2007-07-31 Felix Fietkaufix a dependency bug
2007-07-30 Felix Fietkaunext round of build system cleanup - convert package...
2007-07-26 Felix Fietkaufix a prereq bug
2007-07-23 Felix Fietkaumore dependency fixes
2007-07-18 Florian FainelliAdd a USES_TGZ config.in variable, so that RB1xx profil...
2007-07-18 Felix Fietkauallow kconfig symbols to be shared between packages
2007-07-18 Felix Fietkaudynamically enable/disable kernel config options for...
2007-07-15 Felix Fietkauproperly support dependencies on packages that just...
2007-07-15 Felix Fietkaufixes for recursive package scanning
2007-07-10 Felix Fietkaufix PACKAGES:= for target profiles in target.mk
2007-05-05 Felix FietkauMake UCI preconfiguration optional and disabled by...
2007-03-23 Felix Fietkausome cleanups in the metadata.pl script; allow target...
2007-03-16 Felix FietkauAdd an 'Image Configuration' menu to menuconfig Package...
2007-03-04 Felix Fietkaudisable the automatic config reset if 'Advanced configu...
2007-03-04 Felix Fietkauforce a config reset when the user changes the target...
2007-02-22 Felix Fietkauignore profiles with custom kernel configs in the image...
2007-02-22 Felix Fietkaudisable the image builder in menuconfig for profiles...
2007-02-22 Felix Fietkaurename the Profile template that the image builder...
2007-02-12 Felix FietkauMenuconfig will not treat 'select FOO' as a real depend...
2007-01-21 Felix Fietkaumake spca5xx depend on video device support in the...
2007-01-20 Felix FietkauAdd WL-700gE support (based on work by jr) Includes...
2007-01-20 Felix Fietkauadd descriptions to the broadcom target profiles and...
2007-01-14 Felix Fietkauinclude the default profile in target.mk as well -...
2007-01-13 Felix Fietkaumerge the scripts dealing with package/target metadata...