diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-10-20 09:52:03 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-10-20 09:52:03 +0000 |
commit | b3cc5c22dd871bd2565483ec866ad4349657ade4 (patch) | |
tree | 87d5dfdee6127efdaaa038fc69afc588878e4b70 /packages/linux | |
parent | 272312d86a6d0d5e8045b66e9f381b1974a2ffca (diff) |
linux-smdk2440_2.6.18.bb : add compatible machine
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-smdk2440_2.6.18.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/linux-smdk2440_2.6.18.bb b/packages/linux/linux-smdk2440_2.6.18.bb index bf96454d55..23949914ba 100644 --- a/packages/linux/linux-smdk2440_2.6.18.bb +++ b/packages/linux/linux-smdk2440_2.6.18.bb @@ -15,6 +15,7 @@ S = "${WORKDIR}/linux-${PV}" inherit kernel COMPATIBLE_HOST = "arm.*-linux" +COMPATIBLE_MACHINE = "smdk2440" KERNEL_IMAGETYPE = "zImage" do_configure() { |