浏览代码

package/: remove more 'default n' (see r22874)

Peter Korsgaard 17 年之前
父节点
当前提交
9ca9f93339
共有 2 个文件被更改,包括 0 次插入5 次删除
  1. 0 4
      package/directfb/Config.in
  2. 0 1
      package/pciutils/Config.in

+ 0 - 4
package/directfb/Config.in

@@ -15,18 +15,15 @@ config BR2_PACKAGE_DIRECTFB_MULTI
 
 config BR2_PACKAGE_DIRECTFB_XSERVER
 	bool "build with X server backend"
-	default n
 	depends on BR2_PACKAGE_DIRECTFB
 	depends on !BR2_PACKAGE_XSERVER_none
 
 config BR2_PACKAGE_DIRECTFB_UNIQUE
 	bool "enable unique window manager"
-	default n
 	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_ATI128
 	bool "compile ati128 graphics driver"
-	default n
 	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_CLE266
@@ -36,7 +33,6 @@ config BR2_PACKAGE_DIRECTFB_CLE266
 
 config BR2_PACKAGE_DIRECTFB_MATROX
 	bool "compile matrox graphics driver"
-	default n
 	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_UNICHROME

+ 0 - 1
package/pciutils/Config.in

@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PCIUTILS
 	bool "pciutils"
-	default n
 	help
 	  Various utilities dealing with the PCI bus.
 	  Provides things like setpci and lspci.