mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-09 14:33:00 +00:00
3ac08ca653
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com> SVN-Revision: 31371
16 lines
317 B
Makefile
16 lines
317 B
Makefile
#
|
|
# Copyright (C) 2011 Flexibity
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
SUBTARGET:=flexibity
|
|
BOARDNAME:=Flexibity Connect (AT91)
|
|
FEATURES:=ext2 tgz usb
|
|
|
|
define Target/Description
|
|
Build fimware images for Flexibity Connect board.
|
|
endef
|
|
|