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 | 5237a500893980a4764cc2caab92f60c9f2ba9ea (patch) | |
tree | ca03c226502783552b46a45628c0f42c3ecf5025 /target/linux/ar71xx/mikrotik | |
parent | eda27e8382f3e5253defab5419e95d4b51f72de3 (diff) | |
download | upstream-5237a500893980a4764cc2caab92f60c9f2ba9ea.tar.gz upstream-5237a500893980a4764cc2caab92f60c9f2ba9ea.tar.bz2 upstream-5237a500893980a4764cc2caab92f60c9f2ba9ea.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>
SVN-Revision: 39102
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 |