From d7139c52f2d1321b3fd2cc8987ac77b3c795c5e2 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 9 Feb 2015 12:13:55 +0000 Subject: ralink: add 3.18 support keep default as 3.14, mt7621 gic need to be ported to 3.18 Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44349 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch (limited to 'target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch') diff --git a/target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch b/target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch new file mode 100644 index 0000000000..fedfe37154 --- /dev/null +++ b/target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/ralink/reset.c ++++ b/arch/mips/ralink/reset.c +@@ -98,7 +98,6 @@ static int __init mips_reboot_setup(void + { + _machine_restart = ralink_restart; + _machine_halt = ralink_halt; +- pm_power_off = ralink_halt; + + return 0; + } -- cgit v1.2.3