diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 16:59:08 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 16:59:08 +0000 |
commit | 17865ab4a2fb5f6c5eeb53a229cc1fc21dbcfd39 (patch) | |
tree | df085a33c508d67bc372b06a239dd704aab6ae8f /conf/machine/akita.conf | |
parent | 7632c92656c9aec7e77255584d6bb942a0abc6ae (diff) |
zaurus machines: Clean up IPKG_EXTRA_ARCHS and IMAGE_FSTPES (from poky)
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" |