Advertisement
Guest User

update-kernel

a guest
Jul 8th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. diff --git a/update-kernel.in b/update-kernel.in
  2. index 34a193d..5b8f6f3 100644
  3. --- a/update-kernel.in
  4. +++ b/update-kernel.in
  5. @@ -240,7 +240,7 @@ if [ "$ARM" ]; then
  6. DTBDIR=$ROOT/usr/lib/linux-$KVER
  7. [ "$BUILDDIR" ] && DTBDIR=$BUILDDIR/source/arch/arm/boot/dts
  8. cp -a "$DTBDIR"/* $DTB_STAGING
  9. - find "$DTB_STAGING" -type f \! \( -name "*.dtb" -o -name "*.dtbo"\) -delete
  10. + find "$DTB_STAGING" -type f \! \( -name "*.dtb" -o -name "*.dtbo" \) -delete
  11. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement