瀏覽代碼

busybox: default HIDE_OTHERS to y for all versions

There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
by default for the snapshot version.
Peter Korsgaard 17 年之前
父節點
當前提交
fa0ac2de33
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/busybox/Config.in

+ 1 - 1
package/busybox/Config.in

@@ -91,7 +91,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
 config BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
 	bool "Hide applications that are provided by busybox"
 	depends on BR2_PACKAGE_BUSYBOX
-	default y if BR2_PACKAGE_BUSYBOX_SNAPSHOT
+	default y
 	help
 	  Do not show packages in menuconfig that are potentially provided
 	  by busybox.