diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-19 17:58:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-19 17:58:46 +0000 |
commit | 2a74944f0734d537effcd752f40f064aa6a1309b (patch) | |
tree | 9fe1e45fea323ff123f37a839740a20cc0114855 /target/linux/ar71xx/patches-4.1/800-MIPS-ath79-add-RB922GS-support.patch | |
parent | 78b1a6b773aaebdeff6f6b43df98598749e44930 (diff) | |
download | upstream-2a74944f0734d537effcd752f40f064aa6a1309b.tar.gz upstream-2a74944f0734d537effcd752f40f064aa6a1309b.tar.bz2 upstream-2a74944f0734d537effcd752f40f064aa6a1309b.zip |
ar71xx: refresh 4.1 patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46427
Diffstat (limited to 'target/linux/ar71xx/patches-4.1/800-MIPS-ath79-add-RB922GS-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-4.1/800-MIPS-ath79-add-RB922GS-support.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/patches-4.1/800-MIPS-ath79-add-RB922GS-support.patch b/target/linux/ar71xx/patches-4.1/800-MIPS-ath79-add-RB922GS-support.patch index bf316d65a1..ca28652da1 100644 --- a/target/linux/ar71xx/patches-4.1/800-MIPS-ath79-add-RB922GS-support.patch +++ b/target/linux/ar71xx/patches-4.1/800-MIPS-ath79-add-RB922GS-support.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig -@@ -601,6 +601,16 @@ config ATH79_MACH_RB91X +@@ -625,6 +625,16 @@ config ATH79_MACH_RB91X select ATH79_DEV_USB select ATH79_ROUTERBOOT @@ -19,7 +19,7 @@ select SOC_AR934X --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile -@@ -100,6 +100,7 @@ obj-$(CONFIG_ATH79_MACH_R6100) += mach- +@@ -102,6 +102,7 @@ obj-$(CONFIG_ATH79_MACH_R6100) += mach- obj-$(CONFIG_ATH79_MACH_RB4XX) += mach-rb4xx.o obj-$(CONFIG_ATH79_MACH_RB750) += mach-rb750.o obj-$(CONFIG_ATH79_MACH_RB91X) += mach-rb91x.o @@ -29,7 +29,7 @@ obj-$(CONFIG_ATH79_MACH_RBSXTLITE) += mach-rbsxtlite.o --- a/arch/mips/ath79/machtypes.h +++ b/arch/mips/ath79/machtypes.h -@@ -107,6 +107,7 @@ enum ath79_mach_type { +@@ -109,6 +109,7 @@ enum ath79_mach_type { ATH79_MACH_RB_750G_R3, /* MikroTik RouterBOARD 750GL */ ATH79_MACH_RB_751, /* MikroTik RouterBOARD 751 */ ATH79_MACH_RB_751G, /* Mikrotik RouterBOARD 751G */ @@ -39,7 +39,7 @@ ATH79_MACH_RB_2011G, /* Mikrotik RouterBOARD 2011UAS-2HnD */ --- a/arch/mips/ath79/prom.c +++ b/arch/mips/ath79/prom.c -@@ -184,7 +184,8 @@ void __init prom_init(void) +@@ -134,7 +134,8 @@ void __init prom_init(void) if (strstr(arcs_cmdline, "board=750Gr3") || strstr(arcs_cmdline, "board=951G") || strstr(arcs_cmdline, "board=2011L") || |