buildroot.git
17 years ago* Reverted r21540
Nigel Kukard [Fri, 28 Mar 2008 22:08:37 +0000 (22:08 -0000)]
* Reverted r21540

17 years agoace of penguins: cleanup help text
Peter Korsgaard [Fri, 28 Mar 2008 21:42:43 +0000 (21:42 -0000)]
ace of penguins: cleanup help text

17 years ago* Missed jacmet's patch, r21520
Nigel Kukard [Fri, 28 Mar 2008 21:27:03 +0000 (21:27 -0000)]
* Missed jacmet's patch, r21520

17 years ago* Added 4.2.2 patchset
Nigel Kukard [Fri, 28 Mar 2008 21:19:12 +0000 (21:19 -0000)]
* Added 4.2.2 patchset

17 years ago* Bumped GCC to 4.2.2, removed 4.2.0
Nigel Kukard [Fri, 28 Mar 2008 21:03:04 +0000 (21:03 -0000)]
* Bumped GCC to 4.2.2, removed 4.2.0

17 years agopackage: move java packages to package/java sub directory
Peter Korsgaard [Fri, 28 Mar 2008 10:40:45 +0000 (10:40 -0000)]
package: move java packages to package/java sub directory

17 years agoAUTOTARGETS: also support non-version-dependent arch specific patches
Peter Korsgaard [Fri, 28 Mar 2008 10:40:28 +0000 (10:40 -0000)]
AUTOTARGETS: also support non-version-dependent arch specific patches

17 years agojamvm: use official version instead of hacked up avr32 sources
Peter Korsgaard [Fri, 28 Mar 2008 10:40:08 +0000 (10:40 -0000)]
jamvm: use official version instead of hacked up avr32 sources

Cleanup avr32 mess and apply it as a patch to the official version only
if arch = avr32 so it doesn't harm other archs.

17 years agoAUTOTARGETS: support arch specific *.patch.$(ARCH) patches
Peter Korsgaard [Fri, 28 Mar 2008 10:39:55 +0000 (10:39 -0000)]
AUTOTARGETS: support arch specific *.patch.$(ARCH) patches

17 years agoipkg: use http url
Peter Korsgaard [Fri, 28 Mar 2008 10:39:48 +0000 (10:39 -0000)]
ipkg: use http url

17 years agojamvm.mk: remove trailing spaces
Peter Korsgaard [Fri, 28 Mar 2008 10:39:38 +0000 (10:39 -0000)]
jamvm.mk: remove trailing spaces

17 years agoclasspath: cleanup help text
Peter Korsgaard [Fri, 28 Mar 2008 10:39:27 +0000 (10:39 -0000)]
classpath: cleanup help text

17 years agopackages: enable java submenu per default like the other submenus
Peter Korsgaard [Fri, 28 Mar 2008 10:39:21 +0000 (10:39 -0000)]
packages: enable java submenu per default like the other submenus

17 years agoconcierge: cleanup help text
Peter Korsgaard [Fri, 28 Mar 2008 07:53:02 +0000 (07:53 -0000)]
concierge: cleanup help text

17 years agoDefine busybox config in board directory for Atmel boards
Ulf Samuelsson [Fri, 28 Mar 2008 07:32:54 +0000 (07:32 -0000)]
Define busybox config in board directory for Atmel boards

17 years agoUse BUSYBOX_LOCAL shell variable, if defined
Ulf Samuelsson [Fri, 28 Mar 2008 07:31:28 +0000 (07:31 -0000)]
Use BUSYBOX_LOCAL shell variable, if defined

17 years agoAdded udpcast package.
Jason Spence [Fri, 28 Mar 2008 02:54:42 +0000 (02:54 -0000)]
Added udpcast package.

17 years agoAdded ccache support and removed grub from defconfig due to brokenness at the moment.
Jason Spence [Fri, 28 Mar 2008 02:50:42 +0000 (02:50 -0000)]
Added ccache support and removed grub from defconfig due to brokenness at the moment.

17 years agogcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft float
Peter Korsgaard [Thu, 27 Mar 2008 19:37:33 +0000 (19:37 -0000)]
gcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft float

Fix 'undefined reference to fmsub' linking errors with C++ programs
when soft float is enabled. Patch by b5331.

Closes #1588.

17 years agosqlite: bump version
Peter Korsgaard [Thu, 27 Mar 2008 19:37:29 +0000 (19:37 -0000)]
sqlite: bump version

