summaryrefslogtreecommitdiffstats
path: root/scripts/metadata.pl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix duplicate dependenciesnbd2007-10-141-1/+7
* allow targets to select/deselect config symbolsnbd2007-10-051-1/+18
* add a packaging method that installs files into a subdirectory of bin/ instea...nbd2007-09-291-1/+1
* add initial version of a package feeds management scriptnbd2007-09-231-99/+31
* fix image preconfigurationejka2007-09-211-12/+16
* define extra config symbols for targets containing multiple subtargetsnbd2007-09-091-7/+26
* major target cleanup. it is now possible to have subtargets that can override...nbd2007-09-081-45/+13
* strip the kernel version suffix from target directories, except for brcm-2.4 ...nbd2007-09-061-68/+13
* fix a dependency bugnbd2007-07-311-1/+1
* next round of build system cleanup - convert package/ to new structurenbd2007-07-301-3/+3
* fix a prereq bugnbd2007-07-261-1/+1
* more dependency fixesnbd2007-07-231-2/+0
* Add a USES_TGZ config.in variable, so that RB1xx profiles can use itflorian2007-07-181-0/+1
* allow kconfig symbols to be shared between packagesnbd2007-07-181-3/+14
* dynamically enable/disable kernel config options for kmod packages based on b...nbd2007-07-181-1/+40
* properly support dependencies on packages that just use Build/DefaultTargetsnbd2007-07-151-4/+4
* fixes for recursive package scanningnbd2007-07-151-5/+9
* fix PACKAGES:= for target profiles in target.mknbd2007-07-101-7/+19
* Make UCI preconfiguration optional and disabled by defaultnbd2007-05-051-6/+6
* some cleanups in the metadata.pl script; allow target profiles to add overrid...nbd2007-03-231-42/+20
* Add an 'Image Configuration' menu to menuconfignbd2007-03-161-2/+119
* disable the automatic config reset if 'Advanced configuration options' is sel...nbd2007-03-041-1/+1
* force a config reset when the user changes the target platform in menuconfignbd2007-03-041-0/+1
* ignore profiles with custom kernel configs in the image builder itselfnbd2007-02-221-3/+4
* disable the image builder in menuconfig for profiles with custom kernel configsnbd2007-02-221-0/+2
* rename the Profile template that the image builder uses to prevent name confl...nbd2007-02-221-1/+1
* Menuconfig will not treat 'select FOO' as a real dependencynbd2007-02-121-14/+34
* make spca5xx depend on video device support in the kernelnbd2007-01-211-0/+1
* Add WL-700gE support (based on work by jr)nbd2007-01-201-1/+5
* add descriptions to the broadcom target profiles and export them to the targe...nbd2007-01-201-0/+8
* include the default profile in target.mk as well - required for the image bui...nbd2007-01-141-7/+9
* merge the scripts dealing with package/target metadata to remove some redunda...nbd2007-01-131-0/+435