Alexander Dahl
  1. Alexander Dahl

buildroot

Public
  1. Alexander Dahl
  2. buildroot

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Hamish MoffattHamish Moffatt
7a5ded75d51Revert $(strip ...) change which corrupted this file
Peter KorsgaardPeter Korsgaard
ce85931015fdocs/buildroot.html: misc small fixes and strip trailing spaces
Thomas PetazzoniThomas Petazzoni
f3e8be761abDocumentation fixes and updates The biggest update is to document the Makefile.autotools.in way of writing .mk files...
Thomas PetazzoniThomas Petazzoni
6844445ef73Mention another important benefit of Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
c934e1aa183Fix TARGET_PATH for external toolchain builds TARGET_PATH didn't contain $(STAGING_DIR)/usr/bin, which means that pr...
Peter KorsgaardPeter Korsgaard
7fdbdfc5590avahi: make sure destination dirs exists
Peter KorsgaardPeter Korsgaard
e2e4950b2d9toolchain: use same gdb Config.in for internal/external toolchains We used to use different gdb configs for internal...
Peter KorsgaardPeter Korsgaard
060dca08f9difplugd: fix non-C++ build The ifplugd configure script was checking for a C++ compiler, even though it isn't used f...
Thomas PetazzoniThomas Petazzoni
978d8dc53e9Another external toolchain support solution * In toolchain/external-toolchain/ext-tool.mk, copy the contents of ...
Peter KorsgaardPeter Korsgaard
0dc552c1345menuconfig: don't prepend CONFIG_ to symbols in help text
Thomas PetazzoniThomas Petazzoni
80ad247617aBump PHP version to 5.2.7. Patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thomas Peta...
Thomas PetazzoniThomas Petazzoni
c04e12dc853Bump lighttpd to 1.4.20. Initial patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thoma...
Hans-Christian EgtvedtHans-Christian Egtvedt
b3af19b7995samba: add a comment about why make proto is done before make This patch adds a comment why make proto is needed bef...
Hans-Christian EgtvedtHans-Christian Egtvedt
eebacb875c1samba: make proto first to allow parallel build afterwards This patch fixes parallel build of Samba. The trick is to...
Hans-Christian EgtvedtHans-Christian Egtvedt
f02a0408dccsamba: bump version to 3.2.5 This patch bumps Samba version to 3.2.5. In the process Samba now depends on libiconv. ...
Hans-Christian EgtvedtHans-Christian Egtvedt
2bb1785adb1libiconv: strip installed library and remove the preloadable library This patch is mainly for size reduction, removi...
Hans-Christian EgtvedtHans-Christian Egtvedt
be866bfcbc0zlib: install using cp instead of install for zlib libraries This patch will install zlib keeping the symlinks. The ...
Peter KorsgaardPeter Korsgaard
9878bf1d8c4busybox: 1.13.1 bindtodevice fix
Peter KorsgaardPeter Korsgaard
0d99c9537cfpackage/boa: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Peter KorsgaardPeter Korsgaard
8c9f7c675bftoolchain/kernel-headers: don't hide 2.6.27 if RECENT isn't enabled
Peter KorsgaardPeter Korsgaard
cdd72cd08ffbusybox: additional 1.13.1 fixes
Eric AndersenEric Andersen
cbe9f1b8d28bump
Hans-Christian EgtvedtHans-Christian Egtvedt
57aff861b0abinutils: revert bad commit 24343 This reverst the commit 24343, the original state was indeed correct. Blame goes t...
Hans-Christian EgtvedtHans-Christian Egtvedt
c7d2e4b0b3bbinutils: fix typo for detecting if BINUTILS_NO_MPFR is not set Make the ifndef check the actual variable, typo bug.
Hans-Christian EgtvedtHans-Christian Egtvedt
97dabc9ab77qtopia4: add kconfig option to enable Phonon This patch adds a kconfig option to enable Phonon when configuring Qt. ...
Hans-Christian EgtvedtHans-Christian Egtvedt
fdae8707d63gst-plugins-ugly: add gstreamer ugly plugins This patch adds the ugly plugins for gstreamer, for more information se...
Hans-Christian EgtvedtHans-Christian Egtvedt
bb13448976fgst-plugins-good: add gstreamer good plugins This patch adds the good plugins for gstreamer, see http://gstreamer.fr...
Hans-Christian EgtvedtHans-Christian Egtvedt
b535c860c93gst-plugins-base: add gstreamer base plugins This patch adds the basic plugins for gstreamer, see http://gstreamer.f...
Hans-Christian EgtvedtHans-Christian Egtvedt
39048383696gstreamer: add new multimedia package gstreamer gstreamer is powerful framework for streaming media.
Hans-Christian EgtvedtHans-Christian Egtvedt
cd900a0d595libtheora: add new multimedia package libtheora libtheora is a library used by gstreamer when streaming Ogg multimedia.
Peter KorsgaardPeter Korsgaard
7139678f781make the default etc/init.d/S40network compatible with msh msh is currently the only good choice for uClinux but it ...
Peter KorsgaardPeter Korsgaard
8e436ee7727have zlib respect BR2_PREFER_STATIC_LIB The ARM uClinux BFLT format apparently doesn't support shared libs nor -fPIC...
Peter KorsgaardPeter Korsgaard
38abffd2808udev: use $@ instead of hardcoding target name
Peter KorsgaardPeter Korsgaard
7cb7952b40atarget/initramfs: actually build initramfs target Currently, BR2_TARGET_ROOTFS_INITRAMFS doesn't actually do anythin...
Peter KorsgaardPeter Korsgaard
a7d06d10e45package/freetype: default to 2.3.7
Peter KorsgaardPeter Korsgaard
a222edcbcf2package/udev: create base device nodes after mounting a new /dev Currently, udev won't start for me, as we've just m...
Peter KorsgaardPeter Korsgaard
a8b501baee1package/udev: fix CFLAGS for udev extras If the udev extras are built without large file support in uClibc, I get th...
Peter KorsgaardPeter Korsgaard
47fc81ca4f2package/udev: fix dependency for scsi_id According to udev.mk, the scsi_id package depends on the libvolume_id libra...
Peter KorsgaardPeter Korsgaard
6b2a59fdeaftoolchain/kernel-headers: bump 2.6.27.x version
Peter KorsgaardPeter Korsgaard
326ae9c89b3target/tar: remove unused cut'n'paste leftover
Peter KorsgaardPeter Korsgaard
224c62ecf8atarget: paths may need stripping r24310 removed a few too many strips.
Peter KorsgaardPeter Korsgaard
ffe33152e75toolchain/gdb: 6.4 shouldn't be selectable for avr32
Peter KorsgaardPeter Korsgaard
41d7b7087c1toolchain/gdb: mark old versions as deprecated
Peter KorsgaardPeter Korsgaard
5672e590754toolchain/gdb: default to 6.8
Peter KorsgaardPeter Korsgaard
4b72854ddebtarget/: get rid of unneeded $(strip ..)
Peter KorsgaardPeter Korsgaard
0db545ab184docs/: get rid of unneeded $(strip ..)
Peter KorsgaardPeter Korsgaard
0e14d4f7ff7toolchain/: get rid of unneeded $(strip ..)
Peter KorsgaardPeter Korsgaard
ac1d92c4254package/: get rid of unneeded $(strip ..)
Hans-Christian EgtvedtHans-Christian Egtvedt
6250131be12Remove dead directories after moving audio and video to multimedia This patch removes some empty directories which g...
Hamish MoffattHamish Moffatt
f2824f303c0Override the target-install target properly rather than installing as a post-build hook
Hamish MoffattHamish Moffatt
f73e7d4611cOver-ride the target-install target rather than installing as a post-build hook. Otherwise the wrong stamps are used ...
Peter KorsgaardPeter Korsgaard
10f8e714e2buclibc: add RPC config variables to 0.9.30 Add UCLIBC_HAS_{FULL,REENTRANT}_RPC config variables to the defconfig, so...
Peter KorsgaardPeter Korsgaard
fb4e7fa4f69busybox: 1.13.1 crond fix
Peter KorsgaardPeter Korsgaard
78c32db23bftoolchain/gdb: add -source target
Peter KorsgaardPeter Korsgaard
6dbe1188deetaget/linux: handle non-modular kernels Based on b151271 in Bernhard's tree.
Peter KorsgaardPeter Korsgaard
01bd158570etoolchain/binutils: add 2.19 Based on 9cd8638d / b86af9a1 in Bernhard's tree.
Peter KorsgaardPeter Korsgaard
5469008f894toolchain/binutils/2.18.50.0.9: accept sh?-*-* Based on 3ed6c5b5 in Bernhard's tree.
Peter KorsgaardPeter Korsgaard
01a7a8fef61toolchain/binutils/2.18.50.0.9: add patch for PR6878 Based on b5451979 in Bernhard's tree.
Peter KorsgaardPeter Korsgaard
56287af5a55toolchain/binutils: add 2.18.50.0.9 Based on 713e7e46 in Bernhard's tree.
Peter KorsgaardPeter Korsgaard
1ad0441dc8btoolchain/binutils: add 2.18.50.0.8 Based on 1c493ff1 in Bernhard's tree.
Peter KorsgaardPeter Korsgaard
a907a95cb73toolchain/binutils: add 2.18.50.0.6 Based on 45b89c54 / beede0ba in Bernhard's tree.
Peter KorsgaardPeter Korsgaard
51f5bccbc9ctoolchain/binutils: honour HAVE_MANPAGES / HAVE_INFOPAGES Based on b157db55 in Bernhard's tree.
Peter KorsgaardPeter Korsgaard
7249f4898e3toolchain/binutils: let make expand wildcards instead of the shell Based on f97ce837 in Bernhard's tree.
Peter KorsgaardPeter Korsgaard
72406784633libiconv: use BR2_GNU_MIRROR
Peter KorsgaardPeter Korsgaard
e46245b1c0btoolchain/binutils: add 2.18.50.0.3 Based on b2b5d9f2 in Bernhard's tree.
Peter KorsgaardPeter Korsgaard
84ddc66a410toolchain/*: use CONFIG_UPDATE Based on e0e0945e in Bernhard's tree.
Hans-Christian EgtvedtHans-Christian Egtvedt
e35414722d9samba: predefine a autoconf result for enums with negative values The configure script tries to find out if enums ca...
Peter KorsgaardPeter Korsgaard
31460308a61libusb: use 0.1.12-10 from snapshot.debian.net
Hans-Christian EgtvedtHans-Christian Egtvedt
e8a2c6954a0libvorbis: tremor depends on host-autoconf and host-automake This patch adds host-autoconf and host-automake as depe...
Hans-Christian EgtvedtHans-Christian Egtvedt
ed63bc0b483alsa-lib: bump version to 1.0.18
Hans-Christian EgtvedtHans-Christian Egtvedt
2e79479d348qtopia4: make build verbose or silent depending on user input This will make Qt compile silent unless the user speci...
Hans-Christian EgtvedtHans-Christian Egtvedt
5851eae5f04mplayer: set charset explisit to US-ASCII to ease intl compile This patch set the charset selected by mplayer to US-...
Hans-Christian EgtvedtHans-Christian Egtvedt
b7ff212c81atslib: add dependency to hsot-autoconf and host-automake Tslib uses autoconf and automake during configure section, ...
Hans-Christian EgtvedtHans-Christian Egtvedt
62cc77dffddtslib: use more robust $@ when touching target instead of explisit name
Hans-Christian EgtvedtHans-Christian Egtvedt
30e43682dd8avahi: add dependency to host-autoconf Avahi uses autoconf during ./configure, make sure it is available and used be...
Hans-Christian EgtvedtHans-Christian Egtvedt
f974e394912alsa-util: bump version to 1.0.18 and add patches for this version Signed-off-by: Hans-Christian Egtvedt <hans-chris...
Hans-Christian EgtvedtHans-Christian Egtvedt
f241ba6f81calsa-utils: add dependency to libintl if libintl is enabled Signed-off-by: Hans-Christian Egtvedt <hans-christian.eg...
Peter KorsgaardPeter Korsgaard
8a5e4d62f2emdadm/dmraid: bump version Patch by: Charles Duffy <Charles_Duffy@messageone.com> Both mdadm and dmraid packages re...
Peter KorsgaardPeter Korsgaard
92b9ca8dd29busybox: 1.13.1 ip fix
Peter KorsgaardPeter Korsgaard
5155de90424ifplugd: don't overwrite target etc/init.d/ifplugd.* install-strip unconditionally overwrites $(TARGET_DIR)/etc/init...
Thomas PetazzoniThomas Petazzoni
a140c728d39Fix comment about autoconf configuration/compilation/installation for the target (and not the host).
Thomas PetazzoniThomas Petazzoni
e5d9702dfd0Liboil is a library of simple functions that are optimized for various CPUs. It is required by various GStreamer plug...
Thomas PetazzoniThomas Petazzoni
be5be0ec5abCompiling current SVN fails with the following error for me: cc1: warnings being treated as errors buildroot/build...
Hans-Christian EgtvedtHans-Christian Egtvedt
a3c53dc20d2samba: bump version to 3.0.33 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Peter KorsgaardPeter Korsgaard
63402d77375target/cramfs/cramfs.mk: Fix device table not being passed to mkcramfs While mkcramfs was being patched to support a...
Peter KorsgaardPeter Korsgaard
21ed5b304a8haserl: fix shared cache interaction issue The ac_cv_path_install override is needed to strip the target binary for ...
Peter KorsgaardPeter Korsgaard
d1e6618fe40uclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATH
Hans-Christian EgtvedtHans-Christian Egtvedt
cf13c9824ecuClibc: set 0.9.30 as default Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Hans-Christian EgtvedtHans-Christian Egtvedt
cafdaf2cec0uClibc: add a default config for 0.9.30 Courtesy Bernhard Reutner-Fischer GIT repository at http://repo.or.cz/w/buil...
Hans-Christian EgtvedtHans-Christian Egtvedt
ac273635a6estrace: fix lower case no to NO when setting STRACE_AUTORECONF Signed-off-by: Hans-Christian Egtvedt <hans-christian...
Hans-Christian EgtvedtHans-Christian Egtvedt
e3e34dab93amplayer: use $(if ...) to add dependencies to mplayer This patch will add needed libraries with $(if ...) syntax. Th...
Hans-Christian EgtvedtHans-Christian Egtvedt
fb11bbf5e99mplayer: remove not needed $(strip ...) calls in Makefile Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtv...
Hans-Christian EgtvedtHans-Christian Egtvedt
cb6634da47dqtopia4: remove explisit include and library directories from configure call This patch removes -I and -L from ./con...
Hans-Christian EgtvedtHans-Christian Egtvedt
0547cb9cb91uClibc: add uClibc 0.9.30 to kconfig and Makefile This patch adds uClibc versino 0.9.30 to the list of selectable ve...
Hans-Christian EgtvedtHans-Christian Egtvedt
377e5542009mplayer: make sure alsa-lib is installed before mplayer This patch adds alsa-lib to a dependency for mplayer if it i...
Hans-Christian EgtvedtHans-Christian Egtvedt
8c149d286acmplayer: add dependency libraries to a variable This patch will put dependency libraries in a variable and add this ...
Hans-Christian EgtvedtHans-Christian Egtvedt
8248a4a144bmplayer: disable ivtv video output This patch disabled ivtv video output, since it does not compile with Linux kerne...
Peter KorsgaardPeter Korsgaard
8928fb6932cfakeroot: use 1.9.5 from snapshot.debian.net
Peter KorsgaardPeter Korsgaard
97e9c330756dnsmasq: bump version
Peter KorsgaardPeter Korsgaard
0c90f0421eci2c-tools: bump version
Peter KorsgaardPeter Korsgaard
b3ef2e9fa08kernel-headers: bump 2.6.26.x / 2.6.27.x version
Peter KorsgaardPeter Korsgaard
5bf6b74e220kernel-headers: also show 2.6.26 if deprecated is enabled, but recent isn't
Ulf SamuelssonUlf Samuelsson
1158bc9a25dAdd support for AT91SAM9G20 & -EK
Ulf SamuelssonUlf Samuelsson
074da836d25Add AT91 support for 2.6.27.7 and 2.6.28-rc6
Ulf SamuelssonUlf Samuelsson
4f1887e4246Update Linux versions
Peter KorsgaardPeter Korsgaard
026a3581ae2busybox: bump 1.12.x / 1.13.x versions
Daniel LairdDaniel Laird
5432f26f0e7Adding Central config.cache options The following changes allow for use of a central configure cache file. This spe...
Peter KorsgaardPeter Korsgaard
b277d41ccc8busybox: updated 1.13.0 ash fix
Peter KorsgaardPeter Korsgaard
50def0e4950busybox: updated 1.13.0 ash fix
Peter KorsgaardPeter Korsgaard
1776132d635lockfile-progs: remove unneeded $(strip)
Peter KorsgaardPeter Korsgaard
5098ee9c7f1Revert r24000: "Fix external toolchain build" This breaks builds with internal toolchain, so let's revert this until...
Peter KorsgaardPeter Korsgaard
82569c48fe4busybox: fixup id applet on 1.13.0 for old uclibc versions The id applet in 1.13.0 only compiles with uclibc < 0.9.3...
Peter KorsgaardPeter Korsgaard
5d66e99e6cfbusybox: 1.13.0 ash fix
Peter KorsgaardPeter Korsgaard
8bd30c75c97busybox: 1.13.0 klogd fix
Peter KorsgaardPeter Korsgaard
a3829e90a71sdl_ttf: provide path to freetype includes closes #6374.
Peter KorsgaardPeter Korsgaard
249292e42c1lockfile-progs: fix patch-kernel invocation Patch by Roberto A. Foglietta. Closes #6364
Peter KorsgaardPeter Korsgaard
cec630f8f42busybox: updated 1.13.0 id patch (only error out if needed)
Peter KorsgaardPeter Korsgaard
687edf150f9busybox: 1.13.0 id patch (check)
Peter KorsgaardPeter Korsgaard
50f2a3981fbmplayer, vlc: move into multimedia category Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Peter KorsgaardPeter Korsgaard
e7df5afeb96package/audio: rename audio category to multimedia Prepare for the merge of audio and video packages. Many packages ...
Peter KorsgaardPeter Korsgaard
4190cc1c416busybox: disable id applet for 1.13.x busybox 1.13.0 id applet doesn't compile with uclibc 0.9.29 / 0.9.28, so disab...
Wade BerrierWade Berrier
2e81da88be7ntp.sysvinit: fix 'restart' (don't exit on failed commands with set -e)
Peter KorsgaardPeter Korsgaard
193508d257clinux: remove unused BR2_LINUX_BOARD_PATCH Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Peter KorsgaardPeter Korsgaard
325dd736b40lzo: add $(DISABLE_LARGEFILE) to configure options Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Peter KorsgaardPeter Korsgaard
7ed2b6d9750libogg: convert to Makefile.autotools.in Also remove --enable-shared and --enable-static as it's default and --disab...
Peter KorsgaardPeter Korsgaard
9f07b39f65cpackage: Kconfig: use menu instead of menuconfig for sub menus As discussed on the list - These things should normal...
Thiago A. CorrĂŞaThiago A. CorrĂŞa
8033ef6fe2cFix build. Use TARGET_CONFIGURE_OPTS as environment rather than as argument of make to avoid overwriting dropbear's C...
Peter KorsgaardPeter Korsgaard
204821c56c9target/Config.in.toolchain: cleanup
Peter KorsgaardPeter Korsgaard
0eba4ce2fd8dropbear: bump version
Peter KorsgaardPeter Korsgaard
767577e5049busybox: add 1.13.x, mark older as deprecated
Peter KorsgaardPeter Korsgaard
be4f8297198busybox: bump 1.12.x version
Thomas PetazzoniThomas Petazzoni
14520e6fa3dAdd a parallel compilation fix for fontconfig This patch adds a patch to fix bug https://bugs.freedesktop.org/show_b...
Thomas PetazzoniThomas Petazzoni
b741302a011Fix the mtd package with regard to external toolchain use. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-el...
Thomas PetazzoniThomas Petazzoni
418c84b24b4Fix Qtopia build issues This patch fixes two Qtopia build issues, encountered while trying to use system implementat...
Thomas PetazzoniThomas Petazzoni
60d39dbb3f2Fix external toolchain build This patch is a new version of a patch already sent several times on the mailing-list, ...
Daniel LairdDaniel Laird
9844a8ea2c2package/tiff/tiff.mk: Change to Autotools.in format Bounce tiff into Autotools.in format. Did not use install to tar...
Daniel LairdDaniel Laird
931445daf5cpackage/freetype/freetype.mk: Add zib to dependencies Looking into adding a configure cache to the build (like the G...
Hamish MoffattHamish Moffatt
3a0052c5068Remove .rej file included in the upstream tarball before patching
Ivan KutenIvan Kuten
da6f419424arevert 23987 until proper implementation
Ivan KutenIvan Kuten
1f370768bc1Download Kernel.org minor patches at the same time as full sources. Signed-off-by: Julien Boibessot <julien.boibesso...
Thomas PetazzoniThomas Petazzoni
f5ca546b762Fix Grub tarball version as the current version has disappeared from Debian mirrors. Patch provided by Roberto A. Fo...
Peter KorsgaardPeter Korsgaard
c4dbac60aeebusybox: basename 1.12.1 fix
Peter KorsgaardPeter Korsgaard
95e165c2bc6Makefile: revert HOST_GLIB_BIN staging_dir fix (r23920,23923) It causes more trouble than it's worth, and we should ...
Peter KorsgaardPeter Korsgaard
b4446853994Makefile.autotools.in: make MESSAGE output stand out The following patch makes the MESSAGE Macro in Makefile.autotoo...
Daniel LairdDaniel Laird
2dbf951819apackage/Makefile.in: revert rpath setup for toolchains. Revert the rpath patch, it looked good up until someone trie...
Wade BerrierWade Berrier
8586e2a51b2ntp: add /etc/default/ntpd to control whether to start ntpd and/or ntpdate. Also specify options and servers.
Daniel LairdDaniel Laird
fd3bb17cbb8package/Makefile.in: rpath setup for toolchains. Apply the patch I posted some time ago that fixes rpath issues wit...
Peter KorsgaardPeter Korsgaard
bf0b23bd24dprboom: misc cleanups As noted by Bernhard on irc.
Hans-Christian EgtvedtHans-Christian Egtvedt
3fe3437ed61prboom: add a touch $@ to end of install target rule to install PrBoom only once Signed-off-by: Julien Boibessot <ju...
Hans-Christian EgtvedtHans-Christian Egtvedt
12b5b0124b1linux26: make installation of modules rule depend on .depend_done This patch will make the installation of modules r...
Hans-Christian EgtvedtHans-Christian Egtvedt
7167dedea24Build $(PROJECT_BUILD_DIR)/autotools-stamps with normal Makefile rules This patch will add a rule to top level Makef...
Peter KorsgaardPeter Korsgaard
22a23bb2208kernel-headers: bump 2.6.26 and 2.6.27 minor versions
Hans-Christian EgtvedtHans-Christian Egtvedt
d86faadff9fMove creation of $(PROJECT_BUILD_DIR)/autotools-stamps into top level Makefile This patch will create the autotools-...
Hans-Christian EgtvedtHans-Christian Egtvedt
5599a3102e6make: add gettext dependency to make rule instead of TARGETS This patch adds gettext dependency to make: rule instea...
Hans-Christian EgtvedtHans-Christian Egtvedt
32cca543841make: select gettext and libintl if locale is enabled This patch makes sure gettext and libintl are selected if loca...
Peter KorsgaardPeter Korsgaard
e0c4ea8276amatchbox: fix prefix Closes #5946.
Peter KorsgaardPeter Korsgaard
2cb9654f053matchbox: fix mb-applet-startup-monitor compilation (TRUE/FALSE issue)
Peter KorsgaardPeter Korsgaard
ab1c8b39438Kernel build fix related to external toolchain use This patch prevents the user from select "linux (Same version as ...
Peter KorsgaardPeter Korsgaard
d1a7ffe8f91Makefile: glib-genmarshal: use BR2_STAGING_DIR instead of hardcoded staging_dir
Peter KorsgaardPeter Korsgaard
a6db1e165d8netsnmp: run CONFIG_UPDATE Based on e068796d3 in Bernhards tree.
Peter KorsgaardPeter Korsgaard
30bb1bdca49netsnmp: bump version Based on fa86c12d in Bernhards tree.
Peter KorsgaardPeter Korsgaard
b948fdba221Makefile: ignore glib-genmarshal in staging_dir HOST_GLIB is set to the path that contains the host glib tool set an...
Peter KorsgaardPeter Korsgaard
030a9d39b17External toolchain C++ cross-compiler fix External toolchain C++ cross-compiler fix package/Makefile.in resets CXX ...
Peter KorsgaardPeter Korsgaard
df1df36fcbdMore external toolchain fixes Fix issues with binary external toolchains Fix two problems encountered while using a...
Peter KorsgaardPeter Korsgaard
51f5f627541External toolchain support improvements Improve external toolchain support * Do not put kernel-headers in the depe...
Peter KorsgaardPeter Korsgaard
9373bd5d3famkdosfs: cleanup target install handling closes #5834.
Peter KorsgaardPeter Korsgaard
9ca9f93339epackage/: remove more 'default n' (see r22874)
Peter KorsgaardPeter Korsgaard
93a0dd1408fsdl-image: convert to Makefile.autotools.in format
Peter KorsgaardPeter Korsgaard
cab350013e0libpng: fix Makefile.autotools.in fallout libpng used to have the 'png' Makefile alias, which some packages used in ...
Peter KorsgaardPeter Korsgaard
e9bbc076252syslinux: fix download url
Peter KorsgaardPeter Korsgaard
a2274077d97busybox: additional 1.12.1 patches
Arnar Mar SigurðssonArnar Mar Sigurðsson
0138389b0b2Fixes for Qt from Markus Heidelberg
Arnar Mar SigurðssonArnar Mar Sigurðsson
057eca18342Update valka target
Arnar Mar SigurðssonArnar Mar Sigurðsson
f972f947d53Add options to select what gfx and mouse drivers are compiled in. Note to tslib users: You now have to select the tsl...
Thiago A. CorrĂŞaThiago A. CorrĂŞa
1830e8942feFix zlib install broken by previous commit. Sorry
Daniel LairdDaniel Laird
2016afd117dpackage/lite/lite.mk: Bounce version Bounce version. Signed-off-by: Thomas Petazzoni<> Signed-off-by: Daniel Laird ...
Thiago A. CorrĂŞaThiago A. CorrĂŞa
6d06e55a9dfpciutils may depend on zlib. Based on Bernhard's git repository.
Thiago A. CorrĂŞaThiago A. CorrĂŞa
58bc5142015Improve pciutils based on Bernhard Reutner-Fischer's git repository (http://repo.or.cz/w/buildroot.git?a=tree;f=packa...
Thiago A. CorrĂŞaThiago A. CorrĂŞa
1bf91aa2a89Make sure directories are created during install to STAGING_DIR and TARGET_DIR. Thanks to Thomas Petazzoni and Bernha...
Thiago A. CorrĂŞaThiago A. CorrĂŞa
c1b4bfbd724Fix bug #0005884 - pciutils depends on zlib
Thiago A. CorrĂŞaThiago A. CorrĂŞa
e246dc1ef5fMinor cleanups. Use touch for stamp-files
Thiago A. CorrĂŞaThiago A. CorrĂŞa
73bf8098c9cfix wrong variable name for SQL. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Arnar Mar SigurðssonArnar Mar Sigurðsson
b4b38739a5bBump ntp version
Arnar Mar SigurðssonArnar Mar Sigurðsson
88b24a4caa12 gcc patches from Atmel's buildroot
Wade BerrierWade Berrier
d3f742f98a9python: add $(STAGING_DIR)/usr/lib to PYTHON_MODULES_LIB so that modules build correctly (particularly readline)
Hans-Christian EgtvedtHans-Christian Egtvedt
fc23ee8deaelinux: skip installing modules if modules are disabled in kernel config This patch will check if CONFIG_MODULES is s...
Hans-Christian EgtvedtHans-Christian Egtvedt
fed83495090linux: make touch also create the dependency file when installing modules Signed-off-by: Hans-Christian Egtvedt <han...
Hans-Christian EgtvedtHans-Christian Egtvedt
aabaf095a06linux: fix typo in status printout Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>