Browse Source

change defaults to ext2 with ipkg package management

Waldemar Brodkorb 15 years ago
parent
commit
f7b7b1adcd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/Config.in

+ 2 - 2
target/Config.in

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