diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-25 16:22:38 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-25 16:22:38 +0000 |
commit | f8bb1d9eb90585a4e3881d0cbef06a3aaf91f63c (patch) | |
tree | cd25f9d9cbb86005a47e2cb343305cea57d25805 /target/linux/ar71xx/patches-3.3 | |
parent | 73539aeb4e172fb5c6aa605695b111068575c4bf (diff) | |
download | openwrt-f8bb1d9eb90585a4e3881d0cbef06a3aaf91f63c.tar.gz openwrt-f8bb1d9eb90585a4e3881d0cbef06a3aaf91f63c.zip |
AA: ar71xx: add kernel support for the RB435G board
Backport of r34239.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34354 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..592141769 --- /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 */ |