diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/collie-2.4.conf | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 55c0e51295..f9abebf291 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -320,7 +320,7 @@ export palmqtdir = "/opt/QtPalmtop" GNU_MIRROR = "ftp://ftp.gnu.org/gnu" DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" -SOURCEFORGE_MIRROR = "http://surfnet.dl.sourceforge.net" +SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net" GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" GPEPHONE_MIRROR = "http://gpephone.linuxtogo.org/download/gpephone" GPE_SVN = "svn://projects.linuxtogo.org/svn/gpe/trunk/base;module=${PN}" diff --git a/conf/machine/include/collie-2.4.conf b/conf/machine/include/collie-2.4.conf index 0412ea359a..a77d12a53f 100644 --- a/conf/machine/include/collie-2.4.conf +++ b/conf/machine/include/collie-2.4.conf @@ -1,5 +1,8 @@ PREFERRED_PROVIDER_virtual/kernel = "collie-kernels-2.4-embedix" +# workaround for bug 1877 +PREFERRED_PROVIDER_hostap-modules = "hostap-modules" + SERIAL_CONSOLE = "115200 ttyS0" # # no keyboard feature because 2.4 kernel keymap works ok and we have limited flash |