diff options
author | Bryan Tran <btran@multitech.com> | 2015-01-26 14:55:05 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-01-28 15:16:43 -0600 |
commit | 2d5f90b0f66b465ff17b757a563bc8253ca6d51b (patch) | |
tree | b60afd7e2a7bf978279537ef09f7296c51718203 /multitech/recipes/linux/linux_2.6.35.bbappend | |
parent | 8ef145951b6b5404407f0c4964c2449e078e8215 (diff) |
linux-2.6.35:linux-2.6.35.14-option-telit-20150120.patch: Add Telit LTE patch
udev-165: Add LTE radio rules
Diffstat (limited to 'multitech/recipes/linux/linux_2.6.35.bbappend')
-rw-r--r-- | multitech/recipes/linux/linux_2.6.35.bbappend | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multitech/recipes/linux/linux_2.6.35.bbappend b/multitech/recipes/linux/linux_2.6.35.bbappend index 7b19be3..16c4708 100644 --- a/multitech/recipes/linux/linux_2.6.35.bbappend +++ b/multitech/recipes/linux/linux_2.6.35.bbappend @@ -1,7 +1,7 @@ FILESEXTRA := "${THISDIR}" FILESPATHBASE =. "${FILESEXTRA}:" -PR .= ".corecdp14" +PR .= ".corecdp15" STABLEV = "14" SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ @@ -15,6 +15,7 @@ SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;n file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch \ file://linux-2.6.35.14-option-zte.patch \ file://linux-2.6.32.3-option-telit.patch \ + file://linux-2.6.35.14-option-telit-20150120.patch \ " SRC_URI_mt100eocg = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ |