summaryrefslogtreecommitdiffstats
path: root/scripts/metadata.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* add config symbols for the kernel versionFelix Fietkau2007-11-101-0/+19
| | | | SVN-Revision: 9520
* add feature flag for display support. will be used as dependency for x.orgFelix Fietkau2007-10-251-0/+1
| | | | SVN-Revision: 9448
* remove the dummy profile that was created on targets that have subtargetsFelix Fietkau2007-10-211-0/+1
| | | | SVN-Revision: 9383
* reorganize subtargets, sort subtargets below top level targetsFelix Fietkau2007-10-201-68/+108
| | | | SVN-Revision: 9378
* fix duplicate dependenciesFelix Fietkau2007-10-141-1/+7
| | | | SVN-Revision: 9311
* allow targets to select/deselect config symbolsFelix Fietkau2007-10-051-1/+18
| | | | SVN-Revision: 9150
* add a packaging method that installs files into a subdirectory of bin/ ↵Felix Fietkau2007-09-291-1/+1
| | | | | | instead of an ipkg SVN-Revision: 9060
* add initial version of a package feeds management scriptFelix Fietkau2007-09-231-99/+31
| | | | SVN-Revision: 8973
* fix image preconfigurationEugene Konev2007-09-211-12/+16
| | | | SVN-Revision: 8921
* define extra config symbols for targets containing multiple subtargetsFelix Fietkau2007-09-091-7/+26
| | | | SVN-Revision: 8724
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-45/+13
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-68/+13
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* fix a dependency bugFelix Fietkau2007-07-311-1/+1
| | | | SVN-Revision: 8275
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-3/+3
| | | | SVN-Revision: 8236
* fix a prereq bugFelix Fietkau2007-07-261-1/+1
| | | | SVN-Revision: 8183
* more dependency fixesFelix Fietkau2007-07-231-2/+0
| | | | SVN-Revision: 8115
* Add a USES_TGZ config.in variable, so that RB1xx profiles can use itFlorian Fainelli2007-07-181-0/+1
| | | | SVN-Revision: 8039
* allow kconfig symbols to be shared between packagesFelix Fietkau2007-07-181-3/+14
| | | | SVN-Revision: 8029
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-181-1/+40
| | | | | | build system config SVN-Revision: 8026
* properly support dependencies on packages that just use Build/DefaultTargetsFelix Fietkau2007-07-151-4/+4
| | | | SVN-Revision: 7983
* fixes for recursive package scanningFelix Fietkau2007-07-151-5/+9
| | | | SVN-Revision: 7982
* fix PACKAGES:= for target profiles in target.mkFelix Fietkau2007-07-101-7/+19
| | | | SVN-Revision: 7907
* Make UCI preconfiguration optional and disabled by defaultFelix Fietkau2007-05-051-6/+6
| | | | SVN-Revision: 7095
* 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