Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some cleanups in the metadata.pl script; allow target profiles to add ↵ | Felix Fietkau | 2007-03-23 | 1 | -42/+20 |
| | | | | | | overrides for menuconfig SVN-Revision: 6648 | ||||
* | Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵ | Felix Fietkau | 2007-03-16 | 1 | -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 Fietkau | 2007-03-04 | 1 | -1/+1 |
| | | | | | | selected SVN-Revision: 6506 | ||||
* | force a config reset when the user changes the target platform in menuconfig | Felix Fietkau | 2007-03-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 6503 | ||||
* | ignore profiles with custom kernel configs in the image builder itself | Felix Fietkau | 2007-02-22 | 1 | -3/+4 |
| | | | | SVN-Revision: 6342 | ||||
* | disable the image builder in menuconfig for profiles with custom kernel configs | Felix Fietkau | 2007-02-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 6341 | ||||
* | rename the Profile template that the image builder uses to prevent name ↵ | Felix Fietkau | 2007-02-22 | 1 | -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 Fietkau | 2007-02-12 | 1 | -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 kernel | Felix Fietkau | 2007-01-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 6153 | ||||
* | Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵ | Felix Fietkau | 2007-01-20 | 1 | -1/+5 |
| | | | | | | new target profile SVN-Revision: 6142 | ||||
* | add descriptions to the broadcom target profiles and export them to the ↵ | Felix Fietkau | 2007-01-20 | 1 | -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 Fietkau | 2007-01-14 | 1 | -7/+9 |
| | | | | | | builder on certain targets SVN-Revision: 6098 | ||||
* | merge the scripts dealing with package/target metadata to remove some ↵ | Felix Fietkau | 2007-01-13 | 1 | -0/+435 |
redundant code SVN-Revision: 6088 |