diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-18 13:21:24 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-18 13:21:24 +0000 |
commit | fc057cea384990dcf0b445d68750b3df4358c395 (patch) | |
tree | bd4d647a706c4c0b47052ba04ac235c0bd9cdcfa /target/linux/ar71xx/patches-2.6.26 | |
parent | 39d287339d48acbedfe9e8fc1e928be4b03f0251 (diff) |
[ar71xx] add experimental support for the AzureWave AW-NR580 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13278 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 3702b652c7..0249c50080 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,16 @@ +@@ -79,6 +79,17 @@ #define MACH_LASAT_200 1 /* Masquerade PRO/SP200 */ /* @@ -28,6 +28,7 @@ +#define MACH_AR71XX_RB_433 3 /* MikroTik RouterBOARD 433/433AH */ +#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 */ + +/* * Valid machtype for group NEC EMMA2RH |