diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-07-25 10:02:47 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-07-25 10:02:47 +0000 |
commit | c84640edc825e2fc2dd6c3a424506ad7cc7decf3 (patch) | |
tree | 5ba5097475bbc7830f2d561c66549203b25c57b7 /target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch | |
parent | c8ebf766becbfbf41c228379cb304658748c906d (diff) | |
download | upstream-c84640edc825e2fc2dd6c3a424506ad7cc7decf3.tar.gz upstream-c84640edc825e2fc2dd6c3a424506ad7cc7decf3.tar.bz2 upstream-c84640edc825e2fc2dd6c3a424506ad7cc7decf3.zip |
CC: kernel: update 3.18 to 3.18.19
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.19
Backport of r46439.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch b/target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch index 39f56542a1..a8ee6f6a56 100644 --- a/target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch +++ b/target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ath79/machtypes.h +++ b/arch/mips/ath79/machtypes.h -@@ -83,6 +83,7 @@ enum ath79_mach_type { +@@ -86,6 +86,7 @@ enum ath79_mach_type { ATH79_MACH_OM2P_LC, /* OpenMesh OM2P-LC */ ATH79_MACH_OM2Pv2, /* OpenMesh OM2Pv2 */ ATH79_MACH_OM2P, /* OpenMesh OM2P */ @@ -10,7 +10,7 @@ ATH79_MACH_PB92, /* Atheros PB92 */ --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig -@@ -697,6 +697,7 @@ config ATH79_MACH_OM2P +@@ -731,6 +731,7 @@ config ATH79_MACH_OM2P config ATH79_MACH_OM5P bool "OpenMesh OM5P board support" select SOC_AR934X |