| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | openssl: git rid of version number in patches | Peter Korsgaard | 2009-04-14 | 4 | -0/+0 |
* | Qtopia4: -xmlpatterns requires -exceptions . | Thiago A. Corrêa | 2009-04-13 | 1 | -1/+1 |
* | target/Makefile.in: make 3.80 compatibility fix | Peter Korsgaard | 2009-04-09 | 1 | -1/+3 |
* | lzop: new package | Peter Korsgaard | 2009-04-09 | 3 | -0/+21 |
* | sqlite: bump version | Peter Korsgaard | 2009-04-09 | 1 | -1/+1 |
* | jffs2root: build host version of lzo and use for host mkfs.jffs2 | Peter Korsgaard | 2009-04-08 | 2 | -7/+49 |
* | lua: bump version | Peter Korsgaard | 2009-04-08 | 1 | -1/+1 |
* | Makefile: add target-finalize for common filesystem cleanup | Peter Korsgaard | 2009-04-07 | 11 | -96/+10 |
* | liberation: cleanup and really fix continous rebuild | Peter Korsgaard | 2009-04-07 | 1 | -5/+6 |
* | target/jffs2: default to big endian format for big endian archs | Peter Korsgaard | 2009-04-07 | 1 | -1/+4 |
* | target/jffs2: s/Memory Type/Flash Type/ | Peter Korsgaard | 2009-04-07 | 1 | -1/+1 |
* | target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditional | Peter Korsgaard | 2009-04-07 | 1 | -18/+3 |
* | target: remove BR2_TARGET_ROOTFS_*_SQUASH options | Peter Korsgaard | 2009-04-07 | 4 | -15/+0 |
* | rsync: bump version | Peter Korsgaard | 2009-04-07 | 1 | -1/+1 |
* | openssl: bump version | Peter Korsgaard | 2009-04-07 | 6 | -13/+13 |
* | Fix compile for Qt Embedded (qtopia4) based packages | Thiago A. Corrêa | 2009-04-06 | 1 | -1/+3 |
* | Remove asm optimization patch for AVR32. This is non-essencial, yet, was uncl... | Thiago A. Corrêa | 2009-04-06 | 1 | -6355/+0 |
* | squashfs: add v4.0 support and version selection | Peter Korsgaard | 2009-04-06 | 2 | -1/+31 |
* | liberation: fix continous rebuild | Peter Korsgaard | 2009-04-06 | 1 | -1/+1 |
* | kernel-headers: bump 2.6.29.x version | Peter Korsgaard | 2009-04-06 | 1 | -1/+1 |
* | Makefile: add BR2_ENABLE_LOCALE_PURGE to purge unwanted locales | Peter Korsgaard | 2009-04-06 | 2 | -0/+44 |
* | Makefile: target-devfiles: combine .a / .la find invocation | Peter Korsgaard | 2009-04-06 | 1 | -5/+3 |
* | ncftp: cleanup Config.in | Peter Korsgaard | 2009-04-01 | 1 | -5/+0 |
* | ncftp: convert to Makefile.autotools.in | Peter Korsgaard | 2009-04-01 | 2 | -62/+18 |
* | target/device/Atmel: remove u-boot dir (git-svn issue) | Peter Korsgaard | 2009-04-01 | 0 | -0/+0 |
* | target/device/Atmel: remove unused legacy u-boot handling | Peter Korsgaard | 2009-04-01 | 3 | -330/+0 |
* | fakeroot: install into HOST_DIR | Peter Korsgaard | 2009-04-01 | 13 | -22/+16 |
* | fakeroot: build host version under BUILD_DIR as well | Peter Korsgaard | 2009-04-01 | 1 | -1/+1 |
* | makedevs: install into HOST_DIR | Peter Korsgaard | 2009-04-01 | 12 | -19/+17 |
* | busybox: additional 1.13.3 fixes | Peter Korsgaard | 2009-04-01 | 3 | -12/+503 |
* | iptables: unbreak build with ipv6 after r25897. | Peter Korsgaard | 2009-03-31 | 1 | -12/+30 |
* | qtopia4: default to the ppc config for powerpc builds | Peter Korsgaard | 2009-03-31 | 1 | -1/+1 |
* | qtopia4: make qmake.conf handling more robust (fixes build for x86/x86_64/ppc) | Peter Korsgaard | 2009-03-31 | 1 | -9/+23 |
* | iptables: use correct variable for configure options | Peter Korsgaard | 2009-03-30 | 1 | -2/+1 |
* | iptables: needs largefile support in toolchain | Peter Korsgaard | 2009-03-30 | 1 | -0/+4 |
* | iptables: fix build without ipv6 support in toolchain | Peter Korsgaard | 2009-03-30 | 2 | -0/+74 |
* | freetype: strip target library and remove freetype-config if not needed | Peter Korsgaard | 2009-03-30 | 1 | -0/+4 |
* | ntfs-3g: needs wchar support in toolchain | Peter Korsgaard | 2009-03-30 | 1 | -2/+3 |
* | ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G) | Peter Korsgaard | 2009-03-30 | 1 | -1/+1 |
* | ntfs-3g: needs libfuse which requires LARGEFILE, so update kconfig to match | Peter Korsgaard | 2009-03-30 | 1 | -8/+13 |
* | ntfs-3g: remove extra white space | Peter Korsgaard | 2009-03-30 | 1 | -3/+0 |
* | ntfs-3g: remove stray line added in r24738 (Bump version of ntfs-3g to 1-5130) | Peter Korsgaard | 2009-03-30 | 1 | -1/+0 |
* | target/Config.in.arch: really provide correct --with-arch= for ARM targets | Peter Korsgaard | 2009-03-30 | 1 | -13/+13 |
* | target/Config.in.arch: provide correct gcc --with-arch= for ARM targets | Peter Korsgaard | 2009-03-30 | 1 | -0/+14 |
* | busybox: 1.13.3 tail fix | Peter Korsgaard | 2009-03-30 | 1 | -0/+12 |
* | libX11: fix build on hosts without libx11-dev | Peter Korsgaard | 2009-03-29 | 3 | -41/+58 |
* | package: proper aclocal fix | Peter Korsgaard | 2009-03-29 | 3 | -1/+8 |
* | Another external toolchain fix | Thomas Petazzoni | 2009-03-29 | 1 | -2/+2 |
* | mplayer: disable LIVE555 Streaming Media | Peter Korsgaard | 2009-03-28 | 1 | -0/+1 |
* | docs/images: remove unused busybox logo | Peter Korsgaard | 2009-03-27 | 1 | -0/+0 |