diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-17 15:43:58 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-17 15:43:58 +0000 |
commit | 94ccfb64e79bf2025cb795ae91199abcf8aba97e (patch) | |
tree | 17cbe59be4f1df516a392ea86f1467cc5e903bee /target/linux/adm5120-2.6/patches-2.6.22 | |
parent | a61bb64c8b8887080fb5caeba506d9f2f3460291 (diff) |
[adm5120] restore support for Infineon's EASY 5120 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8021 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120-2.6/patches-2.6.22')
-rw-r--r-- | target/linux/adm5120-2.6/patches-2.6.22/001-adm5120.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/adm5120-2.6/patches-2.6.22/001-adm5120.patch b/target/linux/adm5120-2.6/patches-2.6.22/001-adm5120.patch index cc2a88ed5a..14cb612b08 100644 --- a/target/linux/adm5120-2.6/patches-2.6.22/001-adm5120.patch +++ b/target/linux/adm5120-2.6/patches-2.6.22/001-adm5120.patch @@ -103,11 +103,11 @@ Index: linux-2.6.22.1/include/asm-mips/bootinfo.h +#define MACH_ADM5120_CAS861 39 /* Cellvision CAS-861/861W */ +#define MACH_ADM5120_NFS101U 40 /* Cellvision NFS-101U/101WU */ +#define MACH_ADM5120_NFS202U 41 /* Cellvision NFS-202U/202WU */ -+#define MACH_ADM5120_EASY5120 43 /* Infineon EASY 5120 */ -+#define MACH_ADM5120_EASY5120RT 44 /* Infineon EASY 5120-RT */ -+#define MACH_ADM5120_EASY5120PATA 45 /* Infineon EASY 5120P-ATA */ -+#define MACH_ADM5120_EASY83000 46 /* Infineon EASY-83000 */ -+#define MACH_ADM5120_BR6104K 47 /* Edimax BR-6104K */ ++#define MACH_ADM5120_EASY5120PATA 42 /* Infineon EASY 5120P-ATA */ ++#define MACH_ADM5120_EASY5120RT 43 /* Infineon EASY 5120-RT */ ++#define MACH_ADM5120_EASY5120WVOIP 44 /* Infineon EASY 5120-WVoIP */ ++#define MACH_ADM5120_EASY83000 45 /* Infineon EASY-83000 */ ++#define MACH_ADM5120_BR6104K 46 /* Edimax BR-6104K */ + #define CL_SIZE COMMAND_LINE_SIZE |