17 years agodropbear: bump version
Peter Korsgaard [Thu, 27 Mar 2008 15:59:39 +0000 (15:59 -0000)]
dropbear: bump version

17 years agobuildroot: cleanup <package>-clean targets.
Peter Korsgaard [Thu, 27 Mar 2008 15:42:42 +0000 (15:42 -0000)]
buildroot: cleanup <package>-clean targets.

Based on input from Arndt Kritzner & Bernhard Fischer.

17 years agolibusb: correctly install into STAGING_DIR/usr
Peter Korsgaard [Thu, 27 Mar 2008 13:00:31 +0000 (13:00 -0000)]
libusb: correctly install into STAGING_DIR/usr

Closes #2494

17 years agouClibc 0.9.28.3: use optimized string ops on ppc
Peter Korsgaard [Thu, 27 Mar 2008 10:23:13 +0000 (10:23 -0000)]
uClibc 0.9.28.3: use optimized string ops on ppc

Use optimized string ops instead of dummy generic ones on PPC.

17 years agouclibc: remove unused legacy patches
Peter Korsgaard [Thu, 27 Mar 2008 10:23:03 +0000 (10:23 -0000)]
uclibc: remove unused legacy patches

17 years agobusybox: remove unused configs/patches
Peter Korsgaard [Wed, 26 Mar 2008 21:53:15 +0000 (21:53 -0000)]
busybox: remove unused configs/patches

17 years agobusybox: bump 1.7.x and 1.8.x versions
Peter Korsgaard [Wed, 26 Mar 2008 21:49:58 +0000 (21:49 -0000)]
busybox: bump 1.7.x and 1.8.x versions

17 years agonano: fix install location
Peter Korsgaard [Wed, 26 Mar 2008 13:55:18 +0000 (13:55 -0000)]
nano: fix install location

Fix typo in install location. Reported by Simon Pasch.

17 years agoRemove old mtd snapshot option, as the source tarball is no longer available
Hamish Moffatt [Wed, 26 Mar 2008 06:35:31 +0000 (06:35 -0000)]
Remove old mtd snapshot option, as the source tarball is no longer available
Add option to fetch a snapshot from the mtd-utils git (via gitweb)
Snapshot version provides UBI tools also

17 years agoApplied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix
Hamish Moffatt [Wed, 26 Mar 2008 03:28:09 +0000 (03:28 -0000)]
Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix
broken GNU download paths. Also fix gnuchess, xboard and classpath
packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.

17 years agobusybox: add 1.10.0 release
Peter Korsgaard [Tue, 25 Mar 2008 14:38:45 +0000 (14:38 -0000)]
busybox: add 1.10.0 release

17 years agophp: hide extensions menu if not enabled
Peter Korsgaard [Tue, 25 Mar 2008 08:49:38 +0000 (08:49 -0000)]
php: hide extensions menu if not enabled

