buildroot.git
16 years agoAdd ubifs target
Hamish Moffatt [Fri, 4 Apr 2008 04:25:18 +0000 (04:25 -0000)]
Add ubifs target

16 years agoMore unbreaking. These cosmetic directory renames don't seem to be working out very...
Hamish Moffatt [Fri, 4 Apr 2008 00:13:56 +0000 (00:13 -0000)]
More unbreaking. These cosmetic directory renames don't seem to be working out very well..

16 years agodefconfig: remove busybox config setting
Peter Korsgaard [Thu, 3 Apr 2008 21:06:27 +0000 (21:06 -0000)]
defconfig: remove busybox config setting

Remove BR2_PACKAGE_BUSYBOX_CONFIG so the default config for the
selected version gets used. Got broken by r21257.

16 years agoadd festival speech synthesis package from University of Edinburgh
John Voltz [Thu, 3 Apr 2008 17:13:46 +0000 (17:13 -0000)]
add festival speech synthesis package from University of Edinburgh

16 years agodiffutils: cleanup makefile
Peter Korsgaard [Thu, 3 Apr 2008 11:44:09 +0000 (11:44 -0000)]
diffutils: cleanup makefile

Cleanup configure args, strip executables in TARGET_DIR and
honor BR2_ENABLE_LOCALE.

16 years agogzip: cleanup makefile
Peter Korsgaard [Thu, 3 Apr 2008 11:30:13 +0000 (11:30 -0000)]
gzip: cleanup makefile

Cleanup configure args, strip executables in TARGET_DIR, install
info / manpages into TARGET_DIR/usr/share/ and fixup
convenience aliases (gunzip, zcat, zdiff, ..)

16 years agopackage/editors: fix patch-kernel.sh arguments
Peter Korsgaard [Thu, 3 Apr 2008 09:32:52 +0000 (09:32 -0000)]
package/editors: fix patch-kernel.sh arguments

16 years agogzip, diff, grub: bump versions
Peter Korsgaard [Thu, 3 Apr 2008 09:28:56 +0000 (09:28 -0000)]
gzip, diff, grub: bump versions

