All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/14] misc cleanups
@ 2009-10-07 20:08 Bernhard Reutner-Fischer
  2009-10-07 20:08 ` [Buildroot] [PATCH 01/14] allow menuconfig without a LINUX26_KCONFIG file Bernhard Reutner-Fischer
  0 siblings, 1 reply; 61+ messages in thread
From: Bernhard Reutner-Fischer @ 2009-10-07 20:08 UTC (permalink / raw)
  To: buildroot

Hi,

A bunch of individual (separate) touch-ups.
They are only numbered so i can easily keep track.

I've split the arch selection improvements into 2 parts as requested by
Peter and at the end of the series, the _nofpu/_nommu suffix is dropped.

Peter, please apply or pull from my config-cleanup branch
TIA,
Bernhard

Bernhard Reutner-Fischer (14):
  allow menuconfig without a LINUX26_KCONFIG file
  Allow for specifying kernel version manually
  handle MMU configuration
  expand arch selection
  remove superfluous OPTIMIZE and DEBUG config knobs
  allow for testing gcc-4.5
  *-menuconfig needs dirs to exist
  remove BR2_FPU_SUFFIX
  tidy up ROOTFS_{PRE,SUF}FIX handling
  honour DISABLE_IPV6
  disable-locale implies turning off locale and iconv
  rsync: bump version
  enable config.cache per default
  libpcap, tcpdump: bump version and autotoolify

 Config.in                                          |  109 +---
 package/Makefile.autotools.in                      |    1 +
 package/Makefile.in                                |   52 +--
 package/busybox/busybox.mk                         |    2 +-
 package/libpcap/libpcap.mk                         |   92 +---
 package/libpcap/libpcap.patch                      |   13 -
 package/rsync/rsync.mk                             |    8 +-
 .../tcpdump/tcpdump-4.0.0-100-disable-ipv6.patch   |   21 +
 package/tcpdump/tcpdump.mk                         |   77 +--
 target/Config.in.arch                              |  674 ++++++++++++++++++--
 target/linux/Makefile.in                           |   10 +-
 toolchain/Config.in.2                              |   12 +
 toolchain/gcc/Config.in                            |   12 +-
 toolchain/gcc/Makefile.in                          |    5 +
 toolchain/kernel-headers/Config.in                 |   13 +-
 toolchain/uClibc/uclibc.mk                         |    2 +-
 16 files changed, 719 insertions(+), 384 deletions(-)
 delete mode 100644 package/libpcap/libpcap.patch
 create mode 100644 package/tcpdump/tcpdump-4.0.0-100-disable-ipv6.patch

^ permalink raw reply	[flat|nested] 61+ messages in thread

end of thread, other threads:[~2009-10-27  8:28 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 20:08 [Buildroot] [PATCH 00/14] misc cleanups Bernhard Reutner-Fischer
2009-10-07 20:08 ` [Buildroot] [PATCH 01/14] allow menuconfig without a LINUX26_KCONFIG file Bernhard Reutner-Fischer
2009-10-07 20:08   ` [Buildroot] [PATCH 02/14] Allow for specifying kernel version manually Bernhard Reutner-Fischer
2009-10-07 20:08     ` [Buildroot] [PATCH 03/14] handle MMU configuration Bernhard Reutner-Fischer
2009-10-07 20:08       ` [Buildroot] [PATCH 04/14] expand arch selection Bernhard Reutner-Fischer
2009-10-07 20:08         ` [Buildroot] [PATCH 05/14] remove superfluous OPTIMIZE and DEBUG config knobs Bernhard Reutner-Fischer
2009-10-07 20:08           ` [Buildroot] [PATCH 06/14] allow for testing gcc-4.5 Bernhard Reutner-Fischer
2009-10-07 20:08             ` [Buildroot] [PATCH 07/14] *-menuconfig needs dirs to exist Bernhard Reutner-Fischer
2009-10-07 20:08               ` [Buildroot] [PATCH 08/14] remove BR2_FPU_SUFFIX Bernhard Reutner-Fischer
2009-10-07 20:08                 ` [Buildroot] [PATCH 09/14] tidy up ROOTFS_{PRE,SUF}FIX handling Bernhard Reutner-Fischer
2009-10-07 20:08                   ` [Buildroot] [PATCH 10/14] honour DISABLE_IPV6 Bernhard Reutner-Fischer
2009-10-07 20:08                     ` [Buildroot] [PATCH 11/14] disable-locale implies turning off locale and iconv Bernhard Reutner-Fischer
2009-10-07 20:08                       ` [Buildroot] [PATCH 12/14] rsync: bump version Bernhard Reutner-Fischer
2009-10-07 20:08                         ` [Buildroot] [PATCH 13/14] enable config.cache per default Bernhard Reutner-Fischer
2009-10-07 20:08                           ` [Buildroot] [PATCH 14/14] libpcap, tcpdump: bump version and autotoolify Bernhard Reutner-Fischer
2009-10-27  8:28                             ` Peter Korsgaard
2009-10-07 20:59                           ` [Buildroot] [PATCH 13/14] enable config.cache per default Peter Korsgaard
2009-10-07 21:19                             ` Bernhard Reutner-Fischer
2009-10-09 10:00                             ` Thomas Petazzoni
2009-10-09 10:55                               ` Bernhard Reutner-Fischer
2009-10-07 20:52                         ` [Buildroot] [PATCH 12/14] rsync: bump version Peter Korsgaard
2009-10-07 20:59                           ` Bernhard Reutner-Fischer
2009-10-07 21:44                         ` Peter Korsgaard
2009-10-07 20:36                     ` [Buildroot] [PATCH 10/14] honour DISABLE_IPV6 Peter Korsgaard
2009-10-07 20:40                       ` Bernhard Reutner-Fischer
2009-10-07 20:58                     ` Peter Korsgaard
2009-10-09  9:57                   ` [Buildroot] [PATCH 09/14] tidy up ROOTFS_{PRE,SUF}FIX handling Thomas Petazzoni
2009-10-07 20:35                 ` [Buildroot] [PATCH 08/14] remove BR2_FPU_SUFFIX Peter Korsgaard
2009-10-09  9:56                 ` Thomas Petazzoni
2009-10-07 20:30               ` [Buildroot] [PATCH 07/14] *-menuconfig needs dirs to exist Peter Korsgaard
2009-10-08  9:32                 ` [Buildroot] [PATCH 06/10] " Bernhard Reutner-Fischer
2009-10-08 18:55                   ` Peter Korsgaard
2009-10-08 19:08                     ` Bernhard Reutner-Fischer
2009-10-08 20:35                       ` Peter Korsgaard
2009-10-09  9:38                         ` Bernhard Reutner-Fischer
2009-10-09 11:19                           ` Peter Korsgaard
2009-10-09 11:26                             ` Bernhard Reutner-Fischer
2009-10-09 11:35                               ` Peter Korsgaard
2009-10-09 11:54                                 ` Bernhard Reutner-Fischer
2009-10-09 12:07                                   ` Peter Korsgaard
2009-10-09 12:39                                     ` Bernhard Reutner-Fischer
2009-10-09 13:40                                       ` Peter Korsgaard
2009-10-07 20:24             ` [Buildroot] [PATCH 06/14] allow for testing gcc-4.5 Peter Korsgaard
2009-10-07 20:33               ` Bernhard Reutner-Fischer
2009-10-07 21:00                 ` Peter Korsgaard
2009-10-07 21:22                   ` Bernhard Reutner-Fischer
2009-10-07 20:23         ` [Buildroot] [PATCH 04/14] expand arch selection Peter Korsgaard
2009-10-07 20:38           ` Bernhard Reutner-Fischer
2009-10-07 21:02             ` Peter Korsgaard
2009-10-07 20:26       ` [Buildroot] [PATCH 03/14] handle MMU configuration Peter Korsgaard
2009-10-07 20:32         ` Bernhard Reutner-Fischer
2009-10-07 21:01           ` Peter Korsgaard
2009-10-09  9:53       ` [Buildroot] [PATCH 03/14] RESEND: " Thomas Petazzoni
2009-10-09 10:49         ` Bernhard Reutner-Fischer
2009-10-09 11:22         ` Peter Korsgaard
2009-10-09 11:39           ` Bernhard Reutner-Fischer
2009-10-09 11:44             ` Peter Korsgaard
2009-10-09 12:06               ` Bernhard Reutner-Fischer
2009-10-09 12:10                 ` Peter Korsgaard
2009-10-27  8:22     ` [Buildroot] [PATCH 02/14] Allow for specifying kernel version manually Peter Korsgaard
2009-10-07 20:14   ` [Buildroot] [PATCH 01/14] allow menuconfig without a LINUX26_KCONFIG file Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.