diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-21 19:52:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-21 19:52:25 +0100 |
commit | f7b7b1adcd70951592804a13f4aa79bafb6b023e (patch) | |
tree | ba8bfe1d7bbfe3b790bd2bb4dcb3b058ea7c82ba /target | |
parent | 4d45c88e689b9a36f81320971df44966638e7710 (diff) |
change defaults to ext2 with ipkg package management
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/Config.in b/target/Config.in index f0bd73032..bcc9b20ab 100644 --- a/target/Config.in +++ b/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 |