add support for build-only packages which do not appear in menuconfig
[openwrt/svn-archive/archive.git] / scripts / metadata.pl
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
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 dependency
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)
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...