diff options
Diffstat (limited to 'target/linux/at91/9g20')
-rw-r--r-- | target/linux/at91/9g20/config-default | 7 | ||||
-rw-r--r-- | target/linux/at91/9g20/target.mk | 12 |
2 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/at91/9g20/config-default b/target/linux/at91/9g20/config-default deleted file mode 100644 index b777628a2..000000000 --- a/target/linux/at91/9g20/config-default +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_ARCH_AT91SAM9G20=y -CONFIG_MACH_ACMENETUSFOXG20=y -CONFIG_MACH_AT91SAM9G20EK=y -# CONFIG_MACH_AT91SAM9G20EK_2MMC is not set -CONFIG_MACH_STAMP9G20=y -CONFIG_MACH_STAMP9G20_EVB=y -# CONFIG_MTD_AT91_DATAFLASH_CARD is not set diff --git a/target/linux/at91/9g20/target.mk b/target/linux/at91/9g20/target.mk deleted file mode 100644 index 626436e6a..000000000 --- a/target/linux/at91/9g20/target.mk +++ /dev/null @@ -1,12 +0,0 @@ -# -# 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 |