diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-20 10:04:03 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-21 13:29:04 +0200 |
commit | 32727c409e6deb0f90155e8427fb1ca56bc9fab2 (patch) | |
tree | 00601a7bf7e1b9eded5344bac6e078ec49aa7e4b /target/linux/mvebu/profiles/marvell.mk | |
parent | 60d26202537d95aeda2d9903ab8668ce9cc7326b (diff) | |
download | mtk-20170518-32727c409e6deb0f90155e8427fb1ca56bc9fab2.zip mtk-20170518-32727c409e6deb0f90155e8427fb1ca56bc9fab2.tar.gz mtk-20170518-32727c409e6deb0f90155e8427fb1ca56bc9fab2.tar.bz2 |
mvebu: switch to the new image build code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mvebu/profiles/marvell.mk')
-rw-r--r-- | target/linux/mvebu/profiles/marvell.mk | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/target/linux/mvebu/profiles/marvell.mk b/target/linux/mvebu/profiles/marvell.mk deleted file mode 100644 index d4a1701..0000000 --- a/target/linux/mvebu/profiles/marvell.mk +++ /dev/null @@ -1,72 +0,0 @@ -# -# Copyright (C) 2013-2015 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/370-DB - NAME:=Marvell Armada 370 DB (DB-88F6710-BP-DDR3) - PACKAGES:= -endef - -define Profile/370-DB/Description - Package set compatible with the Armada 370 evaluation board (DB-88F6710-BP-DDR3). -endef - -$(eval $(call Profile,370-DB)) - -define Profile/370-RD - NAME:=Marvell Armada 370 RD (RD-88F6710-A1) - PACKAGES:= -endef - -define Profile/370-RD/Description - Package set compatible with the Armada 370 reference design board (RD-88F6710-A1). -endef - -$(eval $(call Profile,370-RD)) - -define Profile/385-RD - NAME:=Marvell Armada 385 RD (RD-88F6820-AP) - PACKAGES:= -endef - -define Profile/385-RD/Description - Package set compatible with the Armada 385 reference design board (RD-88F6820-AP). -endef - -$(eval $(call Profile,385-RD)) - -define Profile/385-DB-AP - NAME:=Marvell Armada 385 DB AP (DB-88F6820-AP) - PACKAGES:= -endef - -define Profile/385-DB-AP/Description - Package set compatible with the Armada 385 access point development board (DB-88F6820-AP). -endef - -$(eval $(call Profile,385-DB-AP)) - -define Profile/XP-DB - NAME:=Marvell Armada XP DB (DB-78460-BP) - PACKAGES:= -endef - -define Profile/XP-DB/Description - Package set compatible with the Marvell Armada XP evaluation board (DB-78460-BP). -endef - -$(eval $(call Profile,XP-DB)) - -define Profile/XP-GP - NAME:=Marvell Armada XP GP (DB-MV784MP-GP) - PACKAGES:= -endef - -define Profile/XP-GP/Description - Package set compatible with the Armada XP development board (DB-MV784MP-GP). -endef - -$(eval $(call Profile,XP-GP)) |