Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added source distribution to package dump, used by our SDK (include source ↵ | Ralph Hempel | 2009-03-01 | 1 | -1/+28 |
| | | | | | | distributions for offline usage) added bugfix for sub-targets added bugfix for help info (thanks to Thomas) SVN-Revision: 14703 | ||||
* | Reset condition for each dependeny when generating mconf files. Previously ↵ | Lars-Peter Clausen | 2009-02-01 | 1 | -3/+4 |
| | | | | | | all dependencys listed after a conditional dependency had the same condition. SVN-Revision: 14335 | ||||
* | add support for build-only packages which do not appear in menuconfig | Felix Fietkau | 2009-01-13 | 1 | -0/+3 |
| | | | | SVN-Revision: 14009 | ||||
* | If a package is part of a virtual dependency and also listed as a normal ↵ | Lars-Peter Clausen | 2009-01-05 | 1 | -5/+10 |
| | | | | | | dependency ensure that the dependency is always unconditional. Such a case happens if for example a package has a build dependency and the build dependency provides a virtual install dependency of the package. SVN-Revision: 13877 | ||||
* | fix recursive dependencies that might be caused by using conditional ↵ | Felix Fietkau | 2009-01-02 | 1 | -5/+18 |
| | | | | | | dependencies SVN-Revision: 13813 | ||||
* | Fix indention. | Lars-Peter Clausen | 2008-11-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 13321 | ||||
* | Add support for negative conditional dependencies. Also add the condition of ↵ | Lars-Peter Clausen | 2008-11-22 | 1 | -6/+10 |
| | | | | | | conditional dependencies to dependencies which are inherited form the conditional dependency. SVN-Revision: 13319 | ||||
* | don't print warnings for undefined DEFAULT_* symbols on menuconfig. generate ↵ | Felix Fietkau | 2008-10-06 | 1 | -2/+6 |
| | | | | | | those in config-target.in instead of config-package.in SVN-Revision: 12871 | ||||
* | fix infinite recursion in metadata.pl | Felix Fietkau | 2008-10-04 | 1 | -1/+5 |
| | | | | SVN-Revision: 12851 | ||||
* | implement conditional dependencies for menuconfig and build deps | Felix Fietkau | 2008-10-01 | 1 | -2/+23 |
| | | | | SVN-Revision: 12820 | ||||
* | use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ↵ | Felix Fietkau | 2008-09-23 | 1 | -1/+1 |
| | | | | | | #2998) SVN-Revision: 12674 | ||||
* | don't display the "Image configuration" menu entry when there's nothing to ↵ | Nicolas Thill | 2008-08-22 | 1 | -1/+1 |
| | | | | | | pre-configure (when using the SDK for example) SVN-Revision: 12366 | ||||
* | fix a small bug in the recursive dependency lookup for generated menuconfig ↵ | Felix Fietkau | 2008-08-04 | 1 | -3/+3 |
| | | | | | | files SVN-Revision: 12107 | ||||
* | fix missing package compile/installation issue | Felix Fietkau | 2008-06-11 | 1 | -11/+12 |
| | | | | SVN-Revision: 11441 | ||||
* | fix some previously ignored build dependencies (for example, uci->lua) | Felix Fietkau | 2008-06-11 | 1 | -4/+14 |
| | | | | SVN-Revision: 11429 | ||||
* | consider virtual dependencies (generated by using PROVIDES:=) when ↵ | Felix Fietkau | 2008-06-10 | 1 | -14/+32 |
| | | | | | | generating the build dependencies (fixes python build dependency errors) SVN-Revision: 11428 | ||||
* | add new target feature option for fpu | Imre Kaloz | 2008-06-03 | 1 | -0/+1 |
| | | | | SVN-Revision: 11337 | ||||
* | add a gpio feature for devices supporting the generic GPIO interface | Nicolas Thill | 2008-04-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 10879 | ||||
* | add feature flag for the cpio.gz support | Gabor Juhos | 2008-01-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 10311 | ||||
* | add config symbols for the kernel version | Felix Fietkau | 2007-11-10 | 1 | -0/+19 |
| | | | | SVN-Revision: 9520 | ||||
* | add feature flag for display support. will be used as dependency for x.org | Felix Fietkau | 2007-10-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 9448 | ||||
* | remove the dummy profile that was created on targets that have subtargets | Felix Fietkau | 2007-10-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 9383 | ||||
* | reorganize subtargets, sort subtargets below top level targets | Felix Fietkau | 2007-10-20 | 1 | -68/+108 |
| | | | | SVN-Revision: 9378 | ||||
* | fix duplicate dependencies | Felix Fietkau | 2007-10-14 | 1 | -1/+7 |
| | | | | SVN-Revision: 9311 | ||||
* | allow targets to select/deselect config symbols | Felix Fietkau | 2007-10-05 | 1 | -1/+18 |
| | | | | SVN-Revision: 9150 | ||||
* | add a packaging method that installs files into a subdirectory of bin/ ↵ | Felix Fietkau | 2007-09-29 | 1 | -1/+1 |
| | | | | | | instead of an ipkg SVN-Revision: 9060 | ||||
* | add initial version of a package feeds management script | Felix Fietkau | 2007-09-23 | 1 | -99/+31 |
| | | | | SVN-Revision: 8973 | ||||
* | fix image preconfiguration | Eugene Konev | 2007-09-21 | 1 | -12/+16 |
| | | | | SVN-Revision: 8921 | ||||
* | define extra config symbols for targets containing multiple subtargets | Felix Fietkau | 2007-09-09 | 1 | -7/+26 |
| | | | | SVN-Revision: 8724 | ||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 1 | -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 Fietkau | 2007-09-06 | 1 | -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 bug | Felix Fietkau | 2007-07-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 8275 | ||||
* | next round of build system cleanup - convert package/ to new structure | Felix Fietkau | 2007-07-30 | 1 | -3/+3 |
| | | | | SVN-Revision: 8236 | ||||
* | fix a prereq bug | Felix Fietkau | 2007-07-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 8183 | ||||
* | more dependency fixes | Felix Fietkau | 2007-07-23 | 1 | -2/+0 |
| | | | | SVN-Revision: 8115 | ||||
* | Add a USES_TGZ config.in variable, so that RB1xx profiles can use it | Florian Fainelli | 2007-07-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 8039 | ||||
* | allow kconfig symbols to be shared between packages | Felix Fietkau | 2007-07-18 | 1 | -3/+14 |
| | | | | SVN-Revision: 8029 | ||||
* | dynamically enable/disable kernel config options for kmod packages based on ↵ | Felix Fietkau | 2007-07-18 | 1 | -1/+40 |
| | | | | | | build system config SVN-Revision: 8026 | ||||
* | properly support dependencies on packages that just use Build/DefaultTargets | Felix Fietkau | 2007-07-15 | 1 | -4/+4 |
| | | | | SVN-Revision: 7983 | ||||
* | fixes for recursive package scanning | Felix Fietkau | 2007-07-15 | 1 | -5/+9 |
| | | | | SVN-Revision: 7982 | ||||
* | fix PACKAGES:= for target profiles in target.mk | Felix Fietkau | 2007-07-10 | 1 | -7/+19 |
| | | | | SVN-Revision: 7907 | ||||
* | Make UCI preconfiguration optional and disabled by default | Felix Fietkau | 2007-05-05 | 1 | -6/+6 |
| | | | | SVN-Revision: 7095 | ||||
* | 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 |