Fix incorrect commit

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@300 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Eric Edgar 20 years ago
parent 3185bee368
commit 0f513c2340

@ -423,6 +423,8 @@ parse_cmdline() {
print_info 2 "CMD_LINUXRC: $CMD_LINUXRC" print_info 2 "CMD_LINUXRC: $CMD_LINUXRC"
;; ;;
--genzimage) --genzimage)
KERNEL_MAKE_DIRECTIVE_2='zImage.initrd'
KERNEL_BINARY_2='arch/ppc/boot/images/zImage.initrd.chrp'
GENERATE_Z_IMAGE=1 GENERATE_Z_IMAGE=1
print_info 2 "GENERATE_Z_IMAGE: $GENERATE_Z_IMAGE" print_info 2 "GENERATE_Z_IMAGE: $GENERATE_Z_IMAGE"
;; ;;

@ -4,9 +4,6 @@
KERNEL_MAKE_DIRECTIVE="vmlinux" KERNEL_MAKE_DIRECTIVE="vmlinux"
KERNEL_BINARY="vmlinux" KERNEL_BINARY="vmlinux"
KERNEL_MAKE_DIRECTIVE_2='zImage.initrd'
KERNEL_BINARY_2='arch/ppc/boot/images/zImage.initrd.chrp'
# The dietlibc portion of busybox is commented out right now # The dietlibc portion of busybox is commented out right now
# other stuff seems to compile fine though # other stuff seems to compile fine though
USE_DIETLIBC=1 USE_DIETLIBC=1

@ -4,9 +4,6 @@
KERNEL_MAKE_DIRECTIVE="vmlinux" KERNEL_MAKE_DIRECTIVE="vmlinux"
KERNEL_BINARY="vmlinux" KERNEL_BINARY="vmlinux"
KERNEL_MAKE_DIRECTIVE_2='zImage.initrd'
KERNEL_BINARY_2='arch/ppc64/boot/images/zImage.initrd.chrp'
# The dietlibc portion of busybox is commented out right now # The dietlibc portion of busybox is commented out right now
# other stuff seems to compile fine though # other stuff seems to compile fine though
USE_DIETLIBC=1 USE_DIETLIBC=1

Loading…
Cancel
Save