Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-09 | - cosmetics: rename _VER to _VERSION and touch at | Bernhard Reutner-Fischer | |
2007-07-09 | - pull from upstream | Bernhard Reutner-Fischer | |
2007-07-09 | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | |
Fixes build breakage as seen by Ulf et al. | |||
2007-07-09 | WGET_NOSPIDERS is not defined, use WGET for now | Ulf Samuelsson | |
2007-07-09 | Use hostap release version instead of snapshot | Ulf Samuelsson | |
2007-07-08 | - bump version | Bernhard Reutner-Fischer | |
- misc adjustments while at it | |||
2007-07-08 | - make it compile. | Bernhard Reutner-Fischer | |
2007-07-08 | - remove cruft | Bernhard Reutner-Fischer | |
2007-07-08 | - bump version and make it compile | Bernhard Reutner-Fischer | |
2007-07-08 | - add missing dirclean target (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-07-08 | - fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
- bump version | |||
2007-07-08 | - CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFS | Bernhard Reutner-Fischer | |
2007-07-08 | - fdisk was broken in r18727, disable for now. | Bernhard Reutner-Fischer | |
2007-07-08 | - forgot to provide a default config for 1.6.1 | Bernhard Reutner-Fischer | |
Thanks to Cristian Ionescu-Idbohrn for noticing this. | |||
2007-07-08 | - bump version and uninstall runlevel script. Closes #1366 | Bernhard Reutner-Fischer | |
2007-07-08 | - pretty print path for brevity | Bernhard Reutner-Fischer | |
2007-07-08 | - silence a cosmetic warning (closes several issues in mantis). | Bernhard Reutner-Fischer | |
This also provides a nice up-to-date filestamp if something got reconfigured (e.g. c++ support got toggled) that can be used in the future to depend accordingly. | |||
2007-07-07 | - mention from which version this copy of kconfig comes from (redundant ↵ | Bernhard Reutner-Fischer | |
since i noted it already in the checkin message, but ok). | |||
2007-07-07 | - using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include | Bernhard Reutner-Fischer | |
is the proper path for includes (check your host) | |||
2007-07-07 | - bump version | Bernhard Reutner-Fischer | |
2007-07-07 | - account for setups without wchar support. | Bernhard Reutner-Fischer | |
2007-07-06 | Get rid of leading whitespace to silence warnings from config system. | "Steven J. Hill" | |
2007-07-06 | Bump versions. | "Steven J. Hill" | |
2007-07-06 | Remove more stuff during 'make distclean'. | "Steven J. Hill" | |
2007-07-06 | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | |
TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. | |||
2007-07-06 | Fix patch filtering and add new patch to disable tests for IPv6 when not ↵ | "Steven J. Hill" | |
selected. | |||
2007-07-05 | Bump version of tar and add disabling of IPv6 for psmisc if it is not ↵ | "Steven J. Hill" | |
selected. Submitted by <buraphalinuxserver@gmail.com>. | |||
2007-07-05 | Add building of m4 for host and fix autoconf dependency. Submitted by Julien ↵ | "Steven J. Hill" | |
Letessier <julien.letessier@technosens.fr>. | |||
2007-07-05 | Update version of ed and remove obsoleted patch. Submitted by ↵ | "Steven J. Hill" | |
<buraphalinuxserver@gmail.com>. | |||
2007-07-05 | Remove configure cruft | Peter Korsgaard | |
2007-07-02 | - forgot a line | Bernhard Reutner-Fischer | |
2007-07-02 | - forgot to write out the .config.cmd | Bernhard Reutner-Fischer | |
2007-07-02 | - bump version | Bernhard Reutner-Fischer | |
2007-07-02 | - udhcp was merged into busybox some years ago; use a recent busybox instead! | Bernhard Reutner-Fischer | |
2007-06-29 | - change download site to sourceforge | Bernhard Reutner-Fischer | |
2007-06-28 | - fix make defconfig (Rick Foos) | Bernhard Reutner-Fischer | |
2007-06-28 | - add quagga suite | Bernhard Reutner-Fischer | |
2007-06-28 | - fix a few -clean targets. | Bernhard Reutner-Fischer | |
- bash build is not parallel-safe | |||
2007-06-28 | - fix building the utilities that are ment to be run on the _HOST_ (Julien ↵ | Bernhard Reutner-Fischer | |
Letessier) | |||
2007-06-28 | - provide autotools for the host (Julien Letessier) | Bernhard Reutner-Fischer | |
2007-06-28 | - rm some old files | Bernhard Reutner-Fischer | |
2007-06-28 | - respin whole patch for the sake of simplicity | Bernhard Reutner-Fischer | |
2007-06-28 | - make it compile with a C89 compiler | Bernhard Reutner-Fischer | |
2007-06-28 | - adjust infrastructure for new kconfig | Bernhard Reutner-Fischer | |
2007-06-28 | - pull kconfig from linux-2.6.21.5 | Bernhard Reutner-Fischer | |
2007-06-27 | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-06-27 | - introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target ↵ | Bernhard Reutner-Fischer | |
packages | |||
2007-06-27 | - use correct installation path | Bernhard Reutner-Fischer | |
2007-06-27 | - the actual current version of NTP is 4.2p2 (Julien Letessier) | Bernhard Reutner-Fischer | |
- fixed the configure flag (Julien Letessier) |