Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-17 | Add support for GNU and kernel.org mirrors | Ivan Kuten | |
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-06-16 | Fix install of scripts. | "Steven J. Hill" | |
2007-05-09 | Rename all INIT scripts to have the numerical prefixes to easily see the ↵ | "Steven J. Hill" | |
start-up order. | |||
2007-05-07 | Install the default script only if one was not found from the platform. | "Steven J. Hill" | |
2007-03-14 | yet more LDFLAGS handling fixups | Eric Andersen | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-01-14 | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | |
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | |||
2007-01-14 | Update packages to provide properly working initialization scripts. These ↵ | "Steven J. Hill" | |
have been tested with embedded PowerPC systems. | |||
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2005-11-24 | remove extra space after touch | Mike Frysinger | |
2005-07-27 | Minor updates | Eric Andersen | |
2005-06-24 | be a bit more consistant with naming, always escape wildcards | Eric Andersen | |
2005-04-21 | Don't mess with /etc/default for now. | Eric Andersen | |
2005-04-21 | Update init scripts a bit. Don't mess with /etc/default for now. | Eric Andersen | |
2005-02-16 | HPA's Trivial File Transfer Protocol (tftp) server. | Eric Andersen | |