diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-24 00:16:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-24 00:16:32 +0000 |
commit | 6f8d6477788b764e2338ac9443bf1ece13a16ba3 (patch) | |
tree | caff551ae9e20298c3b0c94b2bc7cacb0c8704f5 /target/linux/ramips/patches-4.3 | |
parent | e756c2bb074207857bb7780cfd31a04eda745635 (diff) | |
download | upstream-6f8d6477788b764e2338ac9443bf1ece13a16ba3.tar.gz upstream-6f8d6477788b764e2338ac9443bf1ece13a16ba3.tar.bz2 upstream-6f8d6477788b764e2338ac9443bf1ece13a16ba3.zip |
ramips: re-enable highmem support for MT7621 now that it's fixed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48469
Diffstat (limited to 'target/linux/ramips/patches-4.3')
-rw-r--r-- | target/linux/ramips/patches-4.3/0066-mt7621-enable-highmem.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-4.3/0066-mt7621-enable-highmem.patch b/target/linux/ramips/patches-4.3/0066-mt7621-enable-highmem.patch new file mode 100644 index 0000000000..50f32da629 --- /dev/null +++ b/target/linux/ramips/patches-4.3/0066-mt7621-enable-highmem.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/ralink/Kconfig ++++ b/arch/mips/ralink/Kconfig +@@ -51,6 +51,7 @@ choice + select SYS_SUPPORTS_MULTITHREADING + select SYS_SUPPORTS_SMP + select SYS_SUPPORTS_MIPS_CPS ++ select SYS_SUPPORTS_HIGHMEM + select MIPS_GIC + select COMMON_CLK + select CLKSRC_MIPS_GIC |