summaryrefslogtreecommitdiffstats
path: root/target/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* build: add config symbols for different ARM arch levelsnbd2013-05-131-0/+12
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36620 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: consistently use 'depends on' instead of 'depends'nbd2013-04-171-2/+2
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* buildroot: factor knowledge of a 64bits architectureflorian2013-04-051-0/+7
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* buildroot: allow enabling MIPS16 user-space buildflorian2013-04-051-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: remove references to TARGET_ubicom32florian2012-11-301-5/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target: add a feature flag for RTC supportnbd2012-05-171-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale ↵nbd2011-01-161-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch from ext2 to ext4 (w/o) journalingkaloz2010-11-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the display support feature flag selectablenbd2010-11-021-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* as we only support 2.6, remove the useless bool for itkaloz2010-10-051-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Toto, we don't support Linux 2.4 anymore..kaloz2010-10-051-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add usb gadget feature flagmb2010-08-251-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZnico2010-04-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21238 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add audio feature flag.lars2010-02-151-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for building ubifs images.lars2010-01-111-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] sort & rearrange arch selectionnico2009-12-231-38/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] Config.in: fix powerpc64 endiannessnico2009-12-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add nommu target feature flagnbd2009-08-211-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a heavily cleaned up version of ubicom32 toolchain supportnbd2009-08-211-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* powerpc: Create a powerpc64 config featuregeoff2009-08-181-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary coldfire v4e supportkaloz2009-06-211-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* missing changes for pcie handlingkaloz2009-06-021-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a modified version of the mips64 patch from #4603nbd2009-04-181-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-targethcg2009-03-181-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new target feature option for fpukaloz2008-06-031-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a gpio feature for devices supporting the generic GPIO interfacenico2008-04-201-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add feature flag for the cpio.gz supportjuhosg2008-01-291-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add feature flag for display support. will be used as dependency for x.orgnbd2007-10-251-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more dependency fixesnbd2007-07-231-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a USES_TGZ config.in variable, so that RB1xx profiles can use itflorian2007-07-181-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added i686 support and profile for t-vision s100blogic2007-07-081-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵kaloz2007-06-081-0/+5
| | | | | | with wigyori git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark uml as broken and add some cleanups (not working yet)nbd2007-02-281-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable the image builder in menuconfig for profiles with custom kernel configsnbd2007-02-221-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing VIDEO_SUPPORT optionnbd2007-01-211-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement target profiles in menuconfignbd2006-11-121-59/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix default targetnbd2006-11-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make target/linux/* directories self-contained, use the selected kernel ↵nbd2006-11-111-138/+1
| | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵kaloz2006-10-271-2/+2
| | | | | | 4.1 patch for arm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ATM_SUPPORT flagnbd2006-10-171-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add USES_EXT2 flag for target platformsnbd2006-10-171-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Merge preliminary rdc-2.6 support (Airlink101 AR525W)florian2006-10-151-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable jffs2 by default on x86-2.6nbd2006-10-081-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove x86-2.4nbd2006-10-071-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix default ARCH settingnico2006-10-071-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move BIG_ENDIAN selection to arch configsnbd2006-10-031-7/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up filesystem selctionnbd2006-09-231-1/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable squashfs in the magicbox kernel (not used yet), magicbox build now no ↵nbd2006-09-051-1/+0
| | | | | | longer broken (images work well with jffs2) git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* introduce USB_SUPPORT, clean up some dependencieskaloz2006-08-271-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add basic support for the Magicbox boardskaloz2006-08-251-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4672 3c298f89-4303-0410-b956-a3cf2f4a3e73