[Runnix-commits] SF.net SVN: runnix:[152] trunk/target/device/geni586/linux.mk
Status: Alpha
Brought to you by:
krisk84
From: <abe...@us...> - 2010-12-21 00:29:11
|
Revision: 152 http://runnix.svn.sourceforge.net/runnix/?rev=152&view=rev Author: abelbeck Date: 2010-12-21 00:29:05 +0000 (Tue, 21 Dec 2010) Log Message: ----------- >From 0.3 branch, don't install the kernel into the initrd, see r61 as a reference for geni386 Modified Paths: -------------- trunk/target/device/geni586/linux.mk Modified: trunk/target/device/geni586/linux.mk =================================================================== --- trunk/target/device/geni586/linux.mk 2010-12-20 23:59:33 UTC (rev 151) +++ trunk/target/device/geni586/linux.mk 2010-12-21 00:29:05 UTC (rev 152) @@ -52,7 +52,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. |