| Commit message (Expand) | Author | Age | Files | Lines |
* | build: add a config option for enabling a testing version of the target kernel | Felix Fietkau | 2019-05-11 | 1 | -0/+1 |
* | IB: include SUPPORTED_DEVICES in 'make info' output | Daniel Golle | 2019-03-11 | 1 | -0/+2 |
* | ib: display whether profile comes with image metadata | Daniel Golle | 2019-03-06 | 1 | -0/+2 |
* | build: expose ABI version in .packageauxvars | Jo-Philipp Wich | 2019-01-19 | 1 | -0/+1 |
* | scripts/metadata.pm: avoid adding dup names in provides list | Yousong Zhou | 2018-09-09 | 1 | -0/+1 |
* | scripts/metadata.pm: allow group-only Require-User specs | Matthias Schiffer | 2018-02-26 | 1 | -2/+4 |
* | build: remove obsolete "package feature" feature | Matthias Schiffer | 2018-01-13 | 1 | -22/+1 |
* | metadata: scripts/feeds: distinguish between source and binary packages, reso... | Matthias Schiffer | 2018-01-13 | 1 | -0/+2 |
* | metadata: always resolve dependencies through provides list | Matthias Schiffer | 2018-01-13 | 1 | -7/+8 |
* | build: remove package preconfig feature | Matthias Schiffer | 2018-01-13 | 1 | -19/+1 |
* | metadata: remove redundant fields from package hash | Matthias Schiffer | 2018-01-13 | 1 | -3/+0 |
* | metadata: replace %subdir hash with a path field in source packages | Matthias Schiffer | 2018-01-13 | 1 | -9/+3 |
* | metadata: change pkg->{src} field to hold a reference | Matthias Schiffer | 2018-01-13 | 1 | -26/+25 |
* | metadata: interate over source packages when generating Makefile | Matthias Schiffer | 2018-01-13 | 1 | -0/+1 |
* | metadata: move 'builddepends' from binary to source packages | Matthias Schiffer | 2018-01-13 | 1 | -3/+3 |
* | metadata: move 'buildtypes' from binary to source packages | Matthias Schiffer | 2018-01-13 | 1 | -2/+2 |
* | metadata: make srcpackage extensible | Matthias Schiffer | 2018-01-13 | 1 | -2/+4 |
* | scripts/package-metadata.pl: parse and validate field Require-User | Yousong Zhou | 2017-06-18 | 1 | -1/+71 |
* | scripts/package-metadata.pl: fix kmod pakage dependencies within the SDK | Felix Fietkau | 2016-07-07 | 1 | -3/+3 |
* | build: implement support for selecting multiple device profiles | Felix Fietkau | 2016-06-07 | 1 | -0/+1 |
* | build: remove profile kernel/build system config override support | Felix Fietkau | 2016-05-15 | 1 | -2/+0 |
* | scripts/metadata.pl: add support for generating profile make code for the ima... | Felix Fietkau | 2016-05-13 | 1 | -0/+5 |
* | metadata.pl: fix target profile sorting check | Felix Fietkau | 2016-05-11 | 1 | -3/+3 |
* | metadata.pl: add support for forcing sorting of profiles | Felix Fietkau | 2016-05-11 | 1 | -1/+6 |
* | target.mk: remove the unused Target-Path field | Felix Fietkau | 2016-05-11 | 1 | -1/+0 |
* | scripts: remove "Package-Subdir" metadata handling | Jo-Philipp Wich | 2016-04-13 | 1 | -1/+0 |
* | scripts: metadata: use the new "Repository" field | Jo-Philipp Wich | 2016-04-13 | 1 | -0/+1 |
* | include: group kmod ipk files into a "kernel" subdirectory | Jo-Philipp Wich | 2016-01-24 | 1 | -1/+1 |
* | scripts/metadata.pl: add support for ignoring source packages when generating... | Felix Fietkau | 2016-01-10 | 1 | -1/+4 |
* | scripts/metadata.pm: save target makefile names | Felix Fietkau | 2015-03-15 | 1 | -0/+3 |
* | scripts/metadata.pl: move parse_target_metadata() to metadata.pm | Felix Fietkau | 2015-03-15 | 1 | -1/+85 |
* | build: propagate override information to .config file | John Crispin | 2015-02-09 | 1 | -1/+10 |
* | generate list of license information for packages | John Crispin | 2014-10-26 | 1 | -0/+2 |
* | build: add support for declaring package CONFLICTS which only affect selectin... | Felix Fietkau | 2014-10-05 | 1 | -0/+1 |
* | build: allow packages with build variants to explicitly select a default variant | Felix Fietkau | 2014-09-23 | 1 | -0/+1 |
* | build: introduce per feed repository support | Jo-Philipp Wich | 2014-08-05 | 1 | -0/+1 |
* | scripts: change metadata.pm and metadata.pl to not emit "default m if ALL" Kc... | Jo-Philipp Wich | 2013-07-18 | 1 | -1/+0 |
* | add support for hidden packages that get selected/built but do not show up in... | Felix Fietkau | 2011-07-02 | 1 | -0/+1 |
* | add a new package metadata variable MDEPENDS for specifying local menuconfig ... | Felix Fietkau | 2011-04-05 | 1 | -0/+2 |
* | metadata: allow build variants to contain "-" | Felix Fietkau | 2010-01-23 | 1 | -1/+1 |
* | build system: introduce a new feature called build variants. it allows buildi... | Felix Fietkau | 2009-11-10 | 1 | -0/+1 |
* | add experimental support for a new menuconfig submenu "Package features". all... | Felix Fietkau | 2009-10-17 | 1 | -1/+23 |
* | metadata.pl: do not strip whitespaces from multiline data | Felix Fietkau | 2009-10-02 | 1 | -1/+0 |
* | scripts/feeds: fix a warning (#4474) | Felix Fietkau | 2009-05-04 | 1 | -0/+1 |
* | move host build in packages into a separate namespace: package/<name>/host/<t... | Felix Fietkau | 2009-03-17 | 1 | -0/+3 |
* | fix a package metadata parsing bug | Felix Fietkau | 2009-03-03 | 1 | -1/+1 |
* | added source distribution to package dump, used by our SDK (include source di... | Ralph Hempel | 2009-03-01 | 1 | -0/+1 |
* | add support for build-only packages which do not appear in menuconfig | Felix Fietkau | 2009-01-13 | 1 | -0/+1 |
* | fix uninitialized variable in metadata.pm (#3860) | Felix Fietkau | 2008-08-16 | 1 | -0/+1 |
* | scripts/feeds: properly handle virtual packages as well, use the first availa... | Felix Fietkau | 2008-08-04 | 1 | -1/+7 |