diff options
author | John Crispin <blogic@openwrt.org> | 2015-08-17 06:16:54 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-08-17 06:16:54 +0000 |
commit | 0e4278bdcf5c2c571a9cdb476e96ebd01b8bb782 (patch) | |
tree | e82af54a03e3dfb22ff73f19163abcc077a4fc05 /target/linux/ar71xx/generic | |
parent | 1e6256ca8be9d0dffc5998f1ab55655e58ae0ae0 (diff) | |
download | master-187ad058-0e4278bdcf5c2c571a9cdb476e96ebd01b8bb782.tar.gz master-187ad058-0e4278bdcf5c2c571a9cdb476e96ebd01b8bb782.tar.bz2 master-187ad058-0e4278bdcf5c2c571a9cdb476e96ebd01b8bb782.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46651 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/smartelectronics.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/smartelectronics.mk b/target/linux/ar71xx/generic/profiles/smartelectronics.mk new file mode 100644 index 0000000000..6d3dc8c345 --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/smartelectronics.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/BSB + NAME:=Smart Electronics Black Swift board + PACKAGES:=kmod-usb-core kmod-usb2 +endef + +define Profile/BSB/Description + Package set optimized for the Smart Electronics Black Swift board. +endef + +$(eval $(call Profile,BSB)) |