diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-10 14:03:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-10 14:03:16 +0000 |
commit | 137e963057c93bcd8ffa2500b410c1109bf5c916 (patch) | |
tree | 5d1f5d641d378b961fa37792e2932cf3f6a48705 /target/linux/au1000/patches/006-mtx1_system_button.patch | |
parent | c07d9904902144c95d359be77226eed3190028ae (diff) | |
download | mtk-20170518-137e963057c93bcd8ffa2500b410c1109bf5c916.zip mtk-20170518-137e963057c93bcd8ffa2500b410c1109bf5c916.tar.gz mtk-20170518-137e963057c93bcd8ffa2500b410c1109bf5c916.tar.bz2 |
Upgrade au1000 to 2.6.23
SVN-Revision: 9243
Diffstat (limited to 'target/linux/au1000/patches/006-mtx1_system_button.patch')
-rw-r--r-- | target/linux/au1000/patches/006-mtx1_system_button.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000/patches/006-mtx1_system_button.patch b/target/linux/au1000/patches/006-mtx1_system_button.patch index f4d380c..4364a54 100644 --- a/target/linux/au1000/patches/006-mtx1_system_button.patch +++ b/target/linux/au1000/patches/006-mtx1_system_button.patch @@ -15,7 +15,7 @@ diff -urN linux-2.6.16.7/arch/mips/au1000/mtx-1/Makefile linux-2.6.16.7.new/arch @@ -8,3 +8,4 @@ # - lib-y := init.o board_setup.o irqmap.o + lib-y := init.o board_setup.o irqmap.o platform.o +obj-y := mtx-1_sysbtn.o diff -urN linux-2.6.16.7/arch/mips/au1000/mtx-1/mtx-1_sysbtn.c linux-2.6.16.7.new/arch/mips/au1000/mtx-1/mtx-1_sysbtn.c --- linux-2.6.16.7/arch/mips/au1000/mtx-1/mtx-1_sysbtn.c 1970-01-01 01:00:00.000000000 +0100 |