Commit Graph

1050 Commits

Author SHA1 Message Date
Mike Frysinger c1f119b500 2.15.94.0.2.2 has been released 2005-02-19 20:54:44 +00:00
Mike Frysinger 65993ce772 old 2005-02-19 20:54:15 +00:00
Eric Andersen bca6ae25ab make valgrind compile with newer kernel headers 2005-02-19 02:49:43 +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 b8d48d66b3 Update toolchain with some cvs additions from the debian package 2005-02-17 18:52:22 +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 70087a75db Whitespace 2005-02-17 03:00:46 +00:00
Eric Andersen 79f5f1e867 Make target stuff last so it can override everything else 2005-02-17 03:00:29 +00:00
Eric Andersen 0cd5b3c5f8 add dhcpdump 2005-02-16 21:34:41 +00:00
Eric Andersen cbe260d167 HPA's Trivial File Transfer Protocol (tftp) server. 2005-02-16 21:17:18 +00:00
Eric Andersen 298bf4d52d provide a runlevel 2005-02-16 21:16:17 +00:00
Eric Andersen 499d3b9983 cleanup whitespace 2005-02-16 19:48:43 +00:00
Eric Andersen 9cc9476c35 more dhcp updates 2005-02-16 19:48:03 +00:00
Eric Andersen 2506ab7fc3 the deleting part of 'svn mv' doesnt seem to work. I must
be doing something wrong.
2005-02-16 19:14:32 +00:00
Eric Andersen 5043633f08 rename dhcp_relay to dhcp 2005-02-16 19:09:35 +00:00
Eric Andersen 3cbcad5500 remove 2005-02-16 19:08:57 +00:00
Eric Andersen af166567d0 rename dhcp_relay to dhcp 2005-02-16 19:08:33 +00:00
Eric Andersen 85168e9d22 Rework things a bit to build the server, client, etc 2005-02-16 19:05:09 +00:00
Eric Andersen 4bd45df3f9 cleanup whitespace 2005-02-16 18:42:19 +00:00
Eric Andersen 6970a92158 give uclibc and busybox config files consistant variable names 2005-02-15 22:48:08 +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 d7d604bb94 This file is now obsolete. kill it. 2005-02-13 06:41:09 +00:00
Eric Andersen 351c7b64b9 cleanup install target a bit 2005-02-12 04:32:48 +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 ec3977300f update default config 2005-02-12 00:26:45 +00:00
Eric Andersen e7dd14f373 make it compile 2005-02-12 00:26:27 +00:00
Eric Andersen d2b724eb7c kill the older wtools 2005-02-12 00:25:57 +00:00
Eric Andersen 2caf7941bf What is 'wtools'? Give it its proper name 'wireless-tools' 2005-02-12 00:25:16 +00:00
Eric Andersen 402920471f What is 'wtools'? Give it its proper name 'wireless-tools' 2005-02-12 00:23:18 +00:00
Eric Andersen 601b1a1ad1 cleanup using a variable before it was defined 2005-02-11 21:32:35 +00:00
Eric Andersen dab038a04a fixup use of a variable before it is set 2005-02-11 21:02:07 +00:00
Eric Andersen 1a35a66350 Fix some silly bugs: a variable for gcc was used before it was defined, remove
'.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default.
2005-02-11 20:52:06 +00:00
Eric Andersen aba5e68975 remove 'mke2fs' and instead add the properly named 'e2fsprogs' 2005-02-11 20:42:52 +00:00
Eric Andersen 8f144a058a remove obsolete .cvsignore file 2005-02-11 18:49:30 +00:00
Eric Andersen 33b3c22173 remove obsolete .cvsignore file 2005-02-11 18:30:18 +00:00
Eric Andersen 7fbccfad21 Update to check notifications 2005-02-11 02:39:50 +00:00
Eric Andersen 1ee40e9db0 update copyright (mainly to check post-commit notifications) 2005-02-11 02:29:58 +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 040f60b3ea menuconfig -> config 2005-02-10 00:59:47 +00:00