Skip to content

Commit

Permalink
fix kernel option
Browse files Browse the repository at this point in the history
  • Loading branch information
RuralHunter committed Nov 16, 2021
1 parent 22f42fc commit f51cf32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/virtual/initramfs/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for i in ${PKG_DEPENDS_INIT}; do
done

post_install() {
if [ "$BUILD_ANDROID_BOOTIMG" = "yes" ]; then
#if [ "$BUILD_ANDROID_BOOTIMG" = "yes" ]; then
(
cd $BUILD/initramfs

Expand All @@ -38,5 +38,5 @@ post_install() {
fakeroot -- sh -c \
"mkdir -p dev; mknod -m 600 dev/console c 5 1; find . | cpio -H newc -ov -R 0:0 > $BUILD/image/initramfs.cpio"
)
fi
#fi
}
2 changes: 1 addition & 1 deletion projects/Amlogic-ce/devices/Amlogic-ng/options
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
KERNEL_UBOOT_EXTRA_TARGET=""

# Build Android kernel image using mkbootimg
BUILD_ANDROID_BOOTIMG="yes"
BUILD_ANDROID_BOOTIMG="no"

# Additional options to be passed to Android mkbootimg
ANDROID_BOOTIMG_OPTIONS="--base 0x0 --kernel_offset 0x1080000"
Expand Down

0 comments on commit f51cf32

Please sign in to comment.