17 years ago* Woops ... comitted the wrong patch file :(, fixed now.
Nigel Kukard [Mon, 24 Mar 2008 19:42:58 +0000 (19:42 -0000)]
* Woops ... comitted the wrong patch file  :(, fixed now.

17 years ago* Strace requires both if_packet.h and netlink.h
Nigel Kukard [Mon, 24 Mar 2008 19:29:34 +0000 (19:29 -0000)]
* Strace requires both if_packet.h and netlink.h
- Force detection of these in configure by supplying environment
  variables

For them to be detected by configure may require a much more
invasive approach by patching configure.ac and regenerating
apon build.

17 years ago* Updated susv3 legacy patch for xfsprogs
Nigel Kukard [Mon, 24 Mar 2008 19:23:37 +0000 (19:23 -0000)]
* Updated susv3 legacy patch for xfsprogs
- Changed to unix file format
- Added fix for rtcp/xfs_rtcp.c, where I missed one or two legacy function calls

17 years ago* Updated mdadm to version 2.6.4
Nigel Kukard [Mon, 24 Mar 2008 19:19:16 +0000 (19:19 -0000)]
* Updated mdadm to version 2.6.4

17 years agoFixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel Kukard
John Voltz [Fri, 21 Mar 2008 18:01:46 +0000 (18:01 -0000)]
Fixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel Kukard

17 years agoLtrace version changed, cannot find the old version on any debian mirrors. Patch...
John Voltz [Fri, 21 Mar 2008 17:57:42 +0000 (17:57 -0000)]
Ltrace version changed, cannot find the old version on any debian mirrors. Patch by Nigel Kukard.

17 years agokernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink and...
John Voltz [Fri, 21 Mar 2008 17:57:02 +0000 (17:57 -0000)]
kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink and all, this gives an incorrect symlink deref in binaries/uclibc/ and points to ../../x86/bzImage. Do not copy symlink in place, follow it. Patch by Nigel Kukard.

17 years agoconfusing busybox config option description patch, busybox can be built as shared...
John Voltz [Fri, 21 Mar 2008 17:56:00 +0000 (17:56 -0000)]
confusing busybox config option description patch, busybox can be built as shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard

17 years agocurrent avr32 gcc patches break x86 and possibly other systems. moving bad patches...
John Voltz [Fri, 21 Mar 2008 11:21:02 +0000 (11:21 -0000)]
current avr32 gcc patches break x86 and possibly other systems. moving bad patches to separate directory until a proper fix is made. discovered by jacmet and Dr. Nigel Kukard

17 years agobusybox: bump version (1.9.2)
Peter Korsgaard [Fri, 21 Mar 2008 10:14:15 +0000 (10:14 -0000)]
busybox: bump version (1.9.2)

17 years agoAdd generic ARM target, if none other is choosen
Ulf Samuelsson [Thu, 20 Mar 2008 23:04:30 +0000 (23:04 -0000)]
Add generic ARM target, if none other is choosen

17 years agoUse x86 Makefile only if x86 is choosen
Ulf Samuelsson [Thu, 20 Mar 2008 23:03:40 +0000 (23:03 -0000)]
Use x86 Makefile only if x86 is choosen

17 years agoUse correct symbold for linux config path
Ulf Samuelsson [Thu, 20 Mar 2008 23:02:41 +0000 (23:02 -0000)]
Use correct symbold for linux config path

17 years agoEnsure at least one ARM board is selected, if ARMLTD selected
Ulf Samuelsson [Thu, 20 Mar 2008 22:31:50 +0000 (22:31 -0000)]
Ensure at least one ARM board is selected, if ARMLTD selected

17 years agoDo not include Soekris, unless i386 arch
Ulf Samuelsson [Thu, 20 Mar 2008 22:07:49 +0000 (22:07 -0000)]
Do not include Soekris, unless i386 arch

17 years agoMove ARM target to ARMLTD target to prepare for generic ARM
Ulf Samuelsson [Thu, 20 Mar 2008 22:06:10 +0000 (22:06 -0000)]
Move ARM target to ARMLTD target to prepare for generic ARM

17 years agoadd docker dependency to xstroke
John Voltz [Thu, 20 Mar 2008 16:55:57 +0000 (16:55 -0000)]
add docker dependency to xstroke

17 years agoadd alsamixergui and docker packages
John Voltz [Thu, 20 Mar 2008 16:55:37 +0000 (16:55 -0000)]
add alsamixergui and docker packages

17 years agosome fixes for fltk
John Voltz [Thu, 20 Mar 2008 16:54:51 +0000 (16:54 -0000)]
some fixes for fltk

17 years agoFix AVR32 ext toolchain
Ulf Samuelsson [Wed, 19 Mar 2008 07:26:34 +0000 (07:26 -0000)]
Fix AVR32 ext toolchain

17 years agoAdd a defconfig for x86
Ulf Samuelsson [Tue, 18 Mar 2008 14:32:54 +0000 (14:32 -0000)]
Add a defconfig for x86

17 years agoUse correct kernel-patch for x86
Ulf Samuelsson [Tue, 18 Mar 2008 13:26:13 +0000 (13:26 -0000)]
Use correct kernel-patch for x86

17 years agoAdd linux prefix to patches
Ulf Samuelsson [Tue, 18 Mar 2008 12:04:05 +0000 (12:04 -0000)]
Add linux prefix to patches

17 years agoUse same name for same patch
Ulf Samuelsson [Tue, 18 Mar 2008 12:03:01 +0000 (12:03 -0000)]
Use same name for same patch

17 years agoUse same name for same patch
Ulf Samuelsson [Tue, 18 Mar 2008 12:02:40 +0000 (12:02 -0000)]
Use same name for same patch

17 years agoUse same name for same patch
Ulf Samuelsson [Tue, 18 Mar 2008 12:02:16 +0000 (12:02 -0000)]
Use same name for same patch

17 years agoUse BOARD_PATH instead of BR2_BOARD_PATH for x86
Ulf Samuelsson [Tue, 18 Mar 2008 11:51:43 +0000 (11:51 -0000)]
Use BOARD_PATH instead of BR2_BOARD_PATH for x86

17 years agoUse BOARD_PATH instead of SOEKRIS_NET4801_PATH
Ulf Samuelsson [Tue, 18 Mar 2008 11:47:31 +0000 (11:47 -0000)]
Use BOARD_PATH instead of SOEKRIS_NET4801_PATH

17 years agoUse BOARD_PATH instead of SHARP_LNODE80_PATH
Ulf Samuelsson [Tue, 18 Mar 2008 11:43:00 +0000 (11:43 -0000)]
Use BOARD_PATH instead of SHARP_LNODE80_PATH

17 years agoUse BOARD_PATH instead of BR2_BOARD_PATH for mips target
Ulf Samuelsson [Tue, 18 Mar 2008 11:41:03 +0000 (11:41 -0000)]
Use BOARD_PATH instead of BR2_BOARD_PATH for mips target

17 years agoUse BOARD_PATH instead of JP_Q5_PATH
Ulf Samuelsson [Tue, 18 Mar 2008 11:38:36 +0000 (11:38 -0000)]
Use BOARD_PATH instead of JP_Q5_PATH

17 years agoUse BOARD_PATH instead of ALCHEMY_DBAU1500_PATH
Ulf Samuelsson [Tue, 18 Mar 2008 11:34:43 +0000 (11:34 -0000)]
Use BOARD_PATH instead of ALCHEMY_DBAU1500_PATH

17 years agoRemove duplicate patches and arrange according to architecture
Ulf Samuelsson [Tue, 18 Mar 2008 09:36:16 +0000 (09:36 -0000)]
Remove duplicate patches and arrange according to architecture

17 years agoUse latest kernel for at91sam9260
Ulf Samuelsson [Tue, 18 Mar 2008 08:56:51 +0000 (08:56 -0000)]
Use latest kernel for at91sam9260

17 years agoUpdate Kernel config
Ulf Samuelsson [Tue, 18 Mar 2008 08:17:06 +0000 (08:17 -0000)]
Update Kernel config

17 years agoDon't use long options to start-stop-daemon as they may be disabled in the busybox...
Hamish Moffatt [Tue, 18 Mar 2008 00:20:24 +0000 (00:20 -0000)]
Don't use long options to start-stop-daemon as they may be disabled in the busybox configuration

17 years agoUpdate sam9260 defconfig
Ulf Samuelsson [Mon, 17 Mar 2008 23:06:32 +0000 (23:06 -0000)]
Update sam9260 defconfig

17 years agobusybox: additional 1.9.1 patches
Peter Korsgaard [Mon, 17 Mar 2008 19:44:43 +0000 (19:44 -0000)]
busybox: additional 1.9.1 patches

17 years agosdl: Fix include files install.
Peter Korsgaard [Mon, 17 Mar 2008 16:39:03 +0000 (16:39 -0000)]
sdl: Fix include files install.

Patch sdl-config rpath setting rather than setting exec-prefix and
using DESTDIR as the SDL makefile uses prefix for some files,
and exec-prefix for others leading to double $(STAGING_DIR) prefix.

17 years agochange gcc default optimization to S instead of zero. It is causing kernel compilatio...
John Voltz [Sun, 16 Mar 2008 13:26:14 +0000 (13:26 -0000)]
change gcc default optimization to S instead of zero. It is causing kernel compilation problems for people

17 years agoUse correct Linux version for depmod
Ulf Samuelsson [Sat, 15 Mar 2008 05:07:26 +0000 (05:07 -0000)]
Use correct Linux version for depmod

17 years agoadd some documentation about buildroot's patch system
John Voltz [Thu, 13 Mar 2008 17:16:30 +0000 (17:16 -0000)]
add some documentation about buildroot's patch system

17 years agomake patch-kernel create lists of applied patches, very handy indeed
John Voltz [Thu, 13 Mar 2008 17:10:40 +0000 (17:10 -0000)]
make patch-kernel create lists of applied patches, very handy indeed

17 years agofakeroot: fix tarball name
Peter Korsgaard [Thu, 13 Mar 2008 07:38:10 +0000 (07:38 -0000)]
fakeroot: fix tarball name

Reported by Hamish Moffatt.

17 years agopatch to replace legacy bzero with memset in wireless-tools
John Voltz [Wed, 12 Mar 2008 19:04:14 +0000 (19:04 -0000)]
patch to replace legacy bzero with memset in wireless-tools

17 years agopatch to replace legacy bzero with memset in tslib
John Voltz [Wed, 12 Mar 2008 19:03:20 +0000 (19:03 -0000)]
patch to replace legacy bzero with memset in tslib

17 years agofix dbus makefile to install with or without stripping
John Voltz [Wed, 12 Mar 2008 14:51:32 +0000 (14:51 -0000)]
fix dbus makefile to install with or without stripping

17 years agoFixed URL for fakeroot sources
John Voltz [Wed, 12 Mar 2008 13:57:59 +0000 (13:57 -0000)]
Fixed URL for fakeroot sources

17 years agoFix Qtopia Core 4 compile and installation and bump to version 4.4.0
John Voltz [Wed, 12 Mar 2008 13:53:02 +0000 (13:53 -0000)]
Fix Qtopia Core 4 compile and installation and bump to version 4.4.0

17 years agoone more minor change for debugging option
John Voltz [Wed, 12 Mar 2008 13:11:29 +0000 (13:11 -0000)]
one more minor change for debugging option

17 years agoadded more debugging options for packages
John Voltz [Wed, 12 Mar 2008 13:07:10 +0000 (13:07 -0000)]
added more debugging options for packages

17 years agoadded debugging option
John Voltz [Wed, 12 Mar 2008 11:23:11 +0000 (11:23 -0000)]
added debugging option

17 years agoUse 2.6.24 as default for at91sam9260dfc
Ulf Samuelsson [Wed, 12 Mar 2008 01:13:46 +0000 (01:13 -0000)]
Use 2.6.24 as default for at91sam9260dfc

17 years agoAdd support for 2.6.24 for AT91
Ulf Samuelsson [Wed, 12 Mar 2008 01:04:17 +0000 (01:04 -0000)]
Add support for 2.6.24 for AT91

17 years agoadd missing busybox config
Ulf Samuelsson [Wed, 12 Mar 2008 00:10:36 +0000 (00:10 -0000)]
add missing busybox config

17 years agofakeroot: update patch for 1.9.3
Peter Korsgaard [Tue, 11 Mar 2008 19:31:44 +0000 (19:31 -0000)]
fakeroot: update patch for 1.9.3

Patch by Sunil Gupta.

17 years agoremoved duplicate config.in reference
John Voltz [Tue, 11 Mar 2008 19:28:06 +0000 (19:28 -0000)]
removed duplicate config.in reference

17 years agoupdated samba version
John Voltz [Tue, 11 Mar 2008 19:13:38 +0000 (19:13 -0000)]
updated samba version

17 years agobuildroot: use BR2_KERNEL_MIRROR everywhere
Peter Korsgaard [Tue, 11 Mar 2008 18:54:17 +0000 (18:54 -0000)]
buildroot: use BR2_KERNEL_MIRROR everywhere

Based on patch by Nigel Kukard.

17 years agofix for defconfig
John Voltz [Tue, 11 Mar 2008 18:32:17 +0000 (18:32 -0000)]
fix for defconfig

17 years agoseparate u-boot for at91 arm and everything else
John Voltz [Tue, 11 Mar 2008 18:26:07 +0000 (18:26 -0000)]
separate u-boot for at91 arm and everything else

17 years agoupdated defconfig
John Voltz [Tue, 11 Mar 2008 18:17:02 +0000 (18:17 -0000)]
updated defconfig

17 years agoadded debug option
John Voltz [Tue, 11 Mar 2008 18:15:30 +0000 (18:15 -0000)]
added debug option

17 years agofixes for php makefile
John Voltz [Tue, 11 Mar 2008 18:14:42 +0000 (18:14 -0000)]
fixes for php makefile

17 years agoadded debug option
John Voltz [Tue, 11 Mar 2008 18:12:15 +0000 (18:12 -0000)]
added debug option

17 years agoupdated defconfig
John Voltz [Tue, 11 Mar 2008 17:58:47 +0000 (17:58 -0000)]
updated defconfig

17 years agoreverted last change
John Voltz [Tue, 11 Mar 2008 17:52:40 +0000 (17:52 -0000)]
reverted last change

17 years agodownload url was invalid
John Voltz [Tue, 11 Mar 2008 16:19:33 +0000 (16:19 -0000)]
download url was invalid