Commit Graph

2172 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer 23fe556e15 - sh[234][[:alnum:]]* -> sh 2006-12-13 16:56:59 +00:00
Eric Andersen ad6270091e bump version as old version has gone missing 2006-12-13 13:17:18 +00:00
Eric Andersen ce70f4e7ce bump version 2006-12-13 13:13:02 +00:00
Eric Andersen da4175490a stupid typo 2006-12-13 13:09:41 +00:00
Eric Andersen 4f45ebcca3 install include/asm-generic if it is present 2006-12-13 13:07:47 +00:00
Eric Andersen 9295a204fa use a more sensible naming scheme 2006-12-13 12:42:45 +00:00
Eric Andersen 03746f2ec5 Patch in the version agnostic fix_includes in the older uClibc 0.9.28 2006-12-13 12:41:42 +00:00
Eric Andersen 26225b68cf another typo 2006-12-13 12:34:39 +00:00
Eric Andersen bee40029c1 oops, typo 2006-12-13 12:34:22 +00:00
Eric Andersen 6e2b255ad8 make this target current 2006-12-13 12:18:08 +00:00
Eric Andersen 0ac8b4c298 use the correct depmod for linux26 2006-12-13 11:59:53 +00:00
Eric Andersen 09d614de28 rename 2006-12-13 11:57:14 +00:00
Eric Andersen 1b7058694e endianness is handled elsewhere 2006-12-13 11:53:38 +00:00
Eric Andersen d699758c45 rework the default x86 target 2006-12-13 11:53:00 +00:00
Eric Andersen c6201a9df3 update ordering, automagically handle x86 subtypes 2006-12-13 11:51:42 +00:00
Eric Andersen 64bc2777e5 split things up so this is not an unreadable mess 2006-12-13 11:49:19 +00:00
Eric Andersen ed44d38316 update paths 2006-12-13 11:01:54 +00:00
Bernhard Reutner-Fischer d310a7f3bd - spelling fix 2006-12-13 09:17:12 +00:00
Eric Andersen 162a23c220 update busybox defaults a bit 2006-12-13 09:14:10 +00:00
Bernhard Reutner-Fischer 8aa6504ed2 - add libraw1394, thanks to Lars Munch 2006-12-13 09:13:15 +00:00
Bernhard Reutner-Fischer c3848942cf - andersee, please use ZCAT / BZCAT as configured by the user.
(see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks..
2006-12-13 09:04:58 +00:00
Bernhard Reutner-Fischer 196b850988 - bump version. 2006-12-13 08:55:55 +00:00
Eric Andersen 4eb8b697cb don't enable gdb in the default config 2006-12-13 07:33:07 +00:00
Eric Andersen 28283d54a8 fix cut-n-paste typo, where I replaced CFLAGS with two copies CXXFLAGS
fix spacing on env var failure notices
2006-12-13 07:25:22 +00:00
Eric Andersen ef6528bb8f add checks for when people have foolishly set things in their enviroment
such as CC, CFLAGS, etc that will cause buildroot to break
2006-12-13 07:21:16 +00:00
Eric Andersen 4f57ecd7f1 fix broken shell fragment 2006-12-13 07:19:58 +00:00
Eric Andersen a40c07487a update defconfig 2006-12-13 06:59:34 +00:00
Eric Andersen 0cc8fafe8f fix a few little glitches I left in here the other day 2006-12-13 06:59:01 +00:00
Eric Andersen 5ec906557c let people select different versions of busybox to suit their needs 2006-12-13 06:58:14 +00:00
Eric Andersen cd63fc12fd add missing default config so 'make defconfig' works 2006-12-13 06:26:47 +00:00
Eric Andersen 555adc366e Use a stable version of busybox by default. The daily snapshot of
busybox tends to break often and is thus not a great default.
2006-12-13 06:18:41 +00:00
Eric Andersen 21e97d3e15 Add avahi package and add libdaemon, which is needed by avahi 2006-12-12 22:26:51 +00:00
Eric Andersen a7748b2f13 add mpatrol package 2006-12-12 22:18:15 +00:00
Eric Andersen 28151cf8c7 add dmalloc 2006-12-12 22:16:41 +00:00
Eric Andersen b3d71710a3 add netplug package 2006-12-12 22:13:41 +00:00
Bernhard Reutner-Fischer 52e3eee8b9 - workaround vi's syntax highlighting 2006-12-12 17:01:26 +00:00
Bernhard Reutner-Fischer 51dd2d4a8b * Remove bogus tab in libcgi.mk that prevented the library from being build
* Added headerfiles to STAGING_DIR in usr/include/libcgi so that we
  can actually use the library with the toolchain
* Added patch that fixes up the makefile.in and fixes a few bugs in libcgi
* rm the target-dir's so* in libcgi-clean

Most of the patch has been taken from the debian package.

Thanks to Lars Munch.
2006-12-12 13:16:31 +00:00
Eric Andersen 5eeac710ca update uClibc config settings and update installation of kernel headers 2006-12-12 07:10:54 +00:00
Bernhard Reutner-Fischer f4d23f7ead - Add default udev.conf and fix a mkdir call.
Thanks to Petr Stetiar.
2006-12-10 13:53:28 +00:00
Bernhard Reutner-Fischer 0186dab79f - cosmetic vi syntax highlighting improvement 2006-12-10 13:42:16 +00:00
Bernhard Reutner-Fischer 15710d6d3b - revert r16800. 2006-12-10 13:24:03 +00:00
Bernhard Reutner-Fischer bc2f0501fe - bash can't be built with -j. 2006-12-08 12:50:37 +00:00
Bernhard Reutner-Fischer 761ca0d1a5 - Quote TARGET_PATH. Closes #1107. 2006-12-08 12:45:45 +00:00
Eric Andersen c5385c9011 sigh 2006-12-08 05:30:00 +00:00
Eric Andersen 3b261a29d5 use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin 2006-12-08 05:24:59 +00:00
Eric Andersen dea2c12405 use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin 2006-12-08 05:23:08 +00:00
Eric Andersen 4ca65e7d21 generate.sh needs bash, so make it to ask for it by name 2006-12-08 05:20:37 +00:00
Eric Andersen 6919db4cdc stime is a reserved name, don't let ltp use it for a local variable 2006-12-08 05:16:20 +00:00
Bernhard Reutner-Fischer 83fecd0e36 - The sysroot requires an existing argument, so make sure that we did configure
uClibc properly before attempting to use it.
2006-12-07 17:02:32 +00:00
Bernhard Reutner-Fischer 7ba97716ce - pass the target (kernel-) arch in. 2006-12-07 16:31:21 +00:00