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.27 | |
parent | 507b9818c0dadae940e68d711b643d6b732a2cea (diff) | |
download | mtk-20170518-4690f9356c88207a5b91f4dbd0618e5eb14f62b1.zip mtk-20170518-4690f9356c88207a5b91f4dbd0618e5eb14f62b1.tar.gz mtk-20170518-4690f9356c88207a5b91f4dbd0618e5eb14f62b1.tar.bz2 |
add dummy code for the Atheros AP83 board
SVN-Revision: 13354
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.27')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.27/001-ar71xx_core.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-2.6.27/001-ar71xx_core.patch b/target/linux/ar71xx/patches-2.6.27/001-ar71xx_core.patch index 548c06b..1b1368b 100644 --- a/target/linux/ar71xx/patches-2.6.27/001-ar71xx_core.patch +++ b/target/linux/ar71xx/patches-2.6.27/001-ar71xx_core.patch @@ -16,7 +16,7 @@ --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h -@@ -57,6 +57,17 @@ +@@ -57,6 +57,18 @@ #define MACH_MIKROTIK_RB532 0 /* Mikrotik RouterBoard 532 */ #define MACH_MIKROTIK_RB532A 1 /* Mikrotik RouterBoard 532A */ @@ -30,6 +30,7 @@ +#define MACH_AR71XX_RB_450 4 /* MikroTik RouterBOARD 450 */ +#define MACH_AR71XX_RB_493 5 /* MikroTik RouterBOARD 493 */ +#define MACH_AR71XX_AW_NR580 6 /* AzureWave AW-NR580 */ ++#define MACH_AR71XX_AP83 7 /* Atheros AP83 */ + #define CL_SIZE COMMAND_LINE_SIZE |