diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 06:16:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 06:16:54 +0000 |
commit | 4463bc017beba6be6c484f0ff5e9d381debafe38 (patch) | |
tree | f81909ba8f3ca67b7e791e950431ff609ccb1dc5 /target/linux/ar71xx/config-4.1 | |
parent | 9b0516c9fc993745cab983e9ada3e4b00185855c (diff) | |
download | upstream-4463bc017beba6be6c484f0ff5e9d381debafe38.tar.gz upstream-4463bc017beba6be6c484f0ff5e9d381debafe38.tar.bz2 upstream-4463bc017beba6be6c484f0ff5e9d381debafe38.zip |
ar71xx: Add support for Black Swift
Add support for the Black Swift board:
http://www.black-swift.com/
Took relevant parts and slightly adapted from:
https://github.com/blackswift/openwrt/blob/master/bsb.patch
Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 46651
Diffstat (limited to 'target/linux/ar71xx/config-4.1')
-rw-r--r-- | target/linux/ar71xx/config-4.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-4.1 b/target/linux/ar71xx/config-4.1 index 1e31a01d97..1951cbb3d8 100644 --- a/target/linux/ar71xx/config-4.1 +++ b/target/linux/ar71xx/config-4.1 @@ -47,6 +47,7 @@ CONFIG_ATH79_MACH_AP96=y CONFIG_ATH79_MACH_ARCHER_C7=y CONFIG_ATH79_MACH_AW_NR580=y CONFIG_ATH79_MACH_BHU_BXU2000N2_A=y +CONFIG_ATH79_MACH_BSB=y CONFIG_ATH79_MACH_CAP4200AG=y CONFIG_ATH79_MACH_CARAMBOLA2=y CONFIG_ATH79_MACH_CPE510=y |