summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-06Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGETNigel Kukard
2008-04-06* udev will not install if you remove project_build_*/uclibc/root and ↵Nigel Kukard
project_build_*/uclibc/.root ... this sets the dependency on the target binary so if its removed, its installed again
2008-04-06Use lower caseUlf Samuelsson
2008-04-06* Dereference link when copying over kernel image, missed this one in my ↵Nigel Kukard
previous commit
2008-04-06Make xconfig the default for Atmel targetsUlf Samuelsson
2008-04-06Update linux source tree with minor versionUlf Samuelsson
2008-04-06Fix bad use of symbolUlf Samuelsson
2008-04-06target/device/ARM: Use menuconfig and add description of optionsPeter Korsgaard
2008-04-06target/device/ARM: Don't override Config settingsPeter Korsgaard
Don't override board name/path with hardcoded values in Makefile.
2008-04-05target/device/ARM: remove unused busybox configPeter Korsgaard
2008-04-05target/device/ARM: don't override busybox configPeter Korsgaard
2008-04-04change festival url to stable versionJohn Voltz
2008-04-04toolchain/gcc: do not try to strip *-embedspuPeter Korsgaard
2008-04-04fix for festival install patchJohn Voltz
2008-04-04kernel: default to not build a kernelPeter Korsgaard
2008-04-04busybox-1.6.0.config: disable TASKSET.Peter Korsgaard
Disable CONFIG_TASKSET as it only compiles if sched_{g,s}etaffinity support is available.
2008-04-04defconfig: remove settings with default valuesPeter Korsgaard
2008-04-04Add ubifs targetHamish Moffatt
2008-04-04More unbreaking. These cosmetic directory renames don't seem to be working ↵Hamish Moffatt
out very well..
2008-04-03defconfig: remove busybox config settingPeter Korsgaard
Remove BR2_PACKAGE_BUSYBOX_CONFIG so the default config for the selected version gets used. Got broken by r21257.
2008-04-03add festival speech synthesis package from University of EdinburghJohn Voltz
2008-04-03diffutils: cleanup makefilePeter Korsgaard
Cleanup configure args, strip executables in TARGET_DIR and honor BR2_ENABLE_LOCALE.
2008-04-03gzip: cleanup makefilePeter Korsgaard
Cleanup configure args, strip executables in TARGET_DIR, install info / manpages into TARGET_DIR/usr/share/ and fixup convenience aliases (gunzip, zcat, zdiff, ..)
2008-04-03package/editors: fix patch-kernel.sh argumentsPeter Korsgaard
2008-04-03gzip, diff, grub: bump versionsPeter Korsgaard
Patch by andrewma (closes #2754)
2008-04-03Unbreak the bridge-utils package..Hamish Moffatt
2008-04-02Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>Hamish Moffatt
2008-04-01pkgconfig: Return appropriate error code from pkgconfig scriptPeter Korsgaard
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.
2008-04-01thttpd: remove unused filesPeter Korsgaard
Patch by Simon Pasch
2008-04-01thttpd: fix thttpd_wrapper namePeter Korsgaard
Patch by Simon Pasch.
2008-04-01Makefile.autotools.in: Do uninstall in staging/target dirs on -cleanPeter Korsgaard
2008-04-01busybox: additional 1.10.0 fixPeter Korsgaard
2008-04-01setlocalversion: add git-svn supportPeter Korsgaard
2008-04-01buildroot: additional -clean target fixesPeter Korsgaard
Patch by Hebbar.
2008-04-01direct: don't fail clean target if directory doesn't existPeter Korsgaard
Patch by Hebbar.
2008-03-31expat: cleanup configure argumentsPeter Korsgaard
2008-03-31avahi: bump versionPeter Korsgaard
2008-03-31buildroot: add /etc/br-version with version info to target dirPeter Korsgaard
2008-03-31avahi: make sure /etc/dbus-1/system.d exists in target dirPeter Korsgaard
2008-03-31dbus: use dbus-daemon as target for staging_dir installationPeter Korsgaard
Use dbus-daemon as target for staging_dir installation instead of library, as that changes name with soname changes.
2008-03-31sqlite: cleanup configure argumentsPeter Korsgaard
2008-03-31ncurses: cleanup /usr/lib/terminfo symlink handlingPeter Korsgaard
2008-03-31readline: ignore errors in target-clean targetPeter Korsgaard
2008-03-31avahi: depend on dbus-daemon in staging_dirPeter Korsgaard
Depend on dbus-daemon in staging_dir instead of in target_dir as fakeroot updates the timestamp on the target_dir version every time, so the avahi makefile thinks it always needs to recompile avahi.
2008-03-31concierge: cleanup (white space + unneeded mkdir)Peter Korsgaard
2008-03-31Makefile: revert broken ccache (r21525) for now.Peter Korsgaard
2008-03-31Patch in EXTRA_VERSIONUlf Samuelsson
2008-03-30Add Configs for new boardsUlf Samuelsson
2008-03-30Do not allow optimizations which breaks linux buildUlf Samuelsson
2008-03-30Makefile: merge CVS and .svn find invocationPeter Korsgaard