diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-30 15:25:48 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-30 15:25:48 +0000 |
commit | 13ac16c77f791167b60e4b5d8e36033ec0c7ead3 (patch) | |
tree | 483bb26f5be14c67ed308caaad451e75cd3a92e1 /target/linux/adm5120/patches-2.6.23 | |
parent | 59dc59994cc0f7837e5cb8a6982d7cef06e5ce87 (diff) |
[adm5120] add preliminary support for 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10329 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/patches-2.6.23')
-rw-r--r-- | target/linux/adm5120/patches-2.6.23/001-adm5120.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/adm5120/patches-2.6.23/001-adm5120.patch b/target/linux/adm5120/patches-2.6.23/001-adm5120.patch index c8586eb91b..9c98ae819e 100644 --- a/target/linux/adm5120/patches-2.6.23/001-adm5120.patch +++ b/target/linux/adm5120/patches-2.6.23/001-adm5120.patch @@ -54,14 +54,13 @@ Index: linux-2.6.23/include/asm-mips/bootinfo.h =================================================================== --- linux-2.6.23.orig/include/asm-mips/bootinfo.h +++ linux-2.6.23/include/asm-mips/bootinfo.h -@@ -208,6 +208,59 @@ +@@ -208,6 +208,58 @@ #define MACH_GROUP_WINDRIVER 28 /* Windriver boards */ #define MACH_WRPPMC 1 +/* + * Valid machtype for group ADMtek ADM5120 + */ -+#define MACH_GROUP_ADM5120 26 +#define MACH_ADM5120_GENERIC 0 /* Generic board */ +#define MACH_ADM5120_WP54G_WRT 1 /* Compex WP54G-WRT */ +#define MACH_ADM5120_WP54G 2 /* Compex WP54G */ |