- Sep 21, 2010
-
-
Martin Banky authored
Also added additional options for ntp and fixed a build issue when IPv6 support is not available. [Peter: small tweaks] Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 20, 2010
-
-
Peter Korsgaard authored
xz-utils should be used instead nowadays. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
We'll need libattr/xz packages in BR to enable support for those. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Lionel Landwerlin authored
Using "make -j $(N)" with N > 1 sometimes breaks zlib build. Signed-off-by:
Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 19, 2010
-
-
Peter Korsgaard authored
udev needs to be selected before the sub options can be selected, and UDEV_SCSI_ID isn't needed. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
udev is hidden by default (because of BR2_PACKAGE_BUSYBOX_SHOW_OTHERS), but other packages (hal + usbmount) tries to select it, which gives warnings if it isn't visible. To fix this, simply make it always visible. To call mdev an equivalent of udev is also stretching the truth anyway. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Reported-by:
Marcus Osdoba <marcus.osdoba@googlemail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 13, 2010
-
-
Peter Korsgaard authored
Thanks to Sylvain 'ythier' Hitier for noticing. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 12, 2010
-
-
Peter Korsgaard authored
Based on patch by falls huang. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 10, 2010
-
-
Marcus Osdoba authored
Signed-off-by:
Marcus Osdoba <marcus.osdoba@googlemail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 09, 2010
-
-
Paul Jones authored
Also add option to build example and demo code [Peter: fix patch handling] Signed-off-by:
Paul Jones <paul@pauljones.id.au> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 07, 2010
-
-
Gustavo Zacarias authored
Sleepycat is now owned by oracle so the old site is gone. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Adds support for new kernel 2.6.35 features. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 06, 2010
-
-
Peter Korsgaard authored
Add option to disable reverse DNS lookups on client connection, as connections otherwise stall until DNS times out in configurations without working reverse DNS. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 05, 2010
-
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
We use BR2_*, not CONFIG_* - So remove references to CONFIG_ in search/help windows. Long term we should probably consider doing s/^BR2_/CONFIG_/ to get rid of all this though. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 02, 2010
-
-
Peter Korsgaard authored
Tree is open again. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Aug 31, 2010
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
It's deprecated upstream (merged in prboom), not updated in years and broken (uses host includes / missing dependencies), so remove it. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Aug 30, 2010
-
-
Peter Korsgaard authored
xstroke doesn't need docker, but it does need libXft/Xtst/Xpm. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Yann E. MORIN authored
Reported-by:
"James J. Dines" <jdines@jdines.net> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
Random package configuration can trigger the selection of kismet, but neither of client, server or drone suboptions. In this case, the KISMET_TARGET_BINARIES variable is empty, leading to failure during the installation stage. At the same time, we remove the useless stripping of the installed binaries, since this is done globally by the Buildroot infrastructure. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
The option was removed from Config.in in 58508f39 (ncurses: remove dedicated target-headers option), so remove it from the makefile as well. Reported-by:
Ian <reg-ian.ridley-buildroot@hydrix.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Pango was recently updated to v1.28 as a dependency of webkit, but its freetype support has unfortunately been rewritten with parts in C++ (since pango 1.25), so adjust dependencies of pango and users of it to require C++ support. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Aug 29, 2010
-
-
Simon Pasch authored
Closes #2443 Allow use of custom init scripts. Signed-off-by:
Simon Pasch <fpasch@googlemail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Darcy Watkins authored
In pppd.mk the radattr.so plugin (for radiua) is installed twice (the second install overwriting the first) but the radrealms.so plugin is omitted from the install. This appears to be a copy-paste error. Below is patch that corrects this. signed-off by: Darcy Watkins <dwatkins@tranzeo.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
It doesn't build as there's no dependency on openssl, and it hasn't seen any real updates since it got added in 2006, so simply remove it. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
The proftpd build system has a race condition, which may break the build with high -j<level> values (libsupp.a isn't built by the time it is needed). Fix it by using MAKE1 instead. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
./configure checks for libavahi-client. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Aug 28, 2010
-
-
Stanislav Bogatyrev authored
Closes #2449 Signed-off-by:
Stanislav Bogatyrev <bogatyrev_stanislav@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Aug 27, 2010
-
-
Stanislav Bogatyrev authored
Signed-off-by:
Stanislav Bogatyrev <bogatyrev_stanislav@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Aug 26, 2010
-
-
Peter Korsgaard authored
qt's configure script is getting confused now that we're passing --sysroot= in QMAKE_CC / QMAKE_CXX, causing misdetection of features and runtime breakage. Fix it by passing --sysroot in CFLAGS/CXXFLAGS instead. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-