sfdisk: mark as deprecated

We're using an ancient uclibc specific snapshot, and should rather focus
on moving our util-linux package forward.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2010-11-05 14:24:08 +01:00
parent c107a15e92
commit 2b9e2fb4eb
2 changed files with 2 additions and 1 deletions

View File

@@ -64,7 +64,7 @@
xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke, xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
xterm, xvkbd, zlib xterm, xvkbd, zlib
Deprecated packages: hotplug, lzma, ng-spice-rework Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
Removed packages: dillo, libglib12, libgtk12, microwin, Removed packages: dillo, libglib12, libgtk12, microwin,
pcmcia pcmcia

View File

@@ -1,4 +1,5 @@
config BR2_PACKAGE_SFDISK config BR2_PACKAGE_SFDISK
bool "sfdisk" bool "sfdisk"
depends on BR2_DEPRECATED
help help
Partition table manipulator for Linux. Partition table manipulator for Linux.