Skip to content

Commit

Permalink
Issue andreasgal#280 - Fix to allow kernels built using ubuntu 12.04 …
Browse files Browse the repository at this point in the history
…to boot (tested on sgs2)
  • Loading branch information
dhylands authored and Jonathan Griffin committed Apr 26, 2012
1 parent 9afe2a9 commit c52794a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ kernel-galaxy-s2-ics:
mkdir -p boot/initramfs/lib/modules && \
find "$(KERNEL_DIR)" -name dhd.ko -o -name j4fs.ko -o -name scsi_wait_scan.ko -o -name Si4709_driver.ko | \
xargs -I MOD cp MOD "$(PWD)/boot/initramfs/lib/modules" && \
chmod -R g-w $(PWD)/boot/initramfs && \
$(MAKE) -C $(KERNEL_PATH) $(MAKE_FLAGS) CROSS_COMPILE="$$CROSS_COMPILE" CONFIG_INITRAMFS_SOURCE="$(PWD)/boot/initramfs"

kernel-qemu:
Expand Down

0 comments on commit c52794a

Please sign in to comment.