1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 23:07:19 +03:00
Commit Graph

85 Commits

Author SHA1 Message Date
florian
1c929a9ee1 partially revert [18830]: stripped packages are still usefull when debugging with gdbserver, update CONFIG_DEBUG description and disable sstrip when CONFIG_DEBUG is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-22 12:27:58 +00:00
florian
a2796f592d disable stripping when compiling with debug info (closes: #6373)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-22 12:27:55 +00:00
nico
27b7049071 partially revert [18830]: stripped packages are still usefull when debugging with gdbserver, update CONFIG_DEBUG description and disable sstrip when CONFIG_DEBUG is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-18 17:10:40 +00:00
nico
147290a362 disable stripping when compiling with debug info (closes: #6373)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-18 16:59:04 +00:00
kaloz
e57137a613 make lzo compressed initramfs selectable, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-21 15:20:11 +00:00
nbd
db196bcbf9 Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The 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
2009-11-14 17:51:32 +00:00
nico
6a36104faa [toolchain] add external toolchain support, enhance native toolchain support (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
2009-09-23 02:27:38 +00:00
nico
158bc02f79 prepare for upcoming external toolchain support: move config items not strictly toolchain related out of the toolchain submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10 14:04:41 +00:00
juhosg
0ee891fb2b add menuconfig option for enabling debugfs support in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-08 07:25:20 +00:00
nbd
c05a5fc51e do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging 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
2009-09-06 19:56:54 +00:00
juhosg
9d40adf198 add menuconfig option for selecting initramfs compression
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 05:35:34 +00:00
nbd
ba38e05850 add an optional config option for stripping all unnecessary symbol exports from the kernel image
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 14:22:04 +00:00
nbd
c18a2411a7 integrate mklibs.py support into the build process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 02:25:03 +00:00
florian
53ea39ed02 [package] globally define IPv6 support or not in OpenWrt, just like for largefiles, ipv6 disabled by default (#4857)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 21:45:51 +00:00
nico
9a319f4c47 add a config option to select the binary stripping method to use (between none, strip & sstrip)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 02:34:58 +00:00
hcg
5cd973bdee Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14939 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-18 15:57:18 +00:00
ralph
ebe382a99b add the possibility to put the rootfs to another location
(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
2009-02-20 10:38:08 +00:00
lars
2edc1eaf4b Add menuconfig option for enabling profiling in the kernel.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14272 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-29 23:52:35 +00:00
nbd
6d9af11c8c add a menuconfig option for enabling KALLSYMS for the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-20 21:09:04 +00:00
nbd
928d915afc add support for an optional staging directory for debug binaries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14018 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-13 03:21:25 +00:00
nbd
27d9b3cf44 clean up build system settings and make some of them more accessible
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14017 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-13 03:21:04 +00:00
hcg
de8d66a294 Adds support for using a local clone of a git tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-10 10:07:45 +00:00
nico
4c8d034b05 fix build options in menuconfig:
- 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
2008-09-13 11:02:48 +00:00
nbd
e5b23cb55a add new option for enabling debugging symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-13 08:31:15 +00:00
blogic
fbaee64c45 adds missing patch for native toolchain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-10 07:18:41 +00:00
ryd
0d2dc5e859 Update size and inodes of grup image
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
2008-05-12 19:00:46 +00:00
juhosg
ca1487cd32 add feature flag for the cpio.gz support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 13:56:43 +00:00
nbd
1889c9ed1c remove old feeds stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9991 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-28 17:03:07 +00:00
nbd
a93683386e add cpio.gz support (patch from #2595)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-28 15:46:01 +00:00
nbd
ca695ca268 fix rootfs size selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-20 01:53:13 +00:00
ejka
43440b4f1b add external kernel tree support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-20 13:21:01 +00:00
blogic
871a6908a5 add possibility to set default .config values
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 02:15:37 +00:00
blogic
58b2f95a87 added generation of x86 livecds, from #2391
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9191 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-08 18:53:19 +00:00
nbd
5da1cea8b9 add option for cleaning all ipkg info before the image build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9151 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-05 21:52:05 +00:00
nico
a1d934d049 move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-03 06:01:30 +00:00
nbd
a00f469ee2 remove CONFIG_JLEVEL. use make -j in the future
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8237 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30 18:24:47 +00:00
nbd
8a854beb05 add source feed rev to menuconfig, set 8180 as default rev for kamikaze 7.07
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-26 15:28:59 +00:00
florian
7c70874270 Fix the automatic selection of ext2 when not using neither squashfs nor jffs2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8075 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-20 14:53:43 +00:00
florian
8119784b65 Add optionnal support for a BUILD_DIR suffix (#2057)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-19 12:09:52 +00:00
florian
9ab2e7b7fc Add a USES_TGZ config.in variable, so that RB1xx profiles can use it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-18 14:11:44 +00:00
nbd
e2e25f95f4 Make UCI preconfiguration optional and disabled by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7095 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-05 10:06:10 +00:00
nbd
39093d7cdd add a menuconfig option for specifying a local download mirror
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-06 23:15:39 +00:00
mbm
947ca6f4e8 Tidy up Makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-03 23:03:56 +00:00
nbd
5e95b0de70 allow the user to change the rb532 rootfs size in menuconfig (fixes #1374)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-28 00:06:37 +00:00
nbd
66480d03fb add missing copyright header
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6383 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-26 01:05:09 +00:00
pavlov
335f3c13a9 make maxinodes configureable for ext2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22 22:35:08 +00:00
nbd
b806b00806 Add initial version of the new Image Builder
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
2007-01-10 21:52:28 +00:00
florian
7cc50d50ac Add support for source feeds in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5992 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-05 15:33:14 +00:00
mbm
9e0a57b449 move target/image/platform to target/linux/platform/image
platform directories are now self contained


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-28 20:14:41 +00:00
nbd
e158d8b6a7 make target/linux/* directories self-contained, use the selected kernel 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
2006-11-11 23:11:02 +00:00