| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts/metadata.pl: fix ignoring missing host dependencies | Felix Fietkau | 2014-03-13 | 1 | -1/+2 |
* | scripts/metadata.pl: remove sdk specific config symbol override | Felix Fietkau | 2014-03-13 | 1 | -8/+1 |
* | add a feature flag for device tree support | Imre Kaloz | 2013-11-22 | 1 | -0/+1 |
* | build: drop FIT option until we actually need it | Luka Perkov | 2013-10-17 | 1 | -1/+0 |
* | build: add menuconfig option for building FIT images | Luka Perkov | 2013-10-16 | 1 | -0/+1 |
* | build: include the cpu type as part of the toolchain/target directory name | Felix Fietkau | 2013-09-26 | 1 | -0/+11 |
* | build: process transitive dependencies after local dependencies | Felix Fietkau | 2013-08-04 | 1 | -1/+7 |
* | build: suppress conditional dependencies if there are unconditional dependenc... | Felix Fietkau | 2013-08-04 | 1 | -0/+1 |
* | kernel: add a new global config symbol for enabling rfkill support (can be en... | Felix Fietkau | 2013-07-21 | 1 | -0/+1 |
* | scripts/metadata.pl: emit dependencies for package/kernel/linux | Felix Fietkau | 2013-07-19 | 1 | -1/+1 |
* | scripts: change metadata.pm and metadata.pl to not emit "default m if ALL" Kc... | Jo-Philipp Wich | 2013-07-18 | 1 | -2/+7 |
* | metadata.pl: use alphabetical order for menuconfig categories, also fixes ran... | Jo-Philipp Wich | 2013-07-16 | 1 | -1/+1 |
* | metadata.pl: fixpath exclusion of kernel packages | John Crispin | 2013-06-29 | 1 | -1/+1 |
* | target: split jffs2 NAND out of jffs2 | Jonas Gorski | 2013-06-05 | 1 | -1/+2 |
* | build: add config symbols for different ARM arch levels | Felix Fietkau | 2013-05-13 | 1 | -0/+1 |
* | build: consistently use 'depends on' instead of 'depends' | Felix Fietkau | 2013-04-17 | 1 | -7/+7 |
* | buildroot: allow enabling MIPS16 user-space build | Florian Fainelli | 2013-04-05 | 1 | -0/+1 |
* | scrips/metadata.pl: fix broken targets with subtargets being selectable | Jonas Gorski | 2012-10-22 | 1 | -0/+1 |
* | AR71xx/9xxx based routers are the most common these days, select that as the ... | Imre Kaloz | 2012-09-28 | 1 | -1/+1 |
* | build: ensure that reordering of KCONFIG lines are handled properly and that ... | Felix Fietkau | 2012-07-22 | 1 | -0/+1 |
* | target: add a feature flag for RTC support | Felix Fietkau | 2012-05-17 | 1 | -0/+1 |
* | metadata.pl: filter direct recursive depends like "select PACKAGE_kmod-ipv6 i... | Jo-Philipp Wich | 2012-01-08 | 1 | -0/+1 |
* | allow targets to define a default subtarget when using automatic subtarget de... | John Crispin | 2011-07-04 | 1 | -0/+9 |
* | add support for hidden packages that get selected/built but do not show up in... | Felix Fietkau | 2011-07-02 | 1 | -1/+3 |
* | metadata.pl: fix handling of multiple conditional depends that reference the ... | Jo-Philipp Wich | 2011-06-23 | 1 | -4/+4 |
* | Fix CONFIG_LINUX_ for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -1/+5 |
* | remove the now unused Target-Kernel field from the target metadata | Felix Fietkau | 2011-05-30 | 1 | -1/+0 |
* | metadata: do not emit feature flag selects for targets which have subtargets ... | Felix Fietkau | 2011-05-17 | 1 | -1/+2 |
* | add a new package metadata variable MDEPENDS for specifying local menuconfig ... | Felix Fietkau | 2011-04-05 | 1 | -0/+1 |
* | metadata: fix handling of multiple build dependencies with different conditions | Felix Fietkau | 2011-02-13 | 1 | -1/+1 |
* | mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale power... | Felix Fietkau | 2011-01-16 | 1 | -0/+1 |
* | switch from ext2 to ext4 (w/o) journaling | Imre Kaloz | 2010-11-22 | 1 | -1/+1 |
* | metadata.pl: don't emit LINUX_2_6 selects anymore | Jo-Philipp Wich | 2010-10-10 | 1 | -3/+0 |
* | fix build dependencies on packages with multiple variants but no selected vir... | Felix Fietkau | 2010-09-20 | 1 | -0/+3 |
* | Implement an ARCH_PACKAGES variable which defaults to BOARD but can be overri... | Jo-Philipp Wich | 2010-09-12 | 1 | -0/+10 |
* | metadata.pl: fix handling of HOST_BUILD_DEPENDS if a package is referenced th... | Jo-Philipp Wich | 2010-09-06 | 1 | -3/+4 |
* | add a command for printing a cleaned up make target database - will be used t... | Felix Fietkau | 2010-09-01 | 1 | -0/+3 |
* | Add usb gadget feature flag | Michael Büsch | 2010-08-25 | 1 | -0/+1 |
* | set the default target to brcm47xx, now that brcm-2.4 is gone | Felix Fietkau | 2010-06-26 | 1 | -1/+1 |
* | buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ | Nicolas Thill | 2010-04-28 | 1 | -1/+1 |
* | metadata.pl: fix recursive handling of conditional dependencies | Felix Fietkau | 2010-04-22 | 1 | -2/+3 |
* | scripts/metadata.pl: fix handling of multiple conditional depends on the same... | Felix Fietkau | 2010-03-09 | 1 | -2/+2 |
* | Add audio feature flag. | Lars-Peter Clausen | 2010-02-15 | 1 | -0/+1 |
* | preinit: fix #6596 Setting LAN IP Address in menuconfig is ignored | Hauke Mehrtens | 2010-01-29 | 1 | -1/+1 |
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 1 | -2/+6 |
* | Add support for building ubifs images. | Lars-Peter Clausen | 2010-01-11 | 1 | -0/+1 |
* | metadata.pl: fix menuconfig code for package features | Felix Fietkau | 2009-11-12 | 1 | -2/+3 |
* | build system: introduce a new feature called build variants. it allows buildi... | Felix Fietkau | 2009-11-10 | 1 | -0/+3 |
* | metadata: process dependencies for targets that have subtargets as well - hid... | Felix Fietkau | 2009-11-05 | 1 | -16/+17 |
* | add experimental support for a new menuconfig submenu "Package features". all... | Felix Fietkau | 2009-10-17 | 1 | -0/+25 |