summaryrefslogtreecommitdiffstats
path: root/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵nbd2009-11-141-0/+1
| | | | | | | | toolchain will zipped and saved under $(TOPDIR)/bin directory. Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add external toolchain support, enhance native toolchain support ↵nico2009-09-231-2/+2
| | | | | | (special thanks to Luigi Mantellini for his help... and patience ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare for upcoming external toolchain support: move config items not ↵nico2009-09-101-0/+39
| | | | | | strictly toolchain related out of the toolchain submenu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add menuconfig option for enabling debugfs support in the kerneljuhosg2009-09-081-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging ↵nbd2009-09-061-2/+0
| | | | | | symbols can be useful even if they are not put on the device (e.g. remote cross-gdb) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add menuconfig option for selecting initramfs compressionjuhosg2009-08-161-12/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an optional config option for stripping all unnecessary symbol exports ↵nbd2009-08-081-0/+8
| | | | | | from the kernel image git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* integrate mklibs.py support into the build processnbd2009-08-081-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] globally define IPv6 support or not in OpenWrt, just like for ↵florian2009-07-251-0/+7
| | | | | | largefiles, ipv6 disabled by default (#4857) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a config option to select the binary stripping method to use (between ↵nico2009-07-071-5/+30
| | | | | | none, strip & sstrip) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-targethcg2009-03-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add the possibility to put the rootfs to another locationralph2009-02-201-0/+8
| | | | | | | (usefull to specify one dedicated NFS export share regardless where in the compute farm the build is done) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add menuconfig option for enabling profiling in the kernel.lars2009-01-291-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a menuconfig option for enabling KALLSYMS for the kernelnbd2009-01-201-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for an optional staging directory for debug binariesnbd2009-01-131-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up build system settings and make some of them more accessiblenbd2009-01-131-35/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14017 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Adds support for using a local clone of a git treehcg2008-10-101-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix build options in menuconfig:nico2008-09-131-9/+7
| | | | | | | | | - move EXTERNAL_KERNEL_TREE & NO_STRIP from DEVEL to BUILDOPTS - remove BUILDSYSTEM_SETTINGS and move DOWNLOAD_FOLDER to DEVEL git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new option for enabling debugging symbolsnbd2008-09-131-4/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds missing patch for native toolchainblogic2008-06-101-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update size and inodes of grup imageryd2008-05-121-2/+2
| | | | | | | | | | Enlarge default size of grup image for X and other packages. OLPC also use this grup image. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11124 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add feature flag for the cpio.gz supportjuhosg2008-01-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove old feeds stuffnbd2007-12-281-13/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9991 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add cpio.gz support (patch from #2595)nbd2007-12-281-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9986 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rootfs size selectionnbd2007-12-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add external kernel tree supportejka2007-11-201-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add possibility to set default .config valuesblogic2007-10-141-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added generation of x86 livecds, from #2391blogic2007-10-081-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add option for cleaning all ipkg info before the image buildnbd2007-10-051-3/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" optionsnico2007-10-031-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove CONFIG_JLEVEL. use make -j in the futurenbd2007-07-301-7/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add source feed rev to menuconfig, set 8180 as default rev for kamikaze 7.07nbd2007-07-261-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the automatic selection of ext2 when not using neither squashfs nor jffs2florian2007-07-201-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add optionnal support for a BUILD_DIR suffix (#2057)florian2007-07-191-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a USES_TGZ config.in variable, so that RB1xx profiles can use itflorian2007-07-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make UCI preconfiguration optional and disabled by defaultnbd2007-05-051-57/+58
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a menuconfig option for specifying a local download mirrornbd2007-04-061-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Tidy up Makefilesmbm2007-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow the user to change the rb532 rootfs size in menuconfig (fixes #1374)nbd2007-02-281-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing copyright headernbd2007-02-261-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make maxinodes configureable for ext2pavlov2007-02-221-4/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add initial version of the new Image Buildernbd2007-01-101-0/+1
| | | | | | | It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for source feeds in menuconfigflorian2007-01-051-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move target/image/platform to target/linux/platform/imagembm2006-11-281-1/+1
| | | | | | | platform directories are now self contained git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5669 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make target/linux/* directories self-contained, use the selected kernel ↵nbd2006-11-111-1/+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
* finally kill KMOD_template - removes a big chunk of legacy build codenbd2006-10-191-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make filesystem size selection generic (for ext2)nbd2006-10-191-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add USES_EXT2 flag for target platformsnbd2006-10-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add grub based images for x86-2.6 - still a bit hackish, but works with ext2 ↵nbd2006-10-081-0/+3
| | | | | | and jffs2 git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up filesystem selctionnbd2006-09-231-7/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4847 3c298f89-4303-0410-b956-a3cf2f4a3e73