summaryrefslogtreecommitdiffstats
path: root/scripts/metadata.pl
Commit message (Collapse)AuthorAgeFilesLines
* some cleanups in the metadata.pl script; allow target profiles to add ↵Felix Fietkau2007-03-231-42/+20
| | | | | | overrides for menuconfig SVN-Revision: 6648
* Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵Felix Fietkau2007-03-161-2/+119
| | | | | | of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. SVN-Revision: 6572
* disable the automatic config reset if 'Advanced configuration options' is ↵Felix Fietkau2007-03-041-1/+1
| | | | | | selected SVN-Revision: 6506
* force a config reset when the user changes the target platform in menuconfigFelix Fietkau2007-03-041-0/+1
| | | | SVN-Revision: 6503
* ignore profiles with custom kernel configs in the image builder itselfFelix Fietkau2007-02-221-3/+4
| | | | SVN-Revision: 6342
* disable the image builder in menuconfig for profiles with custom kernel configsFelix Fietkau2007-02-221-0/+2
| | | | SVN-Revision: 6341
* rename the Profile template that the image builder uses to prevent name ↵Felix Fietkau2007-02-221-1/+1
| | | | | | conflicts with the template that the kernel uses SVN-Revision: 6336
* Menuconfig will not treat 'select FOO' as a real dependency thus if BAR ↵Felix Fietkau2007-02-121-14/+34
| | | | | | depends on FOO and FOO depends on other config options, these dependencies will not be checked. To fix this, we simply emit all of FOO's depends (only real dependencies, no select) for BAR as well. SVN-Revision: 6293
* make spca5xx depend on video device support in the kernelFelix Fietkau2007-01-211-0/+1
| | | | SVN-Revision: 6153
* Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵Felix Fietkau2007-01-201-1/+5
| | | | | | new target profile SVN-Revision: 6142
* add descriptions to the broadcom target profiles and export them to the ↵Felix Fietkau2007-01-201-0/+8
| | | | | | target metadata (not presented in menuconfig yet) SVN-Revision: 6137
* include the default profile in target.mk as well - required for the image ↵Felix Fietkau2007-01-141-7/+9
| | | | | | builder on certain targets SVN-Revision: 6098
* merge the scripts dealing with package/target metadata to remove some ↵Felix Fietkau2007-01-131-0/+435
redundant code SVN-Revision: 6088