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
|
162a23c220
|
update busybox defaults a bit
|
2006-12-13 09:14:10 +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
|
0186dab79f
|
- cosmetic vi syntax highlighting improvement
|
2006-12-10 13:42:16 +00:00 |
|
Bernhard Reutner-Fischer
|
f7da61daa3
|
- +x
|
2006-12-04 13:39:50 +00:00 |
|
Bernhard Reutner-Fischer
|
f2e4ecf1d8
|
- add generic target. X86 for now, don't fork this but generalize it!
|
2006-12-02 19:34:17 +00:00 |
|
Bernhard Reutner-Fischer
|
0d4312bd97
|
- eventually mount the crap /proc before remounting to make busybox's mount that incorrectly may rely on /proc work.
|
2006-12-02 18:34:32 +00:00 |
|
Bernhard Reutner-Fischer
|
eb3b21be72
|
- honor uclibc's notion of LFS support
|
2006-11-29 20:26:05 +00:00 |
|
Bernhard Reutner-Fischer
|
1d10f37b2e
|
- keep the original tarball around.
|
2006-11-29 19:28:41 +00:00 |
|
Bernhard Reutner-Fischer
|
f7de9bf615
|
- provide a choice to select the compressor to use for the final rootfs.
Closes #1014
|
2006-11-29 19:16:48 +00:00 |
|
Bernhard Reutner-Fischer
|
6933e0ae04
|
- use the HOSTCC as set by the user.
|
2006-11-29 19:02:47 +00:00 |
|
Bernhard Reutner-Fischer
|
d41f2f350e
|
- fix typo in grub-clean
|
2006-11-29 12:17:26 +00:00 |
|
Bernhard Reutner-Fischer
|
085f7b3ed9
|
- look at target variants when determining if syslinux is supported or not.
Closes #637
|
2006-11-28 10:01:46 +00:00 |
|
Bernhard Reutner-Fischer
|
d15b0f98f1
|
- Change LC_ALL=POSIX to LC_ALL=C and remove LANG=C as suggested by vapier.
|
2006-11-28 08:49:17 +00:00 |
|
Bernhard Reutner-Fischer
|
cbb32d16c4
|
- pass a LC_ALL to du to avoid i18n trouble when calculating the size.
Fixes #1044
|
2006-11-22 23:36:41 +00:00 |
|
Bernhard Reutner-Fischer
|
e065bbbe97
|
|
2006-11-22 21:24:58 +00:00 |
|
Bernhard Reutner-Fischer
|
907c0740c9
|
- fix indentation, second take :(
|
2006-11-22 20:21:24 +00:00 |
|
Bernhard Reutner-Fischer
|
8862d9b9ad
|
- fix indentation
|
2006-11-22 19:58:35 +00:00 |
|
Bernhard Reutner-Fischer
|
119e9af1b5
|
- add a simple cpio target, to be used with an initramfs.
Thanks to Goetz Bock
|
2006-11-22 19:10:59 +00:00 |
|
Bernhard Reutner-Fischer
|
b1aa351c22
|
- bump version
|
2006-11-22 15:22:31 +00:00 |
|
Bernhard Reutner-Fischer
|
6e2823c1fa
|
- add and use BR2_BZCAT config option.
|
2006-11-17 15:43:51 +00:00 |
|
Bernhard Reutner-Fischer
|
bffe93141b
|
- also allow grub for x86_64
- bump version
|
2006-11-17 11:47:04 +00:00 |
|
Eric Andersen
|
ba70f94e62
|
subversion makes it so we do not need a separate tarball
to store empty directories and symlinks for the target_skeleton.
|
2006-11-15 06:52:00 +00:00 |
|
Eric Andersen
|
3d9321336b
|
bring up to version 3.31
|
2006-11-14 23:22:15 +00:00 |
|
Bernhard Reutner-Fischer
|
a44651de6e
|
- Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.
|
2006-11-04 19:15:56 +00:00 |
|
Eric Andersen
|
93c38651bd
|
update config files
|
2006-10-17 16:57:49 +00:00 |
|
Bernhard Reutner-Fischer
|
180bc5941a
|
- jffs2 requires the mtd package for the mtd-host tools.
|
2006-10-06 13:00:57 +00:00 |
|
Bernhard Reutner-Fischer
|
30680d7b70
|
- use the HOSTCC given by the user.
|
2006-10-06 12:59:33 +00:00 |
|
Bernhard Reutner-Fischer
|
6342c83201
|
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
|
2006-10-01 15:17:52 +00:00 |
|
Peter Korsgaard
|
0d0b98727d
|
GRUB package is called BR2_TARGET_GRUB
|
2006-09-25 12:35:27 +00:00 |
|
Peter Korsgaard
|
ddcaf1444d
|
mkfs.jffs2 doesn't like short form of pad option with arg
|
2006-08-22 08:03:19 +00:00 |
|
Peter Korsgaard
|
611b040535
|
Bump to upstream v3.1
|
2006-08-21 07:24:22 +00:00 |
|
Bernhard Reutner-Fischer
|
c3c100b63f
|
- list defaults for BR2_GNU_TARGET_SUFFIX in help text
- fix a few typos
|
2006-07-04 11:44:32 +00:00 |
|
Eric Andersen
|
e8609e8ea7
|
Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster
and should NOT be enabled by default.
|
2006-07-04 11:06:43 +00:00 |
|
Eric Andersen
|
5787443321
|
sync target kernel version with reality
|
2006-06-23 16:43:52 +00:00 |
|
Eric Andersen
|
610595feca
|
fix url
|
2006-06-23 16:32:47 +00:00 |
|
Eric Andersen
|
b6ea2bdd2f
|
update config a bit
|
2006-06-23 07:45:00 +00:00 |
|
Eric Andersen
|
179d9671c0
|
version bump
|
2006-06-23 07:06:48 +00:00 |
|
Peter Korsgaard
|
027add8c56
|
Update squashfs patch to v3.0 (2.4.28 kernel)
Untested as I don't have the hw, but the patch applies cleanly.
|
2006-05-24 18:26:46 +00:00 |
|
Peter Korsgaard
|
194b234748
|
Bump to upstream v3.0
Notice that this uses a new NON-compatible filesystem format, so you need
the v3.0 kernel patch to access it!
|
2006-05-24 18:07:33 +00:00 |
|
Mike Frysinger
|
b81bcbd229
|
Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The correct syntax is actually $(VAR_NAME)
|
2006-04-21 01:23:35 +00:00 |
|
Eric Andersen
|
f56a19707d
|
Fix missing /etc/mtab symlink
|
2006-04-14 19:57:28 +00:00 |
|
Eric Andersen
|
55d713a4ec
|
Make symlink targets use relative paths per bug 303
|
2006-04-14 19:10:24 +00:00 |
|
Eric Andersen
|
a85a7cfaf7
|
doh
|
2006-04-12 00:44:57 +00:00 |
|
Eric Andersen
|
8cf5026c6a
|
dont use depmod.pl, use cross depmod which I made work properly a while back.
Apply latest stable kernel patch
|
2006-04-12 00:33:42 +00:00 |
|
Eric Andersen
|
f3724ee831
|
try to make sure results actually make it to disk
|
2006-04-11 00:06:17 +00:00 |
|
Eric Andersen
|
674d61d84b
|
yet again... rework fakeroot handling to ensure fakeroot is invoked just once,
as it seems to sometimes lose values logged during from earlier invocations.
|
2006-04-10 22:49:48 +00:00 |
|