Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: consistently use 'depends on' instead of 'depends' | Felix Fietkau | 2013-04-17 | 1 | -2/+2 |
| | | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351 | ||||
* | buildroot: factor knowledge of a 64bits architecture | Florian Fainelli | 2013-04-05 | 1 | -0/+7 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36204 | ||||
* | buildroot: allow enabling MIPS16 user-space build | Florian Fainelli | 2013-04-05 | 1 | -0/+4 |
| | | | | | | | | | | | Enabling MIPS16 is made conditional on advertising the "mips16" feature for a specific target since it requires support from the CPU (HAS_MIPS16) and the actual use of MIPS16 for building packages (USE_MIPS16). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36202 | ||||
* | kernel: remove references to TARGET_ubicom32 | Florian Fainelli | 2012-11-30 | 1 | -5/+0 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34431 | ||||
* | target: add a feature flag for RTC support | Felix Fietkau | 2012-05-17 | 1 | -0/+3 |
| | | | | SVN-Revision: 31777 | ||||
* | mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale ↵ | Felix Fietkau | 2011-01-16 | 1 | -0/+5 |
| | | | | | | powerpc cpus The SPE FPU is ABI-incompatible with the regular powerpc FPU, this needs to be reflected in the toolchain target name. Fixes floating point crashes in user space SVN-Revision: 25018 | ||||
* | switch from ext2 to ext4 (w/o) journaling | Imre Kaloz | 2010-11-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 24084 | ||||
* | make the display support feature flag selectable | Felix Fietkau | 2010-11-02 | 1 | -3/+0 |
| | | | | SVN-Revision: 23791 | ||||
* | as we only support 2.6, remove the useless bool for it | Imre Kaloz | 2010-10-05 | 1 | -3/+0 |
| | | | | SVN-Revision: 23246 | ||||
* | Toto, we don't support Linux 2.4 anymore.. | Imre Kaloz | 2010-10-05 | 1 | -3/+0 |
| | | | | SVN-Revision: 23245 | ||||
* | Add usb gadget feature flag | Michael Büsch | 2010-08-25 | 1 | -0/+3 |
| | | | | SVN-Revision: 22798 | ||||
* | buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ | Nicolas Thill | 2010-04-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 21238 | ||||
* | Add audio feature flag. | Lars-Peter Clausen | 2010-02-15 | 1 | -0/+5 |
| | | | | | | | | | There are targets which neither have usb host nor pci support but do have audio capabilities. Those targets should expliclitly specifiy that they support audio through the new feature flag. The audio feature flag is also implicitly selected by the usb and pci feature flags. SVN-Revision: 19643 | ||||
* | Add support for building ubifs images. | Lars-Peter Clausen | 2010-01-11 | 1 | -1/+4 |
| | | | | SVN-Revision: 19097 | ||||
* | sort & rearrange arch selection | Nicolas Thill | 2009-12-23 | 1 | -38/+34 |
| | | | | SVN-Revision: 18904 | ||||
* | Config.in: fix powerpc64 endianness | Nicolas Thill | 2009-12-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 18828 | ||||
* | add nommu target feature flag | Felix Fietkau | 2009-08-21 | 1 | -0/+3 |
| | | | | SVN-Revision: 17347 | ||||
* | add a heavily cleaned up version of ubicom32 toolchain support | Felix Fietkau | 2009-08-21 | 1 | -0/+5 |
| | | | | SVN-Revision: 17346 | ||||
* | powerpc: Create a powerpc64 config feature | Geoff Levand | 2009-08-18 | 1 | -0/+3 |
| | | | | | | | | | | | The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17306 | ||||
* | add preliminary coldfire v4e support | Imre Kaloz | 2009-06-21 | 1 | -0/+4 |
| | | | | SVN-Revision: 16538 | ||||
* | missing changes for pcie handling | Imre Kaloz | 2009-06-02 | 1 | -0/+3 |
| | | | | SVN-Revision: 16294 | ||||
* | add a modified version of the mips64 patch from #4603 | Felix Fietkau | 2009-04-18 | 1 | -0/+9 |
| | | | | SVN-Revision: 15249 | ||||
* | Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target | Hamish Guthrie | 2009-03-18 | 1 | -0/+3 |
| | | | | SVN-Revision: 14939 | ||||
* | add new target feature option for fpu | Imre Kaloz | 2008-06-03 | 1 | -0/+3 |
| | | | | SVN-Revision: 11337 | ||||
* | add a gpio feature for devices supporting the generic GPIO interface | Nicolas Thill | 2008-04-20 | 1 | -0/+3 |
| | | | | SVN-Revision: 10879 | ||||
* | add feature flag for the cpio.gz support | Gabor Juhos | 2008-01-29 | 1 | -0/+3 |
| | | | | SVN-Revision: 10311 | ||||
* | add feature flag for display support. will be used as dependency for x.org | Felix Fietkau | 2007-10-25 | 1 | -0/+3 |
| | | | | SVN-Revision: 9448 | ||||
* | more dependency fixes | Felix Fietkau | 2007-07-23 | 1 | -6/+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/+3 |
| | | | | SVN-Revision: 8039 | ||||
* | added i686 support and profile for t-vision s100 | John Crispin | 2007-07-08 | 1 | -1/+5 |
| | | | | SVN-Revision: 7890 | ||||
* | add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵ | Imre Kaloz | 2007-06-08 | 1 | -0/+5 |
| | | | | | | with wigyori SVN-Revision: 7533 | ||||
* | mark uml as broken and add some cleanups (not working yet) | Felix Fietkau | 2007-02-28 | 1 | -0/+4 |
| | | | | SVN-Revision: 6439 | ||||
* | disable the image builder in menuconfig for profiles with custom kernel configs | Felix Fietkau | 2007-02-22 | 1 | -0/+3 |
| | | | | SVN-Revision: 6341 | ||||
* | add missing VIDEO_SUPPORT option | Felix Fietkau | 2007-01-21 | 1 | -0/+3 |
| | | | | SVN-Revision: 6166 | ||||
* | implement target profiles in menuconfig | Felix Fietkau | 2006-11-12 | 1 | -59/+0 |
| | | | | SVN-Revision: 5512 | ||||
* | fix default target | Felix Fietkau | 2006-11-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 5501 | ||||
* | make target/linux/* directories self-contained, use the selected kernel ↵ | Felix Fietkau | 2006-11-11 | 1 | -138/+1 |
| | | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection SVN-Revision: 5498 | ||||
* | rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵ | Imre Kaloz | 2006-10-27 | 1 | -2/+2 |
| | | | | | | 4.1 patch for arm SVN-Revision: 5310 | ||||
* | add ATM_SUPPORT flag | Felix Fietkau | 2006-10-17 | 1 | -0/+6 |
| | | | | SVN-Revision: 5176 | ||||
* | add USES_EXT2 flag for target platforms | Felix Fietkau | 2006-10-17 | 1 | -0/+4 |
| | | | | SVN-Revision: 5175 | ||||
* | Merge preliminary rdc-2.6 support (Airlink101 AR525W) | Florian Fainelli | 2006-10-15 | 1 | -0/+10 |
| | | | | SVN-Revision: 5138 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+272 |