diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-30 00:51:45 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-30 00:51:45 +0000 |
commit | 2724d5f76cef89f1e85435ec789f340cface04e1 (patch) | |
tree | d4d80c13582ce28d73c25a9e6931d3fe3f1d1b81 /openwrt | |
parent | 26019d329a92d6aac0811d4f6bfc34211ce3fbbc (diff) |
add missing MACH_ARUBA_AP40 define
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3069 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/aruba-2.6/patches/000-aruba.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch b/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch index 5daab5688..98beed497 100644 --- a/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch +++ b/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch @@ -3873,7 +3873,7 @@ diff -Nur linux-2.6.15/drivers/pci/access.c linux-2.6.15-openwrt/drivers/pci/acc diff -Nur linux-2.6.15/include/asm-mips/bootinfo.h linux-2.6.15-openwrt/include/asm-mips/bootinfo.h --- linux-2.6.15/include/asm-mips/bootinfo.h 2006-01-03 04:21:10.000000000 +0100 +++ linux-2.6.15-openwrt/include/asm-mips/bootinfo.h 2006-01-10 00:32:33.000000000 +0100 -@@ -218,6 +218,16 @@ +@@ -218,6 +218,17 @@ #define MACH_GROUP_TITAN 22 /* PMC-Sierra Titan */ #define MACH_TITAN_YOSEMITE 1 /* PMC-Sierra Yosemite */ @@ -3886,6 +3886,7 @@ diff -Nur linux-2.6.15/include/asm-mips/bootinfo.h linux-2.6.15-openwrt/include/ +#define MACH_ARUBA_AP60 1 +#define MACH_ARUBA_AP65 2 +#define MACH_ARUBA_AP70 3 ++#define MACH_ARUBA_AP40 4 + #define CL_SIZE COMMAND_LINE_SIZE |