diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-10-24 16:24:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-10-24 16:24:31 +0000 |
commit | e6cde1e966428f6fa86ab94eb44fca36d308322b (patch) | |
tree | f8d38dbf8e9e01d55508d65628b35e1af897ecca | |
parent | 8c83709bc66769edd1593ca6a0ffee6126037a09 (diff) | |
download | upstream-e6cde1e966428f6fa86ab94eb44fca36d308322b.tar.gz upstream-e6cde1e966428f6fa86ab94eb44fca36d308322b.tar.bz2 upstream-e6cde1e966428f6fa86ab94eb44fca36d308322b.zip |
Fix typo
SVN-Revision: 13046
-rw-r--r-- | target/linux/amazon/patches/100-board.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/amazon/patches/100-board.patch b/target/linux/amazon/patches/100-board.patch index 0293b04b57..c7e7d11167 100644 --- a/target/linux/amazon/patches/100-board.patch +++ b/target/linux/amazon/patches/100-board.patch @@ -55,7 +55,7 @@ Index: linux-2.6.21.7/include/asm-mips/bootinfo.h #define MACH_NEC_MARKEINS 0 /* NEC EMMA2RH Mark-eins */ +/* -+ * Valid machtype for group ATHEROS ++ * Valid machtype for group Infineon + */ +#define MACH_GROUP_INFINEON 27 +#define MACH_INFINEON_AMAZON 0 |