diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 10:18:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 10:18:01 +0000 |
commit | d44d954dec6c9c2647a5d66e9d049eeb02367bc7 (patch) | |
tree | 383073e5be9697d82f7eab3ba9556dfeedc4e3ea /target/linux/ar71xx/patches-3.3 | |
parent | d62bddc620b372446cf437c228d24b17c34ad0f2 (diff) | |
download | upstream-d44d954dec6c9c2647a5d66e9d049eeb02367bc7.tar.gz upstream-d44d954dec6c9c2647a5d66e9d049eeb02367bc7.tar.bz2 upstream-d44d954dec6c9c2647a5d66e9d049eeb02367bc7.zip |
ar71xx: add kernel support for the RB435G board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34239
Diffstat (limited to 'target/linux/ar71xx/patches-3.3')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/615-MIPS-ath79-RB435G-support.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-3.3/615-MIPS-ath79-RB435G-support.patch b/target/linux/ar71xx/patches-3.3/615-MIPS-ath79-RB435G-support.patch new file mode 100644 index 0000000000..5921417698 --- /dev/null +++ b/target/linux/ar71xx/patches-3.3/615-MIPS-ath79-RB435G-support.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/ath79/machtypes.h ++++ b/arch/mips/ath79/machtypes.h +@@ -56,6 +56,7 @@ enum ath79_mach_type { + ATH79_MACH_RB_411U, /* MikroTik RouterBOARD 411U */ + ATH79_MACH_RB_433, /* MikroTik RouterBOARD 433/433AH */ + ATH79_MACH_RB_433U, /* MikroTik RouterBOARD 433UAH */ ++ ATH79_MACH_RB_435G, /* MikroTik RouterBOARD 435G */ + ATH79_MACH_RB_450G, /* MikroTik RouterBOARD 450G */ + ATH79_MACH_RB_450, /* MikroTik RouterBOARD 450 */ + ATH79_MACH_RB_493, /* Mikrotik RouterBOARD 493/493AH */ |