summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed bootutils url to point to projects website and not project page on ↵Nigel Kukard2008-04-081-1/+1
| | | | freshmeat
* * Added bootutilsNigel Kukard2008-04-084-0/+92
|
* * Bump pciutils versionNigel Kukard2008-04-081-1/+1
|
* Fix UBI compression optionsHamish Moffatt2008-04-082-12/+12
|
* Remove configuration item for git commit ID, as our patches are ↵Hamish Moffatt2008-04-083-26/+4
| | | | | | | | | version-specific. Upgrade to a newer version than the previous default. Fix parallel compile issue. Fix issue with quoting of URL.
* another minor installer fix for festivalJohn Voltz2008-04-071-4/+5
|
* haserl: bump versionPeter Korsgaard2008-04-072-13/+1
|
* haserl: get rid of minor version in config namesPeter Korsgaard2008-04-071-7/+7
| | | | | Rename haserl config options to 0.8.x / 0.9.x so the config names don't change every time the version is bumped (similar to busysbox package).
* Add support for setting the image base addressHamish Moffatt2008-04-071-112/+159
|
* Update to mkfs.ubifs v0.4 release. Note that you need the latest ubifsHamish Moffatt2008-04-071-2/+4
| | | | kernel code because the on-flash format has changed.
* buildroot: add input-tools package (evtest, inputattach, jscal, jstest)Peter Korsgaard2008-04-063-0/+101
|
* Make sure XML deps are available before building dbusUlf Samuelsson2008-04-061-1/+1
|
* Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGETNigel Kukard2008-04-061-1/+1
|
* * udev will not install if you remove project_build_*/uclibc/root and ↵Nigel Kukard2008-04-061-4/+1
| | | | project_build_*/uclibc/.root ... this sets the dependency on the target binary so if its removed, its installed again
* Use lower caseUlf Samuelsson2008-04-061-2/+2
|
* * Dereference link when copying over kernel image, missed this one in my ↵Nigel Kukard2008-04-061-1/+1
| | | | previous commit
* Make xconfig the default for Atmel targetsUlf Samuelsson2008-04-061-0/+1
|
* Update linux source tree with minor versionUlf Samuelsson2008-04-061-6/+12
|
* Fix bad use of symbolUlf Samuelsson2008-04-061-0/+1
|
* target/device/ARM: Use menuconfig and add description of optionsPeter Korsgaard2008-04-061-4/+9
|
* target/device/ARM: Don't override Config settingsPeter Korsgaard2008-04-061-3/+2
| | | | Don't override board name/path with hardcoded values in Makefile.
* target/device/ARM: remove unused busybox configPeter Korsgaard2008-04-051-690/+0
|
* target/device/ARM: don't override busybox configPeter Korsgaard2008-04-051-3/+0
|
* change festival url to stable versionJohn Voltz2008-04-042-2/+2
|
* toolchain/gcc: do not try to strip *-embedspuPeter Korsgaard2008-04-042-2/+2
|
* fix for festival install patchJohn Voltz2008-04-041-3/+13
|
* kernel: default to not build a kernelPeter Korsgaard2008-04-041-1/+1
|
* busybox-1.6.0.config: disable TASKSET.Peter Korsgaard2008-04-041-1/+1
| | | | | Disable CONFIG_TASKSET as it only compiles if sched_{g,s}etaffinity support is available.
* defconfig: remove settings with default valuesPeter Korsgaard2008-04-041-668/+0
|
* Add ubifs targetHamish Moffatt2008-04-043-0/+243
|
* More unbreaking. These cosmetic directory renames don't seem to be working ↵Hamish Moffatt2008-04-041-1/+1
| | | | out very well..
* defconfig: remove busybox config settingPeter Korsgaard2008-04-031-1/+0
| | | | | Remove BR2_PACKAGE_BUSYBOX_CONFIG so the default config for the selected version gets used. Got broken by r21257.
* add festival speech synthesis package from University of EdinburghJohn Voltz2008-04-0315-0/+451
|
* diffutils: cleanup makefilePeter Korsgaard2008-04-031-11/+4
| | | | | Cleanup configure args, strip executables in TARGET_DIR and honor BR2_ENABLE_LOCALE.
* gzip: cleanup makefilePeter Korsgaard2008-04-031-21/+3
| | | | | | Cleanup configure args, strip executables in TARGET_DIR, install info / manpages into TARGET_DIR/usr/share/ and fixup convenience aliases (gunzip, zcat, zdiff, ..)
* package/editors: fix patch-kernel.sh argumentsPeter Korsgaard2008-04-032-2/+2
|
* gzip, diff, grub: bump versionsPeter Korsgaard2008-04-033-6/+4
| | | | Patch by andrewma (closes #2754)
* Unbreak the bridge-utils package..Hamish Moffatt2008-04-031-4/+4
|
* Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>Hamish Moffatt2008-04-023-0/+87
|
* pkgconfig: Return appropriate error code from pkgconfig scriptPeter Korsgaard2008-04-011-1/+2
| | | | | | | | | | Patch by Will Newton. Currently the wrapper script for pkgconfig clobbers the return status of pkgconfig. This is a problem for example when someone tries to run "pkgconfig --exists". This patch should allow the correct return code to be passed through. Note it uses the "pipefail" option that was introduced with bash 3.
* thttpd: remove unused filesPeter Korsgaard2008-04-012-50/+0
| | | | Patch by Simon Pasch
* thttpd: fix thttpd_wrapper namePeter Korsgaard2008-04-011-1/+1
| | | | Patch by Simon Pasch.
* Makefile.autotools.in: Do uninstall in staging/target dirs on -cleanPeter Korsgaard2008-04-011-0/+2
|
* busybox: additional 1.10.0 fixPeter Korsgaard2008-04-011-0/+16
|
* setlocalversion: add git-svn supportPeter Korsgaard2008-04-011-1/+6
|
* buildroot: additional -clean target fixesPeter Korsgaard2008-04-018-12/+11
| | | | Patch by Hebbar.
* direct: don't fail clean target if directory doesn't existPeter Korsgaard2008-04-011-1/+1
| | | | Patch by Hebbar.
* expat: cleanup configure argumentsPeter Korsgaard2008-03-311-9/+1
|
* avahi: bump versionPeter Korsgaard2008-03-312-6/+7
|
* buildroot: add /etc/br-version with version info to target dirPeter Korsgaard2008-03-312-5/+72
|