[Runnix-commits] SF.net SVN: runnix: [61] trunk/target/device/geni386/linux.mk
Status: Alpha
Brought to you by:
krisk84
From: <kr...@us...> - 2007-05-01 18:51:32
|
Revision: 61 http://svn.sourceforge.net/runnix/?rev=61&view=rev Author: krisk84 Date: 2007-05-01 11:51:25 -0700 (Tue, 01 May 2007) Log Message: ----------- don't install the kernel into the initrd Modified Paths: -------------- trunk/target/device/geni386/linux.mk Modified: trunk/target/device/geni386/linux.mk =================================================================== --- trunk/target/device/geni386/linux.mk 2007-05-01 18:48:05 UTC (rev 60) +++ trunk/target/device/geni386/linux.mk 2007-05-01 18:51:25 UTC (rev 61) @@ -54,7 +54,7 @@ LINUX_KCONFIG=$(DEVICE_DIR)/linux.config LINUX_PATCH_DIR=$(DEVICE_DIR)/kernel-patches -LINUX_KERNEL=$(TARGET_DIR)/boot/$(LINUX_FORMAT) +LINUX_KERNEL=$(BUILD_DIR)/$(LINUX_FORMAT) # Used by pcmcia-cs and others LINUX_SOURCE_DIR=$(LINUX_DIR) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |