summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Better to use the correct --without Thomas Lundquist2009-01-141-1/+1
|
* Woops, we do need /dev/null, not a directory with html in it.Thomas Lundquist2009-01-141-1/+1
|
* package/libidn/Config.in: Fix layout of text as per coding guidelines.Daniel Laird2009-01-141-1/+1
| | | | | | | | | | | Update description to match required -> help Description Empty line Homepage Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Use HOST_GLIB for glib installation instead of /usr/binUlf Samuelsson2009-01-134-3/+5
|
* Update at91sam9263ek BSPUlf Samuelsson2009-01-132-9/+8
|
* Bump acpid version and update source filenameUlf Samuelsson2009-01-131-2/+2
|
* Update buildall.sh scriptUlf Samuelsson2009-01-131-6/+7
|
* Use GNU_MIRROR for libcgicc since www.cgicc.org is gone, change bz2 to gz ↵Ulf Samuelsson2009-01-131-4/+4
| | | | and bump version
* package/libidn/Config.in: Fix line length of textDaniel Laird2009-01-131-1/+2
| | | | | | | Could not count properly.... line length > 80. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/libidn: Add a new package (required by later WebKits...)Daniel Laird2009-01-133-0/+21
| | | | | | | | | | | | | GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The native C, C# and Java libraries are available under the GNU Lesser General Public License version 2.1 or later. Not quite sure I've put it in the correct menu but it will work. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* buildroot: mark alpha as brokenPeter Korsgaard2009-01-131-0/+1
| | | | It still doesn't build with threading + shared libs disabled
* toolchain: sh64 fixesPeter Korsgaard2009-01-132-4/+3
| | | | | | | - arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well - use little endian for sh64, like for 32bit sh sh64 still doesn't build, but gets further along now.
* package/liberation/liberation.mk: A further tidy up.....Daniel Laird2009-01-131-9/+3
| | | | | | | | Use touch -c $@ Do not install fonts into staging dir. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/alsa-lib/alsa-lib.mkDaniel Laird2009-01-132-2/+2
| | | | | | | | | | | package/gettext/gettext.mk: Both of these components look for iconv when configuring so need to be dependent. Both of these packages can be built with libiconv support. If libiconv is enabled and these are built first then some configure variables get stored in the system cache and then libiconv is not used properly. If libiconv is selected by user make sure it is built before either of these packages are built. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* samba: use proper BR variable to disable largefile while configuringHans-Christian Egtvedt2009-01-131-5/+1
|
* samba: bump version to 3.2.7 and refresh patches against this versionHans-Christian Egtvedt2009-01-137-53/+61
| | | | | | This patch bumps the Samba version to 3.2.7 and refreshes the patches. It also fixes two minor issues by introducing two new small patches.
* samba: properly disable largefile if not selected in BuildrootHans-Christian Egtvedt2009-01-131-1/+5
|
* Added missing libdnet packageHamish Moffatt2009-01-131-0/+1
|
* buildroot: mark ia64, m68k, nios2, sparc and sparc64 as brokenPeter Korsgaard2009-01-121-1/+5
| | | | | No sense in showing the architecture options when they cannot even build the toolchain.
* toolchain: fix cris build with 2.6.28 kernel headersPeter Korsgaard2009-01-124-0/+82
| | | | Patch by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
* uclibc: 0.9.30-x86-2.6.28+headers-fix: add r24799 as wellPeter Korsgaard2009-01-121-1/+26
| | | | Handle x86_84 as well. From uclibc r24799.
* Fix dependencies.Thomas Lundquist2009-01-122-5/+4
|
* toolchain/uclibc: fix sparc SED handling of _V9 / _V9BPeter Korsgaard2009-01-121-1/+1
|
* buildroot: get rid of s390 supportPeter Korsgaard2009-01-126-44/+1
| | | | | As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it.
* toolchain/uclibc: propagate mips mips32r2 variant setting to uclibcPeter Korsgaard2009-01-121-2/+3
| | | | 0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected.
* toolchain/external-toolchain/ext-tool.mk: Support non sysroot-able toolchainsDaniel Laird2009-01-121-3/+3
| | | | | | | Only copy the sysroot files if the toolchain was built with sysroot support. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/libpng/libpng.mk: Remove the unnecessary --without-x optionDaniel Laird2009-01-121-3/+1
| | | | | Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/liberation/liberation.mk: Correct the makefile to what it should ↵Daniel Laird2009-01-121-2/+2
| | | | | | | | | have been Correct the makefile so that it works and is what I originally planned to add. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* May not be the right way to do it but I just don't want those docs.Thomas Lundquist2009-01-122-2/+7
|
* Update sam9263EK BSPUlf Samuelsson2009-01-122-58/+240
|
* busybox: 1.13.2 mdev fixPeter Korsgaard2009-01-121-0/+39
|
* Remove conditional clause which disables building some packagesUlf Samuelsson2009-01-121-6/+9
|
* Add ncurse-unpacked targetUlf Samuelsson2009-01-121-0/+2
|
* Add some whitespace to output, aligning comments, when addedUlf Samuelsson2009-01-121-2/+2
|
* Bump version of ImageMagick which does not work, use versioned patches, ↵Ulf Samuelsson2009-01-121-3/+5
| | | | needs further work to complete build
* Disable use of python in alsa-lib, if not configuredUlf Samuelsson2009-01-121-0/+2
|
* Do not hardwire linux-fusion for AVR32, now also build for ARMUlf Samuelsson2009-01-121-3/+3
|
* Support large sector NAND flash for JFFS2Ulf Samuelsson2009-01-121-0/+10
|
* Sudo source package IS at DEBIAN, but with a different nameUlf Samuelsson2009-01-121-3/+3
|
* revert patch to allow downloading sudo from an EXISTING locationUlf Samuelsson2009-01-111-2/+3
|
* Make xfsprogs downloadable, Why have it, when we do not support XFS file system?Ulf Samuelsson2009-01-112-2/+7
|
* Update at91bootstrap to 2.10Ulf Samuelsson2009-01-111-5/+17
|
* Move AT91 patches for u-boot-2009.01-rc1 to ↵Ulf Samuelsson2009-01-1113-0/+0
| | | | device/Atmel/arch-arm/u-boot/2009.01-rc1
* Remove premature deprecation of u-boot-1.2.0-atmelUlf Samuelsson2009-01-111-1/+0
|
* Update AVR32 uclibc config for 0.9.30Ulf Samuelsson2009-01-111-8/+34
|
* Update defocnfig for ngw100Ulf Samuelsson2009-01-111-11/+2
|
* Add linux-2.6.27.10 config for stk100xUlf Samuelsson2009-01-111-0/+1270
|
* Add buildall script for testing many/most packages separately with build ↵Ulf Samuelsson2009-01-112-0/+527
| | | | logs and documentation for this and mkpkg
* Move kernel localversion files to TARGET_DIR/boot Ulf Samuelsson2009-01-111-1/+8
| | | | | | | | | | | to allow packages which assumes that LINUX26_DIR and the /lib/modules/LINUX_VERSION use the consistent version numbering to build. Create a file ".linux-version" containing the real linux version in $(PROJECT_B UILD_DIR) to allow packages to read the correct linux version
* Bug fix for mkpkg scriptUlf Samuelsson2009-01-111-4/+4
|