diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-12 10:12:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-12 10:12:02 +0000 |
commit | 61c5597d73c27f7c09a335b707bebcf81d259051 (patch) | |
tree | c1fc529fe5b676b8e716d19b2618386a8043edb3 /target/linux/au1000/patches | |
parent | 7745eb277df6c599506502823285b75d6733097f (diff) | |
download | upstream-61c5597d73c27f7c09a335b707bebcf81d259051.tar.gz upstream-61c5597d73c27f7c09a335b707bebcf81d259051.tar.bz2 upstream-61c5597d73c27f7c09a335b707bebcf81d259051.zip |
Fix the platform device registration; resync kernel config
SVN-Revision: 9266
Diffstat (limited to 'target/linux/au1000/patches')
-rw-r--r-- | target/linux/au1000/patches/002-platform_devices.patch | 10 | ||||
-rw-r--r-- | target/linux/au1000/patches/006-mtx1_system_button.patch | 4 |
2 files changed, 2 insertions, 12 deletions
diff --git a/target/linux/au1000/patches/002-platform_devices.patch b/target/linux/au1000/patches/002-platform_devices.patch deleted file mode 100644 index 193b5001dc..0000000000 --- a/target/linux/au1000/patches/002-platform_devices.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/arch/mips/au1000/mtx-1/Makefile b/arch/mips/au1000/mtx-1/Makefile -index 764bf9f..4d1b8d2 100644 ---- a/arch/mips/au1000/mtx-1/Makefile -+++ b/arch/mips/au1000/mtx-1/Makefile -@@ -7,4 +7,4 @@ - # Makefile for 4G Systems MTX-1 board. - # - --lib-y := init.o board_setup.o irqmap.o -+lib-y := init.o board_setup.o irqmap.o platform.o diff --git a/target/linux/au1000/patches/006-mtx1_system_button.patch b/target/linux/au1000/patches/006-mtx1_system_button.patch index 4364a54329..cc452433cf 100644 --- a/target/linux/au1000/patches/006-mtx1_system_button.patch +++ b/target/linux/au1000/patches/006-mtx1_system_button.patch @@ -15,8 +15,8 @@ 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 platform.o -+obj-y := mtx-1_sysbtn.o + lib-y := init.o board_setup.o irqmap.o ++obj-y := mtx-1_sysbtn.o platform.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 +++ linux-2.6.16.7.new/arch/mips/au1000/mtx-1/mtx-1_sysbtn.c 2006-04-23 14:01:17.000000000 +0200 |