diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-12-16 18:08:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-12-16 18:08:51 +0000 |
commit | b84c8ab13ff7e6775dd962deb8830a4b5b425889 (patch) | |
tree | a7657336fe2e888f849158fc75ff338e279d0908 /target/linux/ar71xx/mikrotik | |
parent | 0005aadc83f989408e83c43fcacad3eec97ae64b (diff) | |
download | upstream-b84c8ab13ff7e6775dd962deb8830a4b5b425889.tar.gz upstream-b84c8ab13ff7e6775dd962deb8830a4b5b425889.tar.bz2 upstream-b84c8ab13ff7e6775dd962deb8830a4b5b425889.zip |
ar71xx: add initial support for the Mikrotik RB911G/RB912UAG boards
It is only on RB911G-5HPnD and RB912UAG-5HPnD boards.
The LEDs and the USB port is not working yet.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39102 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/mikrotik')
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index d9a8102ec2..0c64d316bf 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -37,6 +37,7 @@ CONFIG_ATH79_MACH_RB2011=y CONFIG_ATH79_MACH_RB4XX=y CONFIG_ATH79_MACH_RB750=y +CONFIG_ATH79_MACH_RB91X=y CONFIG_ATH79_MACH_RB95X=y # CONFIG_ATH79_MACH_RW2458N is not set # CONFIG_ATH79_MACH_TEW_632BRP is not set @@ -98,6 +99,7 @@ CONFIG_MTD_NAND_AR934X=y CONFIG_MTD_NAND_ECC=y CONFIG_MTD_NAND_RB4XX=y CONFIG_MTD_NAND_RB750=y +CONFIG_MTD_NAND_RB91X=y # CONFIG_MTD_REDBOOT_PARTS is not set # CONFIG_MTD_SM_COMMON is not set # CONFIG_MTD_TPLINK_PARTS is not set |