Eric Andersen
8855700d83
Fix Soekris net4521 kernel config location
2005-03-01 17:43:36 +00:00
Mike Frysinger
60d43f2627
ext2 was renamed, update config option
2005-02-25 04:24:36 +00:00
Eric Andersen
7e94594783
rename patches to avoid any confision as to patch order
2005-02-25 00:57:48 +00:00
Eric Andersen
970731e1ec
target/device/Soekris/net4521/linux.mk should only be used when
...
BR2_TARGET_SOEKRIS_NET4521 is enabled.
2005-02-24 19:38:09 +00:00
Eric Andersen
487f8c9d03
fixup kernel compile
2005-02-22 08:46:49 +00:00
Eric Andersen
eb86ef270a
Do not squash perms, just owner
2005-02-18 23:58:16 +00:00
Eric Andersen
02242b9f3d
move stuff around a little bit more
2005-02-18 19:32:18 +00:00
Eric Andersen
bca14a7528
I need this bit too
2005-02-17 21:08:20 +00:00
Eric Andersen
5b02c77f21
more example device support
2005-02-17 19:01:52 +00:00
Eric Andersen
9fb8ba75ff
fixup a couple of typos
2005-02-17 18:51:52 +00:00
Eric Andersen
c123fc3ccf
move more stuff around for better board support
2005-02-17 18:49:52 +00:00
Eric Andersen
970e888983
more changes towards better board support
2005-02-17 18:22:12 +00:00
Eric Andersen
bb15c2215e
more changes towards better board support
2005-02-17 18:21:20 +00:00
Eric Andersen
7d0b7649c9
shuffle things around
2005-02-17 17:29:57 +00:00
Eric Andersen
2b7460e362
Move stuff around
2005-02-17 17:17:48 +00:00
Eric Andersen
e58927e0e4
Move device table to
2005-02-17 17:07:29 +00:00
Eric Andersen
29704897cd
Add the new device directory
2005-02-17 17:05:47 +00:00
Eric Andersen
499d3b9983
cleanup whitespace
2005-02-16 19:48:43 +00:00
Eric Andersen
f4649ed254
doh. The first hunk of my patch was redundant
2005-02-15 09:44:16 +00:00
Eric Andersen
587277d8a0
Fix it so that owners and permissions specified in device table
...
entires are not squashed.
2005-02-15 09:26:57 +00:00
Eric Andersen
66adf26aa4
We need to calculate filesystem size right when we run genext2fs.
...
As was, size was calculated right when 'make' was run, at which
point the rootfs may well be empty...
2005-02-12 04:32:17 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Mike Frysinger
cdd46741aa
menuconfig -> config
2005-02-10 00:59:22 +00:00
Eric Andersen
6fa2c16be9
Fix broken config menu
2005-02-09 19:40:19 +00:00
Mike Frysinger
18e57618d7
touchup description to look like all the others
2005-02-09 19:15:06 +00:00
Mike Frysinger
cd0a84da7e
allow users to generate tarballs of the target filesystem
2005-02-09 16:06:06 +00:00
Mike Frysinger
80e5aaa56b
touchups
2005-02-09 16:05:07 +00:00
Mike Frysinger
3c865f37e7
add URL for more info
2005-02-09 16:04:44 +00:00
Eric Andersen
dda90723ce
Patch from gtj: http://bugs.uclibc.org/view.php?id=40
...
0000040: Adds options to jffs2 filesystem creation
Brings jffs2 up to the 20041007 build level so it will compile with both 2.4
and 2.6 kernels.
Adds ability to specify eraseblock and pad sizes, permissions squash,
big/little endian and device table in the configuration.
Also adds capability to copy the resulting image to a secondary location like
a tftp server's root directory.
mtd.patch adds capabilities of the previously attached patch plus allows you to
compile a version of the utilities to run on the target system.
So now there's a set of config options under package to compile the utils for
distribution to the target and a set of config options under target to create a
jffs2 filesystem.
2005-01-23 11:16:11 +00:00
Eric Andersen
0a87bc7b58
Patch from gtj -- http://bugs.uclibc.org/view.php?id=39
...
0000039: Adds options to ext2 filesystem creation
Adds ability to specify block and inode counts, reserved blocks, permissions
squash and device table in the configuration.
Also adds capability to gzip output and to copy the resulting image to a
secondary location like a tftp server's root directory.
2005-01-23 10:53:06 +00:00
Eric Andersen
c0ca7f4bdc
Update to latest CVS version of genext2fs
...
http://cvs.sourceforge.net/viewcvs.py/genext2fs/
which includes my device table stuff
2004-12-27 21:26:16 +00:00
Mike Frysinger
9a3cc345e1
Philip Rakity <prakity@yahoo.com>: I forgot to mention that the makefile in genextfs has
...
one error that the macosx ld program detects -- this
is the duplicate -o option
2004-12-22 02:03:12 +00:00
Tim Riker
aabea2803d
use fs type as file extension
2004-10-27 18:12:49 +00:00
Eric Andersen
275fcee617
Fix it so we once again build the target root_fs
2004-10-09 04:46:15 +00:00
Eric Andersen
4c4768b2f7
Fix it so we once again build the target root_fs
2004-10-09 04:34:21 +00:00
Eric Andersen
6c2a7c0359
Remove references to the obsolete SOURCE_DIR
2004-10-09 04:15:52 +00:00
Eric Andersen
44eedc5c44
facelift step number two
2004-10-09 02:49:33 +00:00