diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-02-24 08:46:59 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-02-24 08:46:59 +0000 |
commit | 1981c0bcb817e6bb7e06cd84664261d848c09bb1 (patch) | |
tree | 57c34e05f9d1f9be5e06d5417442a992185c1fbb /docs | |
parent | 6d1f6eb747c2971d81f1f2cf4b7f268491023d7e (diff) | |
download | upstream-1981c0bcb817e6bb7e06cd84664261d848c09bb1.tar.gz upstream-1981c0bcb817e6bb7e06cd84664261d848c09bb1.tar.bz2 upstream-1981c0bcb817e6bb7e06cd84664261d848c09bb1.zip |
Added a CHANGES file, summarizing changes between official and experimental
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES new file mode 100644 index 0000000000..382aecf3e6 --- /dev/null +++ b/docs/CHANGES @@ -0,0 +1,16 @@ + + OpenWRT CHANGES + --------------- + + Changes between official and experimental + + *) new buildroot (based on uClib buildroot2) + + *) new kernel (updated to 2.4.29) + + *) jffs2 root partition support + + *) lzma compression (kernel and squashfs root partition) + + *) posix threads library (libpthread) is now embedded in firmware + |