Imre Kaloz
|
5ea6194ab0
|
remove 2.6.25 support
SVN-Revision: 24089
|
14 years ago |
Imre Kaloz
|
4052849677
|
switch from ext2 to ext4 (w/o) journaling
SVN-Revision: 24084
|
14 years ago |
Felix Fietkau
|
8d40973058
|
make the display support feature flag selectable
SVN-Revision: 23791
|
14 years ago |
Imre Kaloz
|
27a1e6cc6a
|
as we only support 2.6, remove the useless bool for it
SVN-Revision: 23246
|
14 years ago |
Michael Büsch
|
cf323eb924
|
optionally support parallel toolchain build. This defaults to off, because certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine.
SVN-Revision: 23196
|
14 years ago |
Michael Büsch
|
e7c83f6d59
|
Add support for enabling early printk. Currently only for ARM, because I don't know what EARLY_PRINTK depends on on other architectures.
SVN-Revision: 23071
|
14 years ago |
Michael Büsch
|
fde498904f
|
Add an option to default the default build rule to parallel build.
SVN-Revision: 22737
|
14 years ago |
Michael Büsch
|
7ed7784f59
|
Support parallel build of certain packages
SVN-Revision: 22696
|
14 years ago |
Nicolas Thill
|
4ed248bbef
|
fix typo
SVN-Revision: 22453
|
14 years ago |
Felix Fietkau
|
fd8142403e
|
add a build system option for collecting all kernel debug information (including modules) in a tarball
SVN-Revision: 22327
|
15 years ago |
Felix Fietkau
|
5d78ef446a
|
add a config option for enabling kernel debugging symbols
SVN-Revision: 22325
|
15 years ago |
Felix Fietkau
|
ac5279e6bc
|
enable ipv6 support for packages by default
SVN-Revision: 22176
|
15 years ago |
Nicolas Thill
|
5403c59f57
|
images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE
SVN-Revision: 21362
|
15 years ago |
Nicolas Thill
|
e86e41d663
|
buildsystem: rearrange main config options, reorder, move stripping items to a "Stripping options" subsection,
SVN-Revision: 21239
|
15 years ago |
Nicolas Thill
|
b3b591c000
|
buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ
SVN-Revision: 21238
|
15 years ago |
Nicolas Thill
|
7992df3721
|
images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is selected or not
SVN-Revision: 21237
|
15 years ago |
Mirko Vogt
|
a34c4b6ec6
|
add "patented"-build flag to allow packages being with and without patented technology
SVN-Revision: 21050
|
15 years ago |
Gabor Juhos
|
7e5ae61e45
|
select LZMA compressed initramfs by default for ramips
SVN-Revision: 20630
|
15 years ago |
Felix Fietkau
|
15fecc9e6c
|
remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT was added
SVN-Revision: 19849
|
15 years ago |
Imre Kaloz
|
7b367d0313
|
with no users left, remove support for 2.6.21
SVN-Revision: 19578
|
15 years ago |
Nicolas Thill
|
0f3c406bdb
|
add a config item to specify arguments to strip
SVN-Revision: 19270
|
15 years ago |
Lars-Peter Clausen
|
db06ca593b
|
Add support for building ubifs images.
SVN-Revision: 19097
|
15 years ago |
Imre Kaloz
|
29a020ffb3
|
remove handling of older unsupported kernels
SVN-Revision: 18955
|
15 years ago |
Florian Fainelli
|
30d69f1970
|
partially revert [18830]: stripped packages are still usefull when debugging with gdbserver, update CONFIG_DEBUG description and disable sstrip when CONFIG_DEBUG is selected
SVN-Revision: 18886
|
15 years ago |
Florian Fainelli
|
7f180b7e2c
|
disable stripping when compiling with debug info (closes: #6373)
SVN-Revision: 18885
|
15 years ago |
Nicolas Thill
|
7aa14fbc1c
|
partially revert [18830]: stripped packages are still usefull when debugging with gdbserver, update CONFIG_DEBUG description and disable sstrip when CONFIG_DEBUG is selected
SVN-Revision: 18831
|
15 years ago |
Nicolas Thill
|
8f83105e22
|
disable stripping when compiling with debug info (closes: #6373)
SVN-Revision: 18830
|
15 years ago |
Imre Kaloz
|
0ebb9220a0
|
make lzo compressed initramfs selectable, too
SVN-Revision: 18457
|
15 years ago |
Felix Fietkau
|
44aa03f2f9
|
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>
SVN-Revision: 18419
|
15 years ago |
Nicolas Thill
|
c9bc7c504c
|
add external toolchain support, enhance native toolchain support (special thanks to Luigi Mantellini for his help... and patience ;)
SVN-Revision: 17682
|
15 years ago |
Nicolas Thill
|
de9bb2b998
|
prepare for upcoming external toolchain support: move config items not strictly toolchain related out of the toolchain submenu
SVN-Revision: 17560
|
15 years ago |
Gabor Juhos
|
f7033929fa
|
add menuconfig option for enabling debugfs support in the kernel
SVN-Revision: 17540
|
15 years ago |
Felix Fietkau
|
b93e7e9515
|
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)
SVN-Revision: 17532
|
15 years ago |
Gabor Juhos
|
e2f5de7a46
|
add menuconfig option for selecting initramfs compression
SVN-Revision: 17283
|
15 years ago |
Felix Fietkau
|
bb5a40c64b
|
add an optional config option for stripping all unnecessary symbol exports from the kernel image
SVN-Revision: 17181
|
15 years ago |
Felix Fietkau
|
b1a2f4b2b8
|
integrate mklibs.py support into the build process
SVN-Revision: 17173
|
15 years ago |
Florian Fainelli
|
11e1304ca0
|
globally define IPv6 support or not in OpenWrt, just like for largefiles, ipv6 disabled by default (#4857)
SVN-Revision: 16983
|
16 years ago |
Nicolas Thill
|
4702698c68
|
add a config option to select the binary stripping method to use (between none, strip & sstrip)
SVN-Revision: 16728
|
16 years ago |
Hamish Guthrie
|
1b216aa20a
|
Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
SVN-Revision: 14939
|
16 years ago |
Ralph Hempel
|
6adb2d7d34
|
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)
SVN-Revision: 14577
|
16 years ago |
Lars-Peter Clausen
|
24f02449ff
|
Add menuconfig option for enabling profiling in the kernel.
SVN-Revision: 14272
|
16 years ago |
Felix Fietkau
|
b271605228
|
add a menuconfig option for enabling KALLSYMS for the kernel
SVN-Revision: 14122
|
16 years ago |
Felix Fietkau
|
eb1c4db039
|
add support for an optional staging directory for debug binaries
SVN-Revision: 14018
|
16 years ago |
Felix Fietkau
|
ef6e3e880f
|
clean up build system settings and make some of them more accessible
SVN-Revision: 14017
|
16 years ago |
Hamish Guthrie
|
86ac8bc7ea
|
Adds support for using a local clone of a git tree
SVN-Revision: 12941
|
16 years ago |
Nicolas Thill
|
86ce5d1afe
|
fix build options in menuconfig: - move EXTERNAL_KERNEL_TREE & NO_STRIP from DEVEL to BUILDOPTS - remove BUILDSYSTEM_SETTINGS and move DOWNLOAD_FOLDER to DEVEL
SVN-Revision: 12592
|
16 years ago |
Felix Fietkau
|
373e5f5e8d
|
add new option for enabling debugging symbols
SVN-Revision: 12591
|
16 years ago |
John Crispin
|
c9d9f8045c
|
adds missing patch for native toolchain
SVN-Revision: 11425
|
17 years ago |
Jens Muecke
|
b64c4c6b40
|
Update size and inodes of grup image
Enlarge default size of grup image for
X and other packages. OLPC also use this
grup image.
SVN-Revision: 11124
|
17 years ago |
Gabor Juhos
|
5b3951bfbb
|
add feature flag for the cpio.gz support
SVN-Revision: 10311
|
17 years ago |