diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-28 11:38:37 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-28 11:38:37 +0100 |
commit | 73c37436b0f7d9e89084edf6eaa95fd038052610 (patch) | |
tree | 2ebdb49987bf4c9cc37be3a20fd777d4a16c6f78 /recipes/linux/linux_2.6.31.bb | |
parent | 1a4bd59fdadcbada295b10ff9ecc6d1b5f155ab7 (diff) |
linux-2.6.31: add defconfig for qemux86
Diffstat (limited to 'recipes/linux/linux_2.6.31.bb')
-rw-r--r-- | recipes/linux/linux_2.6.31.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb index 6c5a1091dd..70d55e9424 100644 --- a/recipes/linux/linux_2.6.31.bb +++ b/recipes/linux/linux_2.6.31.bb @@ -8,6 +8,7 @@ S = "${WORKDIR}/linux-${PV}" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_db1200 = "1" DEFAULT_PREFERENCE_qemumips = "1" +DEFAULT_PREFERENCE_qemux86 = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.3.bz2;patch=1 \ |