diff options
Diffstat (limited to 'packages/kexecboot/initramfs-kexecboot_1.0.bb')
-rw-r--r-- | packages/kexecboot/initramfs-kexecboot_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/kexecboot/initramfs-kexecboot_1.0.bb b/packages/kexecboot/initramfs-kexecboot_1.0.bb index 75fb8e8708..a6450b0bfb 100644 --- a/packages/kexecboot/initramfs-kexecboot_1.0.bb +++ b/packages/kexecboot/initramfs-kexecboot_1.0.bb @@ -1,8 +1,9 @@ DESCRIPTON = "A init script that mounts a device and kexecs a new kernel from it." -PR = "r7" +PR = "r8" RDEPENDS = "kexecboot klibc-utils-static-mount klibc-utils-static-sh klibc-utils-static-sleep" FBANGLE = "270" +FBANGLE_c7x0 = "0" INPUTDEV = "/dev/event0" |