From: <bob...@us...> - 2006-09-16 14:24:03
|
Revision: 566 http://svn.sourceforge.net/hackndev/?rev=566&view=rev Author: bobofdoom Date: 2006-09-16 07:23:55 -0700 (Sat, 16 Sep 2006) Log Message: ----------- palmld: Disabled CONFIG_LOCALVERSION_AUTO as it was causing the kernel make system to get confused and start tagging things with the familiar git repository's revision. Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig Modified: linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig =================================================================== --- linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig 2006-09-15 13:58:12 UTC (rev 565) +++ linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig 2006-09-16 14:23:55 UTC (rev 566) @@ -20,7 +20,7 @@ # General setup # CONFIG_LOCALVERSION="" -CONFIG_LOCALVERSION_AUTO=y +CONFIG_LOCALVERSION_AUTO=n CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_POSIX_MQUEUE is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |