diff options
author | Samuel Martin <s.martin49@gmail.com> | 2013-03-25 13:28:10 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-04 12:50:14 +0200 |
commit | af1f14daa82867f6dd80d23ffcb4a9ca9ca00c80 (patch) | |
tree | 544af07128ddd4c90ac4857222ad0fc5f449988e /docs/manual/deprecated-list.txt | |
parent | 145508473c0e9884a9f9bb53455413ae815861ff (diff) | |
download | buildroot-novena-af1f14daa82867f6dd80d23ffcb4a9ca9ca00c80.tar.gz buildroot-novena-af1f14daa82867f6dd80d23ffcb4a9ca9ca00c80.zip |
manual: do not track generated files
Since there is no need to edit the generated list, we don't need
to keep the files under git control, so remove the existing lists.
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/deprecated-list.txt')
-rw-r--r-- | docs/manual/deprecated-list.txt | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/docs/manual/deprecated-list.txt b/docs/manual/deprecated-list.txt deleted file mode 100644 index 9c8f10531..000000000 --- a/docs/manual/deprecated-list.txt +++ /dev/null @@ -1,46 +0,0 @@ -// -*- mode:doc -*- ; - -[[deprecated]] -Deprecated list ---------------- - -The following features 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 |