Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Ulf SamuelssonUlf Samuelsson
4eb79e2732bUpdate linux versions
Ulf SamuelssonUlf Samuelsson
309af037c8bone more fix of binutils config for AVR32 toolchain
Ulf SamuelssonUlf Samuelsson
42c16c7ddb3Unbreak AVR32 toolchain, by making binutils-2.17 available
Ulf SamuelssonUlf Samuelsson
d2485586b9dFix remaining 'butterfinger' issue
Ulf SamuelssonUlf Samuelsson
5dec4da010cRemove debugging variable added to svn by mistake, (Thanks Pter)
Ulf SamuelssonUlf Samuelsson
7213dae7a50Add support for at91sam9g20 to U-Boot
Ulf SamuelssonUlf Samuelsson
fc6be2d970aAdd facilities for installing u-boot in different locations
Ulf SamuelssonUlf Samuelsson
f563fc95654Provide factory default command to u-boot, using Buildroot variables
Ulf SamuelssonUlf Samuelsson
75c6381110bFix issue with AT91/AVR32 Ethernet MACB
Ulf SamuelssonUlf Samuelsson
ff9b66d5d08Add X-Modem tools for minicom to u-boot allowing easy downloading of U-Boot
Ulf SamuelssonUlf Samuelsson
b00e4bf5290Add Memory configration to u-boot (Config.in) and remove comments from 'choice's', Rearrange options for clarity
Ulf SamuelssonUlf Samuelsson
e074c382205Add Memory configuration to U-Boot build, remove some debugging info
Peter KorsgaardPeter Korsgaard
0cea718b8aetoolchain: remove empty export-toolchain dir (git-svn issue)
Peter KorsgaardPeter Korsgaard
3db839986d2toolchain: revert "Allow creating a script for external use of Buildroot toolchain"It's been 10 days now without any reply from Ulf, so revert r24480+r24481.
Peter KorsgaardPeter Korsgaard
31de8c37dactoolchain/binutils: fix up avr32 related fallout of r24474It's been 10 days now without any reply from Ulf, so fix it up to what seems sensible.
Ulf SamuelssonUlf Samuelsson
4705b4c21aeApply some care, when copying the linux configuration file
Nigel KukardNigel Kukard
380d77c6a36* Fix format of the pciutils pci.ids.gz data file- If ZLIB is present the filename of pci.ids is changed to pci.ids.gz but its not compressed, add a compressor to ensure its gzipped
Ulf SamuelssonUlf Samuelsson
abda4017111Support AT91 in vanilla U-Boot
Ulf SamuelssonUlf Samuelsson
e195cb19f2aUpdate at91sam9260dfc BSP
Ulf SamuelssonUlf Samuelsson
55abdf59e80Remove whitespace damage in uclibc.mk
Ulf SamuelssonUlf Samuelsson
3fde5702db8Bump socat version, optionally add configure variables
Peter KorsgaardPeter Korsgaard
160d559b81fdependencies: simplistic SHELL = bash check
Peter KorsgaardPeter Korsgaard
69f85924076buildroot: set SHELL instead of messing around with CONFIG_SHELLSimply set SHELL to bash instead of adding CONFIG_SHELL to all shell invocations. CONFIG_SHELL is still set, as it is used by kconfig.
Nigel KukardNigel Kukard
ae6011eb336* Bump release of bootutils to 0.0.9
Nigel KukardNigel Kukard
26ffa9c2d6b* Running the make for lvm2 in parallel can cause build failures, revert to -j1
Nigel KukardNigel Kukard
0ad5759a0d1* Bumped to version 1.41.3- Disable tls - rel-libs is now implemented upstream - Install ext4 tools aswell
Nigel KukardNigel Kukard
33b846773a0* Added "generic" option to x86_64 target- Default to generic and not core2
Nigel KukardNigel Kukard
94e6f8a4db1* Removed duplicate PCIUTILS_VERSION* When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] .
Nigel KukardNigel Kukard
2ac7adce281* By default pciutils build of libpci.a uses the host ar/ranlib, force the use of the target tools
Nigel KukardNigel Kukard
793ef739131* Bumped lvm2 to 2.02.43- By default the build uses host ar/ranlib to generate the static lvm library used, force the target tools to be used instead
Nigel KukardNigel Kukard
39c0548428f* Added option to build with gcc 4.3.2
Nigel KukardNigel Kukard
be2f1705e88* Select zlib support in neon for rpm
Nigel KukardNigel Kukard
eb3bf1437a6* Bumped xfsprogs to 2.10.2- Remvoed susv3 legacy patch which was comitted upstream - Forecefully set some configure results which appear to of been silently ignored in the past
Nigel KukardNigel Kukard
cc6562ff839* Refined building of neon options- Added support to build with or without zlib support
Nigel KukardNigel Kukard
a36ca7a8c5e* Bump rpm to 5.1.6- Remove patches comitted upstream - Exclude tools we don't need - Fix bundled magic mime data
Nigel KukardNigel Kukard
d31f42fe346* Bump latest 2.6.27 kernel header version to 2.6.27.10
Peter KorsgaardPeter Korsgaard
658529f40abbusybox: bump 1.12.x / 1.13.x versions
Peter KorsgaardPeter Korsgaard
ccb02b009b1libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loadersIt would be nicer to do this at compile time, but then we would need to compile libgtk2 for the host as well.
Peter KorsgaardPeter Korsgaard
e528d99d966pango: add init script to create /etc/pango/pango.modulesIt would be nicer to do this at compile time, but then we would need to compile pango for the host as well.
Peter KorsgaardPeter Korsgaard
85f10c757c4libcurl/libglade: touch _HOOK_POST_INSTALL target
Peter KorsgaardPeter Korsgaard
f86c067bad2busybox: 1.13.1 dc fix
Peter KorsgaardPeter Korsgaard
c184803861bpackage: remove default y from xserver selection
Ulf SamuelssonUlf Samuelsson
3de57c44474Update kernel patch from 2.6.28-rc6 to 2.6.28
Peter KorsgaardPeter Korsgaard
4826e57a044toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515)
Peter KorsgaardPeter Korsgaard
1f8d65ea732xlib needs wchar support, so require it for tinyx as well
Ulf SamuelssonUlf Samuelsson
e2ba4037983Use correct filename for patch
Ulf SamuelssonUlf Samuelsson
b9dc2a4b660Use correct filename for patch
Peter KorsgaardPeter Korsgaard
8dd24e0f54cpango: fix download urlReported by Berns.
Peter KorsgaardPeter Korsgaard
f21ff9b8e72libglib2: fix download urlReported by Berns.
Peter KorsgaardPeter Korsgaard
84fe4200c2cgmpc: fix typoThanks to Thomas for noticing.