Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-11-22 | lockfile-progs: remove unneeded $(strip) | Peter Korsgaard | |
2008-11-19 | lockfile-progs: fix patch-kernel invocation | Peter Korsgaard | |
Patch by Roberto A. Foglietta. Closes #6364 | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-05-20 | Update lockfile-progs version | Ulf Samuelsson | |
2008-03-27 | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | |
Based on input from Arndt Kritzner & Bernhard Fischer. | |||
2007-12-27 | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | |
2007-10-18 | bump lockfile-progs to 0.1.11 version, provide sus3v legacy patch | Ivan Kuten | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-07-17 | Fix build directives and clean target screwed up by me. | "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-05-07 | Add new packages. | "Steven J. Hill" | |