diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-12-01 20:23:34 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-12-01 20:23:34 +0000 |
commit | 177e5b7476b24b6156fbf50788fcd6f07137897f (patch) | |
tree | dc4f767a6d7faf2b58284fe505ff047031bac558 /conf | |
parent | 9b40b08d2536fa987bef7a595de977a94730a7e9 (diff) | |
parent | f947019a85e8d4073c63c1f6370ee6f88469fc7b (diff) |
merge of '2f5488a316106b94b9b819b0cca9b23352724d0f'
and 'ccb9ca1370f5bfcbef794de33758dbc89a29055f'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ixp4xxbe.conf | 2 | ||||
-rw-r--r-- | conf/machine/ixp4xxle.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/ixp4xxbe.conf b/conf/machine/ixp4xxbe.conf index 21dee73c56..5108623750 100644 --- a/conf/machine/ixp4xxbe.conf +++ b/conf/machine/ixp4xxbe.conf @@ -11,3 +11,5 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xx${ARCH_BYTE_SEX}" EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 --faketime -n" +PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" + diff --git a/conf/machine/ixp4xxle.conf b/conf/machine/ixp4xxle.conf index 4af4e9d9cf..ac62d669e5 100644 --- a/conf/machine/ixp4xxle.conf +++ b/conf/machine/ixp4xxle.conf @@ -11,3 +11,5 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xx${ARCH_BYTE_SEX}" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 --faketime -n" +PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" + |