Bernhard Reutner-Fischer | 5577825bd2e | - bump version | | |
Bernhard Reutner-Fischer | 119e9af1b5e | - add a simple cpio target, to be used with an initramfs.
Thanks to Goetz Bock | | |
Bernhard Reutner-Fischer | 77fc01bc5a9 | - bump version | | |
Bernhard Reutner-Fischer | 8cb09f11eed | - bump version | | |
Bernhard Reutner-Fischer | b1aa351c22d | - bump version | | |
Bernhard Reutner-Fischer | ba909a766a7 | - bump version | | |
Bernhard Reutner-Fischer | c5a42eb0fc8 | - bump version. | | |
Bernhard Reutner-Fischer | 4e5da4289e3 | - add and use a HOSTCXX variable. | | |
Bernhard Reutner-Fischer | 51f1d4de5dc | - setkeys needs libfl | | |
Eric Andersen | 268d2fe348c | minor version bumps | | |
Eric Andersen | 776c9099d25 | fix deps so xorg can once again be selected | | |
Eric Andersen | 7b30fa85995 | fix missing dependancy for BR2_QTE_TMAKE_VERSION | | |
Bernhard Reutner-Fischer | bfe2e790bd9 | - bump version. | | |
Bernhard Reutner-Fischer | 6e2823c1fa3 | - add and use BR2_BZCAT config option. | | |
Bernhard Reutner-Fischer | b9cc4a53a52 | - fix typo introduced in my global search and replace. | | |
Bernhard Reutner-Fischer | 3e2f3e55790 | - Adjust the install prefix for current busybox. | | |
Bernhard Reutner-Fischer | 4244519b90c | - bump version and pass the target cflags in properly (at least for most of the
tools. Needs fixing upstream). | | |
Bernhard Reutner-Fischer | d0422d0401c | - I had to apply this patch to get it to build with a uClibc-snapshot.. | | |
Bernhard Reutner-Fischer | 671ddcd2a3b | - that version didn't build for me.
Update version and make it compile.. | | |
Bernhard Reutner-Fischer | 56fadb2259e | - Typo fix: copy headers to the correct location on the target. | | |
Bernhard Reutner-Fischer | ad8547af5b5 | - bump version | | |
Bernhard Reutner-Fischer | bffe93141bd | - also allow grub for x86_64
- bump version | | |
Bernhard Reutner-Fischer | 0032d371746 | - newer busyboxen want CROSS_COMPILE rather than the old CROSS. | | |
Bernhard Reutner-Fischer | 870cb9e8266 | - check if busybox' Rules.mak exists.
- add target dirs to ensure that all required dirs do exist so make busybox-men... | | |
Peter Korsgaard | 2235df97347 | Make sure libgcc_s.so.1 and friends always gets installed in TARGET_DIR.
Patch by Lars Munch. | | |
Eric Andersen | a4c685f1658 | make certain the target directory exists | | |
Eric Andersen | ba70f94e629 | subversion makes it so we do not need a separate tarball
to store empty directories and symlinks for the target_skele... | | |
Eric Andersen | 3d9321336b7 | bring up to version 3.31 | | |
Bernhard Reutner-Fischer | ab213930a26 | - point to the buildroot ML instead of the uclibc one.
Thanks to Thomas Lundquist for pointing this out. | | |
Bernhard Reutner-Fischer | a44651de6e3 | - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs. | | |
Eric Andersen | 86d9fd0a37f | fix use of BUILD_WITH_LARGEFILE to properly
refer to BR2_LARGEFILE | | |
Peter Korsgaard | 80a224bea1b | Fix missing libgcc_s.so.1 with BR2_GCC_SHARED_LIBGCC | | |
Peter Korsgaard | 31e658dc248 | Bump to upstream v1.2.2 | | |
Mike Frysinger | 189aa7bcc13 | 2.17.50.0.6 ver bump | | |
Eric Andersen | 79727f57d18 | update defaults | | |
Eric Andersen | 93c38651bde | update config files | | |
Eric Andersen | 290615edc12 | we use BR2_ENABLE_LOCALE not ENABLE_LOCALE | | |
Peter Korsgaard | a47e16eb42b | fix CrossCompileDir (patch by Andrew E. Milesk) | | |
Bernhard Reutner-Fischer | 994d4474362 | - normalize KERNEL_ARCH via sed | | |
Eric Andersen | 867e0beb045 | new upstream version | | |
Eric Andersen | 976366b9298 | use cannonical source location | | |
Eric Andersen | 8531fbd55c0 | use http for kernel.org | | |
Bernhard Reutner-Fischer | e9e73bb4aea | - we need to pass ARCH to the kernel; The kernel does not have a table to
normalize the passed in ARCH, from the lo... | | |
Peter Korsgaard | 7c24ceac532 | Bump version (patch by Fredrik Roubert) | | |
Bernhard Reutner-Fischer | 3cafac18a1c | - use headers_install for full kernel tarballs used as kernel-headers | | |
Mike Frysinger | 8e6f27335bf | remove duplicate/invalid options in choice | | |
Bernhard Reutner-Fischer | cdc5d26b1c7 | - passing the target arch in isn't useful | | |
Bernhard Reutner-Fischer | 5022f395449 | - be gentle to vi syntax color mode | | |
Bernhard Reutner-Fischer | 180bc5941ae | - jffs2 requires the mtd package for the mtd-host tools. | | |
Bernhard Reutner-Fischer | 30680d7b704 | - use the HOSTCC given by the user. | | |
Bernhard Reutner-Fischer | 2ce4d98fadb | - use the HOSTCC for building host-tools. | | |
Bernhard Reutner-Fischer | 2d1ab08716e | - late binding isn't a good idea there, i did end up with an empty SOURCE. | | |
Eric Andersen | 6b48b480345 | add a know to enable/disable building a shared libgcc | | |
Eric Andersen | ea85352bfb6 | kill the separate 'uClibc.config-locale' file, which was generally left unmaintained
and instead just update the inst... | | |
Eric Andersen | 4c2a4485d16 | escape the wildcard | | |
Eric Andersen | a71efa13ec1 | Andrew E. Mileski writes:
This looks like a typo to me. Without this patch, one ends up with
"i386AArchitecture" bei... | | |
Bernhard Reutner-Fischer | 6fe5f48cbf2 | - add missing hung from the BR2_ZCAT introduction | | |
Bernhard Reutner-Fischer | 6342c83201d | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecke... | | |
Bernhard Reutner-Fischer | 859b9137fd6 | - add BR2_ZCAT in preparation of fixing bug #971 | | |
Mike Frysinger | 076c575e829 | tidy up | | |
Bernhard Reutner-Fischer | e4a303dd699 | - fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are not
in PATH seen by make then most like... | | |
Bernhard Reutner-Fischer | 35eecb23198 | - add stubs for gmp and mpfr
not yet enabled | | |
Bernhard Reutner-Fischer | 2f85174dbf1 | - bump version | | |
Bernhard Reutner-Fischer | 7e472ca29c3 | - add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers. | | |
Bernhard Reutner-Fischer | 9ecac1185ec | - rediff against current trunk.
Now compiles again if locale is turned off.. | | |
Bernhard Reutner-Fischer | 503b91073ab | - rediff against current trunk | | |
Peter Korsgaard | 577278c5386 | Network block device package (client only) | | |
Mike Frysinger | a46a87d4935 | 2.17.50.0.5 ver bump | | |
Mike Frysinger | c00307de5aa | help if we had the patches for the new version | | |
Peter Korsgaard | 9406462fed8 | make 3.80 doesn't understand 'else ifeq(..)'
Reported by Jeff Rhyason. | | |
Peter Korsgaard | 11713c7535f | Don't disable tcl twice | | |
Peter Korsgaard | dfa4f837830 | sqlite package, based on gumstix | | |
Peter Korsgaard | bc45a9b9666 | The target is readline-target, not readline_target | | |
Peter Korsgaard | dd510c2b699 | Proper !i386 cross compilation support | | |
Peter Korsgaard | 990fee63fc6 | Set 0.9.28 floating point mode according to BR2_SOFT_FLOAT | | |
Peter Korsgaard | 841f8e95393 | depend instead of select on zlib/png to shut up Kconfig warning
(doesn't change anything as xorg already depends on t... | | |
Peter Korsgaard | 0d0b98727d1 | GRUB package is called BR2_TARGET_GRUB | | |
Peter Korsgaard | 388e17a8558 | Valgrind works on PPC and AMD64 as well nowadays.
Use Kconfig to ensure valgrind can only be enabled on supported archs. | | |
Peter Korsgaard | 283c9b35bc2 | Bump version | | |
Mike Frysinger | 7012a996b30 | patch is incorrect; we do not want to ignore comments while in #NO_APP mode | | |
Mike Frysinger | 0a2dceb397d | ver bump | | |
Peter Korsgaard | 775684a5ed1 | fix big/little endian | | |
Peter Korsgaard | 564aac603d7 | Don't copy static lib to TARGET_DIR | | |
Peter Korsgaard | 6bf74e4072d | Add dillo package | | |
Bernhard Reutner-Fischer | 58ab28a9a65 | - add missing include | | |
Bernhard Reutner-Fischer | 302ac099bba | - repair deps. | | |
Bernhard Reutner-Fischer | 81de3bf5d66 | - add lzma | | |
Bernhard Reutner-Fischer | 3ecba000c62 | - bump version | | |
Bernhard Reutner-Fischer | b1221b25d10 | - add package lzma | | |
Bernhard Reutner-Fischer | 43d38b341ad | - use cross strip instead of host strip; closes #773 | | |
Bernhard Reutner-Fischer | 043f8b2666a | - add rope-index patch, updated for 4.2.0 | | |
Paul Mundt | b10bfad61e4 | Add an sh64 target to buildroot. | | |
Eric Andersen | 1ec169946d6 | Don Reid writes:
It looks like the linux binary is just used if a system map file cannot
be found. So I changed the ... | | |
Eric Andersen | 6e17ffbaa20 | fixup lsof so it will apply patches, and compile when rpc is disabled | | |
Bernhard Reutner-Fischer | cc352925b4a | - update to 2.0.0 and correct site. | | |
Bernhard Reutner-Fischer | 5a2008d9fea | - update to 1.02.09 | | |
Bernhard Reutner-Fischer | 9752387b89f | - make sure that the prerequisites of 'make busybox-menuconfig' are met | | |
Bernhard Reutner-Fischer | c59db40f69c | - remove patch that was already applied upstream | | |
Bernhard Reutner-Fischer | 6e6e04c3e5d | - adjust to current snapshot | | |
Bernhard Reutner-Fischer | e16425c389e | - pickup the PATH the user has set.
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before. | | |
Mike Frysinger | 4b53879123f | add URL for binutils 2.17 #1002 | | |
Peter Korsgaard | ddcaf1444d2 | mkfs.jffs2 doesn't like short form of pad option with arg | | |
Peter Korsgaard | 611b040535a | Bump to upstream v3.1 | | |
Eric Andersen | 8a63b6dae1b | Use http. Add support for building cross depmod for 2.6 kernels.
Don't hard code version numbers all over the place. | | |
Eric Andersen | 5cd18319f8a | comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.
Need to instead compare vs BR2_i386 and friends. | | |
Eric Andersen | 28e220f7a06 | update valgrind to the latest and greatest, forward port my patches.
Mental note: submit upstream | | |
Eric Andersen | 222dcdc1bf0 | rework hotplug with a customized version not dependant on kernel sources | | |
Eric Andersen | 9ab4e56e94d | Add support for mklibs (strips unused syms from shared libs such as uClibc)
based on a patch from akvadrako, and usin... | | |
Peter Korsgaard | 54044da9735 | Bump to upstream v1.2.1 | | |
Eric Andersen | 585581702b5 | Stupid make needs tabs. Fix broken whitespace | | |
Eric Andersen | 5bc8089bcf0 | patch from Biucchi Gabriele:
Some programs (like rxvt) need x-includes and x-libraries in
$(STAGING_DIR)/usr/X11R6/ ,... | | |
Eric Andersen | 15b2f67f645 | let X figure out the correct mouse protocol | | |
Eric Andersen | 9e861b63fb2 | rxvt switched to sourceforge years ago... Fix things up so
that rxvt actually builds and runs... | | |
Eric Andersen | 275d95c887a | fix build and add some basic setup so it can run | | |
Mike Frysinger | 7f408ff90ff | ver bump to 0.14.6 | | |
Mike Frysinger | f80de0d6ec4 | ver bump #958 by bowerymarc | | |
Mike Frysinger | e3f67672a9b | ver bump #962 by bowerymarc | | |
Eric Andersen | a7b84fab160 | oops | | |
Eric Andersen | 1c911f7f4f9 | minor dependancy cleanup | | |
Eric Andersen | cb4df509a6a | fix fallback case so dependancies work as expected | | |
Eric Andersen | 0524f3a6a0c | trivial cosmetic stuff | | |
Eric Andersen | 98bc6dac2ab | configuring uClibc depends on first having kernel headers in place | | |
Eric Andersen | 8aa5dc41389 | stick an extra blank line after results | | |
Eric Andersen | 8c709551ffb | put sed check in the correct place | | |
Eric Andersen | ddb5ebab06e | move TAR_OPTIONS to its rightful place | | |
Eric Andersen | 1eab86d0ebf | fixup patch | | |
Eric Andersen | b1d24866da6 | fixup build dependancies and such | | |
Eric Andersen | 0216ba0b150 | change paths so glib-config uses the correct path for
the cross compiled libglib and include files | | |
Eric Andersen | a9e51e5892f | fixup some build and dependancy problems. | | |
Mike Frysinger | 8f0270f71b0 | fix whitespace | | |
Mike Frysinger | f84a70f1568 | punt prereleases (2.15.97->2.16, 2.16.9[34]->2.17) | | |
Mike Frysinger | ce87884f394 | version bump | | |
Rob Landley | a0426f185dd | Sigh. | | |
Rob Landley | 3be2c26cba3 | prplague suggested mentioning the mailing list on the news page. | | |
Rob Landley | f8af1f0ca0b | Make the links actually point to the _buildroot_ list... | | |
Rob Landley | 0bab040860b | Plausible deniability. | | |
Eric Andersen | 1de8a181281 | yet another fix for yet another cross depmod endianness problem | | |
Eric Andersen | c4ad37ff4ef | disable sdl build | | |
Eric Andersen | ff870a1827d | change things so menuconfig wont complain about circular deps | | |
Eric Andersen | 12b74e53241 | remove junk, bump version, and generally clean things up | | |
Eric Andersen | a8c92e8083d | add support for dmraid soft raid handling | | |
Eric Andersen | b6de822b371 | add support for gtk+ version 1.2 | | |
Eric Andersen | 7909d9d1d96 | fix url, fixup compile and install | | |
Eric Andersen | 2a89e2300c3 | fixup some dependancies | | |
Eric Andersen | e33a0c1400d | prevent up circular deps by preventing both from being enabled concurrently | | |
Eric Andersen | 0e6da182fd3 | why install it if we immediately delete it. Makes no sense | | |
Eric Andersen | 9377ea71497 | fix dependancy | | |
Eric Andersen | 600bcddaef1 | fixup xorg compile -- it now at least compiles and runs for me on x86 | | |
Eric Andersen | 830228b9d99 | fix broken libpng compile -- malloc was being handled incorrectly
when cross compiling | | |
Eric Andersen | 3b4205f166f | Add pkgconfig | | |
"Steven J. Hill" | 213cc83c478 | Fix syntax errors in configure and m4 for Tcl so that the package actually builds. This was reported on the Tcl maili... | | |
Bernhard Reutner-Fischer | df1496abee8 | - busybox recently renamed CROSS to CROSS_COMPILE. Pass in both for now. | | |
Bernhard Reutner-Fischer | 4a94f332b96 | - typo | | |
"Steven J. Hill" | 70a891e6939 | Add patch for building and running the Open POSIX Testsuite if NPTL has been selected with uClibc along with make dir... | | |
"Steven J. Hill" | 552c41e491f | Automate the usage of '--disable-gdbmi' to be used only with GDB versions less than 6.4, if they are even used anymore. | | |
Eric Andersen | c9306ec90c5 | update LTP to the latest and greatest | | |
Eric Andersen | 050da8412ec | try to avoid rebuild | | |
Eric Andersen | 7c10b7696ed | avoid potential rebuild | | |
Eric Andersen | 245939c8c3b | make naming consistant with other gcc version | | |
Bernhard Reutner-Fischer | 614fdf8d7a3 | - libgcc-math was removed upstream; Drop this hunk | | |
Eric Andersen | daa22560494 | make needs the full blown gnu glob(), so teach it to use a local copy | | |
Bernhard Reutner-Fischer | c3c100b63f2 | - list defaults for BR2_GNU_TARGET_SUFFIX in help text
- fix a few typos | | |
Eric Andersen | e8609e8ea76 | Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster
and should NOT be enabled by default. | | |
Mike Frysinger | 5675a37772d | some fixes from Gentoo | | |
Mike Frysinger | 7bff1ba4ac9 | backport some fixes from 4.2 patchset to fix __global_locale error | | |
Mike Frysinger | 635ab0bbe4f | rename patch to match other versions of gcc | | |
Mike Frysinger | 145d780b0d0 | rename patch to match other versions of gcc | | |
Mike Frysinger | 0cf77487d8e | ver bump to 1.2.12 | | |
Mike Frysinger | 1cd84712ea3 | ver bump to 1.3.12 | | |
Mike Frysinger | db0b9fdf4e6 | ver bump to 2.60 | | |
Mike Frysinger | 03e048e0d97 | use the main gcc mirror #913 | | |
Peter Korsgaard | bd8522f9238 | Bump to upstream v1.2.11 | | |
Mike Frysinger | b217dc8b04b | add a patched target cause i'm lazy | | |
Mike Frysinger | a5af6a07812 | 2.17 is released | | |
Eric Andersen | 5787443321b | sync target kernel version with reality | | |
Eric Andersen | 610595feca9 | fix url | | |
Eric Andersen | 3113d6689e4 | fix gcc build | | |
Eric Andersen | 9f0b4b626d6 | oops, dynamically set... | | |
Eric Andersen | b6ea2bdd2f6 | update config a bit | | |
Eric Andersen | 4856369541d | don't use ftp for gnu stuff, a few version bumps as well,
based on a patch from Fu Yunhui | | |
Eric Andersen | 82620711eb1 | support linking with xgot | | |
Eric Andersen | 179d9671c0a | version bump | | |
Eric Andersen | 12ab8c75951 | version bump | | |
Eric Andersen | 317408b4fa9 | minor tweak | | |
Eric Andersen | f2a4704040f | patch from John Gatewood Ham, add lsof | | |
Eric Andersen | 84e58ab9a6c | patch from John Gatewood Ham, add hdparm | | |
"Steven J. Hill" | f7116410a59 | The newer versions of GCC no longer need this patch. | | |
"Steven J. Hill" | 574096452ab | Add temporary patch to remove usage of 'bcopy' until upgrading to the next snapshot of LTP. Patch to 'member.c' contr... | | |
Next → |