linux-omap-2.6.24.7: Tweak defconfig to display module symbol versioning

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5044 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-08-11 14:30:10 +00:00
parent bec2223ac6
commit cfb6c0dc25
2 changed files with 9 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
# CONFIG_MODVERSIONS is not set
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_KMOD=y
CONFIG_BLOCK=y

View File

@@ -1,7 +1,13 @@
require linux-omap.inc
PR = "r0"
PR = "r1"
COMPATIBLE_MACHINE = "omap-3430ldp"
#http://omapzoom.org/gf/download/frsrelease/110/425/linux-ldp-v1.4.tar
#
# Patch extracted from:
# http://omapzoom.org/gf/download/frsrelease/110/425/linux-ldp-v1.4.tar
#
SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \
http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.24.7.bz2;patch=1 \