Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: add a dependency on libc to all non-kernel packages | Felix Fietkau | 2012-06-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 32171 | ||||
* | add support for hidden packages that get selected/built but do not show up ↵ | Felix Fietkau | 2011-07-02 | 1 | -0/+1 |
| | | | | | | in menuconfig SVN-Revision: 27344 | ||||
* | add a new package metadata variable MDEPENDS for specifying local menuconfig ↵ | Felix Fietkau | 2011-04-05 | 1 | -0/+1 |
| | | | | | | dependencies that do not propagate to other packages SVN-Revision: 26491 | ||||
* | Add maintainer information to menuconfig description dialog | Michael Büsch | 2010-09-30 | 1 | -1/+2 |
| | | | | SVN-Revision: 23161 | ||||
* | build system: introduce a new feature called build variants. it allows ↵ | Felix Fietkau | 2009-11-10 | 1 | -1/+2 |
| | | | | | | building a package multiple times in one pass with different build dirs, based on the same build settings. replaces templating hacks like the one used in the hostapd package SVN-Revision: 18357 | ||||
* | add experimental support for a new menuconfig submenu "Package features". ↵ | Felix Fietkau | 2009-10-17 | 1 | -2/+28 |
| | | | | | | allows selection between multiple packages providing the same feature, which affects dependencies of other packages. will be used e.g. for choosing between DirectFB and X.org for libraries like GTK2 SVN-Revision: 18056 | ||||
* | move host build in packages into a separate namespace: ↵ | Felix Fietkau | 2009-03-17 | 1 | -2/+4 |
| | | | | | | package/<name>/host/<target> this allows dependencies between host and target packages, and saves unnecessary host builds for packages that contain both variants SVN-Revision: 14905 | ||||
* | speed up metadata scanning a lot by avoiding unnecessary shell commands and ↵ | Felix Fietkau | 2009-03-03 | 1 | -31/+42 |
| | | | | | | make recursions SVN-Revision: 14734 | ||||
* | added source distribution to package dump, used by our SDK (include source ↵ | Ralph Hempel | 2009-03-01 | 1 | -0/+1 |
| | | | | | | distributions for offline usage) added bugfix for sub-targets added bugfix for help info (thanks to Thomas) SVN-Revision: 14703 | ||||
* | add support for build-only packages which do not appear in menuconfig | Felix Fietkau | 2009-01-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 14009 | ||||
* | add a packaging method that installs files into a subdirectory of bin/ ↵ | Felix Fietkau | 2007-09-29 | 1 | -0/+1 |
| | | | | | | instead of an ipkg SVN-Revision: 9060 | ||||
* | dynamically enable/disable kernel config options for kmod packages based on ↵ | Felix Fietkau | 2007-07-18 | 1 | -0/+1 |
| | | | | | | build system config SVN-Revision: 8026 | ||||
* | revert part of [6573] to keep the speedup of metadata scanning | Felix Fietkau | 2007-03-16 | 1 | -20/+20 |
| | | | | SVN-Revision: 6574 | ||||
* | formatting and trivial cleanup | Mike Baker | 2007-03-16 | 1 | -27/+28 |
| | | | | SVN-Revision: 6573 | ||||
* | Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵ | Felix Fietkau | 2007-03-16 | 1 | -1/+6 |
| | | | | | | 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 | ||||
* | split package.mk and clean up build system code (based on patch by mbm), ↵ | Felix Fietkau | 2007-03-15 | 1 | -0/+32 |
makes the code more readable and speeds up metadata scan SVN-Revision: 6571 |