diff options
Diffstat (limited to 'target/linux/at91/9g20/target.mk')
-rw-r--r-- | target/linux/at91/9g20/target.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/at91/9g20/target.mk b/target/linux/at91/9g20/target.mk new file mode 100644 index 0000000000..626436e6a1 --- /dev/null +++ b/target/linux/at91/9g20/target.mk @@ -0,0 +1,12 @@ +# +# Copyright (C) 2006-2012 OpenWrt.org +# + +SUBTARGET:=9g20 +BOARDNAME:=AT91SAM9g20 Based board + +define Target/Description + Build images for AT91SAM9g20 based board, supported board: + * Acmesystems NetusG20 + * Taskit Stamp9G20 Evaluation Board +endef |