diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-26 10:46:21 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-26 10:46:21 +0000 |
commit | c398f399bf7f2f674440dc78574b372b6498dd20 (patch) | |
tree | a6826fd60425f838490e5d8ae1924070dbfd9798 /conf/machine/include | |
parent | 1e8d12394b938796eb1cdcaa8a24694da9662282 (diff) |
conf/machine/include/collie-2.4.conf: Correct Typo. Fixes 1902.
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/collie-2.4.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/collie-2.4.conf b/conf/machine/include/collie-2.4.conf index 5b99c7485d..eed8de9ab9 100644 --- a/conf/machine/include/collie-2.4.conf +++ b/conf/machine/include/collie-2.4.conf @@ -1,5 +1,5 @@ PREFERRED_PROVIDER_virtual/kernel = "openzaurus-sa" -COLLIE_MEMORY_SIZE =? "64" +COLLIE_MEMORY_SIZE ?= "64" # workaround for bug 1877 PREFERRED_PROVIDER_hostap-modules = "hostap-modules" |