diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 12:24:08 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 12:24:08 +0000 |
commit | bf3eda107c10e5d73c716744bfadaee4b4ab0093 (patch) | |
tree | 5be4b26ccd509dcc7c91534d9095a6b0141908ce /obsolete-buildroot/README | |
parent | a14b6eb9921365d5c2ce4e3f9c7cbc73213770e7 (diff) |
removed the old directories, too.. cleanup is ready, yay
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'obsolete-buildroot/README')
-rw-r--r-- | obsolete-buildroot/README | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/obsolete-buildroot/README b/obsolete-buildroot/README deleted file mode 100644 index e60264664..000000000 --- a/obsolete-buildroot/README +++ /dev/null @@ -1,41 +0,0 @@ -This is a modified uClibc buildroot, customized to build OpenWRT. - -If you already have the linksys tarball (check make/openwrt.mk for the -version used), then move/copy/symlink it into sources/dl. At the -moment (2004/03/05) I'm using wrt54gv2.2.02.2.tgz. - -Simply running 'make' will build openwrt-code.bin and a tarball of -the kernel modules. Customizations of the kernel, uClibc, and busybox -are possible by modifying the appropriate config files in source. -Copies of the stock openwrt Makefile, uClibc.config, busybox.config, -are included with a '-openwrt' suffix. - -Remember that different configurations of uClibc may not be binary -compatible. Also, uClibc is not necessarily binary compatible between -versions. In particular, dynamicly linked applications and libraries -built with the linksys/broadcom toolchain are NOT binary compatible -with current uClibc. - -Manuel Novoa III -mjn3@codepoet.org - - -2004/03/16 Added patch to support boardtype of bcm94710ap. - Updated resetmon patch as per mbm. - Set busybox and uClibc snapshots to known good versions. - -2004/03/30 Switch to wrt54gs.2.07.1.tgz as the base tarball. - Start grabbing the (updated) root skeleton from openwrt cvs. - Add busybox applets: passwd and nameif. - Update snapshots of buildroot, uClibc, and busybox. - Fix broken /var symlink. - -2004/03/31 Replace diag_led.c with mbm's rewrite. - Create code.bin files for both 'G' and 'GS' units. - Update busybox for sed fix. - -2004/05/08 Add busybox applets: chown, chgrp, lsmod, sysctl - Remove: ipaddr, iplink, iproute - Update snapshots of buildroot, uClibc, busybox, netfilter. - -.. more changes as yet undocumented .. |