diff options
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.14-git3.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.14-git3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.14-git3.bb b/packages/linux/linux-openzaurus_2.6.14-git3.bb index 2aa2ebfcae..4d793b27fe 100644 --- a/packages/linux/linux-openzaurus_2.6.14-git3.bb +++ b/packages/linux/linux-openzaurus_2.6.14-git3.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r7" +PR = "r8" DEFAULT_PREFERENCE = "-1" @@ -95,3 +95,6 @@ SRC_URI_append_tosa = "${DOSRC}/nand-readid-r1.patch;patch=1 \ ${DOSRC}/tosa-bluetooth-r0.patch;patch=1 " S = "${WORKDIR}/linux-2.6.14" + +# to get module dependencies working +KERNEL_RELEASE = "2.6.14-git3" |