Patch by andrewma (closes #2754)

16 years agoUnbreak the bridge-utils package..
Hamish Moffatt [Thu, 3 Apr 2008 04:10:14 +0000 (04:10 -0000)]
Unbreak the bridge-utils package..

16 years agoAdd romfs target support, courtesy Josh <buildroot@digitalpeer.com>
Hamish Moffatt [Wed, 2 Apr 2008 00:18:57 +0000 (00:18 -0000)]
Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>

16 years agopkgconfig: Return appropriate error code from pkgconfig script
Peter Korsgaard [Tue, 1 Apr 2008 15:29:03 +0000 (15:29 -0000)]
pkgconfig: Return appropriate error code from pkgconfig script

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.

16 years agothttpd: remove unused files
Peter Korsgaard [Tue, 1 Apr 2008 14:50:40 +0000 (14:50 -0000)]
thttpd: remove unused files

Patch by Simon Pasch

16 years agothttpd: fix thttpd_wrapper name
Peter Korsgaard [Tue, 1 Apr 2008 12:26:49 +0000 (12:26 -0000)]
thttpd: fix thttpd_wrapper name

Patch by Simon Pasch.

16 years agoMakefile.autotools.in: Do uninstall in staging/target dirs on -clean
Peter Korsgaard [Tue, 1 Apr 2008 10:30:32 +0000 (10:30 -0000)]
Makefile.autotools.in: Do uninstall in staging/target dirs on -clean

16 years agobusybox: additional 1.10.0 fix
Peter Korsgaard [Tue, 1 Apr 2008 10:00:00 +0000 (10:00 -0000)]
busybox: additional 1.10.0 fix

16 years agosetlocalversion: add git-svn support
Peter Korsgaard [Tue, 1 Apr 2008 09:53:14 +0000 (09:53 -0000)]
setlocalversion: add git-svn support

16 years agobuildroot: additional -clean target fixes
Peter Korsgaard [Tue, 1 Apr 2008 07:03:07 +0000 (07:03 -0000)]
buildroot: additional -clean target fixes

Patch by Hebbar.

16 years agodirect: don't fail clean target if directory doesn't exist
Peter Korsgaard [Tue, 1 Apr 2008 06:51:59 +0000 (06:51 -0000)]
direct: don't fail clean target if directory doesn't exist

Patch by Hebbar.

16 years agoexpat: cleanup configure arguments
Peter Korsgaard [Mon, 31 Mar 2008 20:09:06 +0000 (20:09 -0000)]
expat: cleanup configure arguments

16 years agoavahi: bump version
Peter Korsgaard [Mon, 31 Mar 2008 19:56:58 +0000 (19:56 -0000)]
avahi: bump version

16 years agobuildroot: add /etc/br-version with version info to target dir
Peter Korsgaard [Mon, 31 Mar 2008 19:50:05 +0000 (19:50 -0000)]
buildroot: add /etc/br-version with version info to target dir

16 years agoavahi: make sure /etc/dbus-1/system.d exists in target dir
Peter Korsgaard [Mon, 31 Mar 2008 19:43:50 +0000 (19:43 -0000)]
avahi: make sure /etc/dbus-1/system.d exists in target dir

16 years agodbus: use dbus-daemon as target for staging_dir installation
Peter Korsgaard [Mon, 31 Mar 2008 19:36:08 +0000 (19:36 -0000)]
dbus: use dbus-daemon as target for staging_dir installation

Use dbus-daemon as target for staging_dir installation instead of
library, as that changes name with soname changes.

16 years agosqlite: cleanup configure arguments
Peter Korsgaard [Mon, 31 Mar 2008 15:07:48 +0000 (15:07 -0000)]
sqlite: cleanup configure arguments

16 years agoncurses: cleanup /usr/lib/terminfo symlink handling
Peter Korsgaard [Mon, 31 Mar 2008 14:44:32 +0000 (14:44 -0000)]
ncurses: cleanup /usr/lib/terminfo symlink handling

16 years agoreadline: ignore errors in target-clean target
Peter Korsgaard [Mon, 31 Mar 2008 14:32:38 +0000 (14:32 -0000)]
readline: ignore errors in target-clean target

16 years agoavahi: depend on dbus-daemon in staging_dir
Peter Korsgaard [Mon, 31 Mar 2008 14:28:38 +0000 (14:28 -0000)]
avahi: depend on dbus-daemon in staging_dir

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.

16 years agoconcierge: cleanup (white space + unneeded mkdir)
Peter Korsgaard [Mon, 31 Mar 2008 09:51:59 +0000 (09:51 -0000)]
concierge: cleanup (white space + unneeded mkdir)

16 years agoMakefile: revert broken ccache (r21525) for now.
Peter Korsgaard [Mon, 31 Mar 2008 09:06:26 +0000 (09:06 -0000)]
Makefile: revert broken ccache (r21525) for now.

16 years agoPatch in EXTRA_VERSION
Ulf Samuelsson [Mon, 31 Mar 2008 05:42:03 +0000 (05:42 -0000)]
Patch in EXTRA_VERSION

16 years agoAdd Configs for new boards
Ulf Samuelsson [Sun, 30 Mar 2008 22:23:39 +0000 (22:23 -0000)]
Add Configs for new boards

16 years agoDo not allow optimizations which breaks linux build
Ulf Samuelsson [Sun, 30 Mar 2008 21:49:16 +0000 (21:49 -0000)]
Do not allow optimizations which breaks linux build

16 years agoMakefile: merge CVS and .svn find invocation
Peter Korsgaard [Sun, 30 Mar 2008 20:52:33 +0000 (20:52 -0000)]
Makefile: merge CVS and .svn find invocation

16 years agoMakefile: fix typo (.empty files, not dirs)
Peter Korsgaard [Sun, 30 Mar 2008 20:48:13 +0000 (20:48 -0000)]
Makefile: fix typo (.empty files, not dirs)

16 years agotarget_skeleton: mark empty directories with .empty files
Peter Korsgaard [Sun, 30 Mar 2008 20:45:42 +0000 (20:45 -0000)]
target_skeleton: mark empty directories with .empty files

Mark empty directories in target skeletons with .empty files
and remove them while copying to target (like it's already done for
svn and cvs files) to better support version control system which don't
handle empty directories (E.G. git-svn).

16 years agoUpdate at91 defconfigs
Ulf Samuelsson [Sun, 30 Mar 2008 20:42:40 +0000 (20:42 -0000)]
Update at91 defconfigs

16 years agoAdd webif package
Ulf Samuelsson [Sun, 30 Mar 2008 20:40:53 +0000 (20:40 -0000)]
Add webif package

16 years agoAdd example package
Ulf Samuelsson [Sun, 30 Mar 2008 20:39:41 +0000 (20:39 -0000)]
Add example package

16 years agolinux advanced: make menuconfig default
Peter Korsgaard [Sun, 30 Mar 2008 20:22:13 +0000 (20:22 -0000)]
linux advanced: make menuconfig default

16 years agoAllow selection of kernel config tool
Ulf Samuelsson [Sun, 30 Mar 2008 20:04:55 +0000 (20:04 -0000)]
Allow selection of kernel config tool

16 years agobusybox: additional 1.10.0 fixes
Peter Korsgaard [Sun, 30 Mar 2008 14:37:06 +0000 (14:37 -0000)]
busybox: additional 1.10.0 fixes

16 years ago* Removed GCC 4.2.0, added GCC 4.2.3 (take 2)
Nigel Kukard [Sun, 30 Mar 2008 08:12:22 +0000 (08:12 -0000)]
* Removed GCC 4.2.0, added GCC 4.2.3  (take 2)

16 years ago* Remove legacy GCC 4.1.x versions
Nigel Kukard [Sun, 30 Mar 2008 08:07:53 +0000 (08:07 -0000)]
* Remove legacy GCC 4.1.x versions

16 years ago* Remove legacy GCC 4.0.x versions
Nigel Kukard [Sun, 30 Mar 2008 08:06:38 +0000 (08:06 -0000)]
* Remove legacy GCC 4.0.x versions

16 years ago* Remove legacy GCC 3.4.x versions
Nigel Kukard [Sun, 30 Mar 2008 08:05:22 +0000 (08:05 -0000)]
* Remove legacy GCC 3.4.x versions

16 years agoRemove legacy GCC 3.3.x versions
Nigel Kukard [Sun, 30 Mar 2008 08:04:14 +0000 (08:04 -0000)]
Remove legacy GCC 3.3.x versions

16 years agoAdd build support for latest gdb
Ulf Samuelsson [Sun, 30 Mar 2008 07:09:07 +0000 (07:09 -0000)]
Add build support for latest gdb

16 years agolibglib12 cleanup
Ulf Samuelsson [Sun, 30 Mar 2008 07:06:12 +0000 (07:06 -0000)]
libglib12 cleanup

16 years agoEnsure shell environment is handled correctly
Ulf Samuelsson [Sun, 30 Mar 2008 06:38:46 +0000 (06:38 -0000)]
Ensure shell environment is handled correctly

16 years agoEasy update of defconfig
Ulf Samuelsson [Sun, 30 Mar 2008 06:29:30 +0000 (06:29 -0000)]
Easy update of defconfig

16 years agoForce use of bash for patching
Ulf Samuelsson [Sat, 29 Mar 2008 23:10:47 +0000 (23:10 -0000)]
Force use of bash for patching

16 years agoRemove duplicate AVR32 patches, and add support for ARCH and conditional AVR32 patches
Ulf Samuelsson [Sat, 29 Mar 2008 23:09:46 +0000 (23:09 -0000)]
Remove duplicate AVR32 patches, and add support for ARCH and conditional AVR32 patches

16 years agoRemove duplication of default kernel patch dir setting
Ulf Samuelsson [Sat, 29 Mar 2008 20:39:36 +0000 (20:39 -0000)]
Remove duplication of default kernel patch dir setting

16 years agoRemove duplication of default kernel patch dir setting
Ulf Samuelsson [Sat, 29 Mar 2008 20:38:22 +0000 (20:38 -0000)]
Remove duplication of default kernel patch dir setting

16 years agoRemove duplication of default kernel patch dir setting
Ulf Samuelsson [Sat, 29 Mar 2008 20:36:54 +0000 (20:36 -0000)]
Remove duplication of default kernel patch dir setting

16 years agoRemove duplication of default kernel patch dir setting
Ulf Samuelsson [Sat, 29 Mar 2008 20:36:24 +0000 (20:36 -0000)]
Remove duplication of default kernel patch dir setting

16 years agoFeeding the kernel zero optimization -O0 breaks the kernel build at least on x86...
Nigel Kukard [Sat, 29 Mar 2008 17:47:36 +0000 (17:47 -0000)]
Feeding the kernel zero optimization -O0 breaks the kernel build at least on x86 with asm errors, remove -O0 when building the kernel

16 years agoPentiumPro is not Pentium4 but i686
Nigel Kukard [Sat, 29 Mar 2008 17:34:23 +0000 (17:34 -0000)]
PentiumPro is not Pentium4 but i686

16 years ago* Fixed uClibc sub-x86 arch selection
Nigel Kukard [Sat, 29 Mar 2008 16:23:16 +0000 (16:23 -0000)]
* Fixed uClibc sub-x86 arch selection

16 years agoAdd some robustness to linux configuration
Ulf Samuelsson [Sat, 29 Mar 2008 14:09:22 +0000 (14:09 -0000)]
Add some robustness to linux configuration

16 years agoRemove AVR32 gdb patches duplicating prepatched source
Ulf Samuelsson [Sat, 29 Mar 2008 11:14:27 +0000 (11:14 -0000)]
Remove AVR32 gdb patches duplicating prepatched source

16 years agoRemove binutils AVR32 patches duplicating external source
Ulf Samuelsson [Sat, 29 Mar 2008 11:09:49 +0000 (11:09 -0000)]
Remove binutils AVR32 patches duplicating external source

16 years agoRemove avr32 gcc patches duplicating external source
Ulf Samuelsson [Sat, 29 Mar 2008 11:07:12 +0000 (11:07 -0000)]
Remove avr32 gcc patches duplicating external source

16 years agoRemove duplication of AVR32 toolchain
Ulf Samuelsson [Sat, 29 Mar 2008 11:04:30 +0000 (11:04 -0000)]
Remove duplication of AVR32 toolchain

16 years agopackage: remove empty directories
Peter Korsgaard [Fri, 28 Mar 2008 23:13:30 +0000 (23:13 -0000)]
package: remove empty directories

These directories should have been removed when the packages got moved
to subdirs, but git-svn seems to have issues with empty directories.

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

16 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

16 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

16 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

16 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

16 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

16 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

16 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.

16 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

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

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

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

16 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

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

16 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

16 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

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

16 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.

16 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.

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

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

16 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.

16 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

16 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.

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

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

16 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

16 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.

16 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

16 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.

16 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

16 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

16 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.

16 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.

16 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