diff options
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" + |