diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 17:37:21 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 17:37:21 +0000 |
commit | e75954d06cc21565451c14de8f3d3c31d7d0293a (patch) | |
tree | e7553f3445587659838abf1a7fa06473cc838d8c /conf/machine/akita.conf | |
parent | ea43a6c869027d4d3b45999fa4d95d2be78e00d6 (diff) | |
parent | 2101f6f377a76c373b5ef4ff2fb8484ab5d4d31f (diff) |
merge of '90a1ac7c53dbaf35a4b93a66275d608d001eb092'
and 'ec80efa0b796cacd58e78cc5eeb3e250413712e8'
Diffstat (limited to 'conf/machine/akita.conf')
-rw-r--r-- | conf/machine/akita.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf index 005a70e664..0358864c70 100644 --- a/conf/machine/akita.conf +++ b/conf/machine/akita.conf @@ -4,6 +4,8 @@ include conf/machine/include/zaurus-clamshell.conf include conf/machine/include/zaurus-clamshell-2.6.conf -IPKG_EXTRA_ARCHS += "armv4 armv4t iwmmxt" + +IPKG_EXTRA_ARCHS += "iwmmxt" +IMAGE_FSTYPES ?= "jffs2" ROOT_FLASH_SIZE = "58" |