diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-25 19:19:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-25 19:19:55 +0000 |
commit | 4690f9356c88207a5b91f4dbd0618e5eb14f62b1 (patch) | |
tree | 1df62f15e4c016b140f178782c69a024490164bf /target/linux/ar71xx/patches-2.6.26 | |
parent | 507b9818c0dadae940e68d711b643d6b732a2cea (diff) | |
download | upstream-4690f9356c88207a5b91f4dbd0618e5eb14f62b1.tar.gz upstream-4690f9356c88207a5b91f4dbd0618e5eb14f62b1.tar.bz2 upstream-4690f9356c88207a5b91f4dbd0618e5eb14f62b1.zip |
add dummy code for the Atheros AP83 board
SVN-Revision: 13354
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.26')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.26/001-ar71xx_core.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-2.6.26/001-ar71xx_core.patch b/target/linux/ar71xx/patches-2.6.26/001-ar71xx_core.patch index 0249c50080..c5871c8c57 100644 --- a/target/linux/ar71xx/patches-2.6.26/001-ar71xx_core.patch +++ b/target/linux/ar71xx/patches-2.6.26/001-ar71xx_core.patch @@ -16,7 +16,7 @@ --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h -@@ -79,6 +79,17 @@ +@@ -79,6 +79,18 @@ #define MACH_LASAT_200 1 /* Masquerade PRO/SP200 */ /* @@ -29,6 +29,7 @@ +#define MACH_AR71XX_RB_450 4 /* MikroTik RouterBOARD 450 */ +#define MACH_AR71XX_RB_493 5 /* Mikrotik RouterBOARD 493/493AH */ +#define MACH_AR71XX_AW_NR580 6 /* AzureWave AW-NR580 */ ++#define MACH_AR71XX_AP83 7 /* Atheros AP83 */ + +/* * Valid machtype for group NEC EMMA2RH |