diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-19 10:15:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-19 10:15:20 +0000 |
commit | 7182d15cee95e4b2c6c3411b664f8753a56e10b6 (patch) | |
tree | 9d2d512ed1d6a4aa17a224767150ad05aea13be6 | |
parent | c9422c205b1bfc79ad064c1ddb165cb69304d58b (diff) | |
download | master-187ad058-7182d15cee95e4b2c6c3411b664f8753a56e10b6.tar.gz master-187ad058-7182d15cee95e4b2c6c3411b664f8753a56e10b6.tar.bz2 master-187ad058-7182d15cee95e4b2c6c3411b664f8753a56e10b6.zip |
at91: remove SAMA5D3 from Default image build.
As the Default profile option is a legacy subtarget, the dtb for the
sama5d3_xplained board DTS is not built and image generation fails.
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48351 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/at91/image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index 4e472f23db..767255ca3f 100644 --- a/target/linux/at91/image/Makefile +++ b/target/linux/at91/image/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -76,7 +76,6 @@ define Image/Build/Kernel/Default $(call Image/Build/Kernel/AT91SAM9M10G45EK) $(call Image/Build/Kernel/AT91SAM9X25EK) $(call Image/Build/Kernel/AT91SAM9X35EK) - $(call Image/Build/Kernel/AT91SAMA5D3XPLAINED) $(call Image/Build/Kernel/LMU5000) $(call Image/Build/Kernel/TNYA9260) $(call Image/Build/Kernel/TNYA9263) |