Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-10 | fuse: also remove fusermount from target | Peter Korsgaard | |
2008-07-10 | fuse: strip binaries/libs in target | Peter Korsgaard | |
2008-07-10 | fuse: don't build kernel module | Peter Korsgaard | |
it's been in the mainline kernel for ages (~3y) and the included stuff doesn't seem to build with modern kernel headers. | |||
2008-07-10 | fuse: select BR2_LARGEFILE | Peter Korsgaard | |
fuse needs largefile support | |||
2008-07-10 | gperf: depend on stamp file rather than gperf binary | Peter Korsgaard | |
There's no make rule to create the gperf binary, only the stamp file so use that instead. | |||
2008-07-10 | fuse: use tabs for indentation in kconfig | Peter Korsgaard | |
2008-07-10 | gperf: move under "other development stuff" | Peter Korsgaard | |
2008-07-10 | gperf: don't install to staging dir | Peter Korsgaard | |
It doesn't make much sense to install the cross-gperf to staging dir. | |||
2008-07-10 | ifplugd: only run post-install hook when needed | Peter Korsgaard | |
2008-07-10 | gperf: strip target binary | Peter Korsgaard | |
2008-07-09 | gperf: remove trailing spaces | Peter Korsgaard | |
2008-07-09 | gperf: fix upstream url | Peter Korsgaard | |
2008-07-09 | Add gperf, perfect hash generator | Ulf Samuelsson | |
2008-07-08 | sqlite: move under database submenu | Peter Korsgaard | |
2008-07-08 | sqlite: strip binary and use $(INSTALL) for installation | Peter Korsgaard | |
2008-07-08 | openssl: re-revert r22644 | Peter Korsgaard | |
The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32, so lets revert this for good. | |||
2008-07-08 | Revert patch which breaks AVR32 build | Ulf Samuelsson | |
2008-07-08 | Support ARCH-unknown-linux-gnu, Use target library paths instead of the host ↵ | Ulf Samuelsson | |
library paths. | |||
2008-07-08 | Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anyway | Hamish Moffatt | |
2008-07-08 | Add glib2.0 specific include/pkconfig paths in 'docker' | Ulf Samuelsson | |
2008-07-07 | Bump midori version | Ulf Samuelsson | |
2008-07-07 | Remove duplicated select LIBPNG and use alphabetical order for selects | Ulf Samuelsson | |
2008-07-07 | Makefile.autotools.in: revert broken r22659 | Peter Korsgaard | |
Ulfs r22659 commit broke make source-check/external deps, so reverting it. | |||
2008-07-06 | busybox: more 1.11.0 patches | Peter Korsgaard | |
2008-07-06 | Improve readability of libgtk2 configuration | Ulf Samuelsson | |
2008-07-06 | Avoid duplicate downloading, when rebuilding failed package like libgtk2 | Ulf Samuelsson | |
2008-07-05 | Fix #3584, when building cairo with DirectFB, depend on DirectFB | Thiago A. Corrêa | |
2008-07-05 | Use HOST_GLIB for packages | Ulf Samuelsson | |
2008-07-05 | [0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ↵ | Ulf Samuelsson | |
for lighttpd config | |||
2008-07-05 | Use latest config.* from buildroot in curl | Ulf Samuelsson | |
2008-07-05 | Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled ↵ | Ulf Samuelsson | |
softfloat | |||
2008-07-05 | Update config.* of openssl | Ulf Samuelsson | |
2008-07-05 | Fix bug 003934, remove a dir tree instead of the dir node | Ulf Samuelsson | |
2008-07-05 | Ensure tslib uses config.* from buildroot | Ulf Samuelsson | |
2008-07-04 | The build of 'file', needs to run 'file' natively, so provide a valid link | Ulf Samuelsson | |
2008-07-04 | Make libdaemon use the config files from Buildroot (previously replaced by ↵ | Ulf Samuelsson | |
libtoolize) | |||
2008-07-04 | Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx) | Thiago A. Corrêa | |
2008-07-04 | Fix freetype-2.2.1 build in AVR32, possibly other platforms too | Thiago A. Corrêa | |
2008-07-04 | Fix bug #3594: ATK does not always require X support to be compiled | Thiago A. Corrêa | |
2008-07-04 | Minor clean-up | Thiago A. Corrêa | |
2008-07-03 | Cleanup libvorbis, install in STAGING_DIR, courtesy Conrad Parker | Ulf Samuelsson | |
2008-07-03 | install SAMBA SWAT correctly, add hint for autoconf, courtesy HC Egtvedt | Ulf Samuelsson | |
2008-07-02 | Makefile.autotools.in: fix source handling | Peter Korsgaard | |
Handling source/source-check/external-deps together doesn't work, as wget will then download the sources every time make source is called even if it's available in DL_DIR Instead detect source-check/external-deps from MAKELEVEL. Support downloadable package patches in source-check/external-deps while we're at it. | |||
2008-07-02 | ifplugd: only install default config if not provided in skeleton | Peter Korsgaard | |
2008-07-01 | ncurses: don't follow symlink on ln invocation | Peter Korsgaard | |
The ln -sf command would fail if $TARGET_DIR/usr/lib/terminfo already exists as we don't have write permissions to the symlink target. Fixed by adding -n option (don't dereference link). | |||
2008-07-01 | valgrind: don't remove TARGET_DIR/usr/lib/pkgconfig | Peter Korsgaard | |
There's no need for removing the pkgconfig files in valgrind.mk as that is now handled by the generic BR2_HAVE_DEVFILES. | |||
2008-07-01 | busybox: default to 1.11.x | Peter Korsgaard | |
2008-07-01 | Mark Qt/E as deprecated (it is a really old version of Qtopia). Next step ↵ | Thiago A. Corrêa | |
will be removal. | |||
2008-07-01 | busybox 1.11.0: additional fixes | Peter Korsgaard | |
2008-07-01 | package/Makefile.in: propagate -s make flag to sub makes | Peter Korsgaard | |