diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-13 10:30:18 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-13 10:32:06 +0200 |
commit | 93c655e4f68d79cb8147434e042a320347469b3a (patch) | |
tree | af2301d2df7c4ac61b7bec45dc41dc9463c8c1e7 /conf | |
parent | 1d968e0ee3621df2b40160b097ffafcef3a3870f (diff) |
imote2.conf: Restore old kernel provider.
Thanks Koen for spotting.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imote2.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/imote2.conf b/conf/machine/imote2.conf index 78af942473..24da0d0678 100644 --- a/conf/machine/imote2.conf +++ b/conf/machine/imote2.conf @@ -3,8 +3,7 @@ #@DESCRIPTION: Machine configuration for Crossbow iMote 2 TARGET_ARCH = "arm" -#PREFERRED_PROVIDER_virtual/kernel = "linux" -PREFERRED_PROVIDER_virtual/kernel = "linux-zigbee" +PREFERRED_PROVIDER_virtual/kernel = "linux" PACKAGE_EXTRA_ARCHS = " iwmmxt" |