소스 검색

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>
Peter Korsgaard 14 년 전
부모
커밋
2b9e2fb4eb
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CHANGES
  2. 1 0
      package/sfdisk/Config.in

+ 1 - 1
CHANGES

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

+ 1 - 0
package/sfdisk/Config.in

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