diff options
author | Samuel Martin <s.martin49@gmail.com> | 2012-11-11 03:15:00 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-15 23:59:55 +0100 |
commit | 8cbd58f013502652e29f7b5ba342cdfd543b485d (patch) | |
tree | dc6dd549be9969e93b15f775f33b59ed28c732e9 /docs/manual | |
parent | c39686fc88dadfd4baa3f7ffef31fa1699650256 (diff) | |
download | buildroot-novena-8cbd58f013502652e29f7b5ba342cdfd543b485d.tar.gz buildroot-novena-8cbd58f013502652e29f7b5ba342cdfd543b485d.zip |
manual: add deprecated-list.txt
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/deprecated-list.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/manual/deprecated-list.txt b/docs/manual/deprecated-list.txt new file mode 100644 index 000000000..6dc87a445 --- /dev/null +++ b/docs/manual/deprecated-list.txt @@ -0,0 +1,46 @@ +// -*- mode:doc -*- ; + +[[deprecated]] +Deprecated list +--------------- + +The following stuff are marked as _deprecated_ in Buildroot due to +their status either too old or unmaintained. + +// list generated using the followings command: +// $ git grep -EB4 'depends on BR2_DEPRECATED' +// and +// $ git grep -EB4 'depends on BR2_DEPRECATED' | \ +// grep -Eo '(:|-).*?(config|comment) BR2_.*' +// +// Need manual checks and sorting. + +* Packages: + +** +busybox+ 1.18.x +** +customize+ +** +lzma+ +** +microperl+ +** +netkitbase+ +** +netkittelnet+ +** +pkg-config+ +** +squashfs3+ +** +ttcp+ + +* Toolchain: + +** +gdb+ 6.8 +** +gdb+ 7.0.1 +** +gdb+ 7.1 +** +kernel headers+ 2.6.37 +** +kernel headers+ 2.6.38 +** +kernel headers+ 2.6.39 + +* Bootloaders: + +** +u-boot+ 2011-06 +** +u-boot+ 2011-09 + +* Output images: + +** squashfs3 image |