diff options
Diffstat (limited to 'packages/linux/em-x270_2.6.23.bb')
-rw-r--r-- | packages/linux/em-x270_2.6.23.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/em-x270_2.6.23.bb b/packages/linux/em-x270_2.6.23.bb index a9d6ee7905..fcef7280d0 100644 --- a/packages/linux/em-x270_2.6.23.bb +++ b/packages/linux/em-x270_2.6.23.bb @@ -3,8 +3,8 @@ require linux.inc SECTION = "kernel" DESCRIPTION = "Linux kernel for the Compulab EM-X270 system" LICENSE = "GPL" -DEPENDS = "uboot-utils" -PR = "r0" +DEPENDS = "u-boot-utils-native" +PR = "r1" KERNEL_IMAGETYPE = "uImage" |