diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-04 16:49:28 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-04 16:49:28 +0000 |
commit | d4d77f2b2e754f81cd29cde4e5f1227562ce2cd6 (patch) | |
tree | be58f6e0c6b50262cfdb4e6ea4e2bb78b4ec5f1f | |
parent | c405b0c6ed19a661bfd114b25bc1fae62ec132c0 (diff) |
default to opensimpad-64+0 on simpad
BKrev: 40e83518cPMN7MfhNTBsPkOdrnGngg
-rw-r--r-- | conf/simpad.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/simpad.conf b/conf/simpad.conf index d179b9d693..5e817e921d 100644 --- a/conf/simpad.conf +++ b/conf/simpad.conf @@ -1,7 +1,7 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel = "opensimpad" +PREFERRED_PROVIDER_virtual/kernel = "opensimpad-64+0" BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules freeswan mipv6 atmelwlandriver" BOOTSTRAP_EXTRA_RDEPENDS = "kernel" BOOTSTRAP_EXTRA_RRECOMMENDS = "freeswan mipv6 hostap-modules orinoco-modules atmelwlandriver kernel-module-sa1100-ir" |