diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-31 18:49:54 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-31 18:49:54 +0000 |
commit | 0d1207bd0bb0eef0cee8b5d81615e8f2acfc6990 (patch) | |
tree | 4035b1c30da5aa080517ab0846ff78de8d3825d5 /target/linux/lantiq/patches-3.3/105-falcon_header_update.patch | |
parent | a07db05063b86707021be69f3f33ee4dfa694ff1 (diff) |
[lantiq] add lantiq svip support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32925 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.3/105-falcon_header_update.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.3/105-falcon_header_update.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/lantiq/patches-3.3/105-falcon_header_update.patch b/target/linux/lantiq/patches-3.3/105-falcon_header_update.patch new file mode 100644 index 000000000..d428de860 --- /dev/null +++ b/target/linux/lantiq/patches-3.3/105-falcon_header_update.patch @@ -0,0 +1,11 @@ +--- a/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h ++++ b/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h +@@ -18,6 +18,8 @@ + #ifndef _FALCON_IRQ__ + #define _FALCON_IRQ__ + ++#define IM_NUM 5 ++ + #define INT_NUM_IRQ0 8 + #define INT_NUM_IM0_IRL0 (INT_NUM_IRQ0 + 0) + #define INT_NUM_IM1_IRL0 (INT_NUM_IM0_IRL0 + 32)diff --git a/target/linux/lantiq/patches-2.6.32/300-svip_header.patch b/target/linux/lantiq/patches-2.6.32/300-svip_header.patch |