Răsfoiți Sursa

change defaults to ext2 with ipkg package management

Waldemar Brodkorb 15 ani în urmă
părinte
comite
f7b7b1adcd
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      target/Config.in

+ 2 - 2
target/Config.in

@@ -880,7 +880,7 @@ config ADK_COMPRESSION_TOOL
 choice
 prompt "Root filesystem type"
 	depends on ADK_TARGET_ROOTFS_ARCHIVE
-	default ADK_TARGET_ROOT_XFS
+	default ADK_TARGET_ROOT_EXT2_FS
 
 config ADK_TARGET_ROOT_XFS
 	boolean
@@ -928,7 +928,7 @@ config ADK_PACKAGE_SUFFIX
 
 choice
 prompt "Package backend format"
-	default ADK_TARGET_PACKAGE_TGZ
+	default ADK_TARGET_PACKAGE_IPKG
 
 config ADK_TARGET_PACKAGE_IPKG
 	boolean