diff options
author | Luka Perkov <luka@openwrt.org> | 2015-04-15 16:23:20 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-04-15 16:23:20 +0000 |
commit | 7c0b51e37353af1eaf9d2a127640c64e72f83183 (patch) | |
tree | 40d9e39ba1e2981afc5498bb7bea19aa9e3d106a /target/linux | |
parent | c802282317971a93247e09863131f5a9d0cac3ac (diff) | |
download | master-187ad058-7c0b51e37353af1eaf9d2a127640c64e72f83183.tar.gz master-187ad058-7c0b51e37353af1eaf9d2a127640c64e72f83183.tar.bz2 master-187ad058-7c0b51e37353af1eaf9d2a127640c64e72f83183.zip |
mvebu: fix typo in marvell profile
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45453 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mvebu/profiles/marvell.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/profiles/marvell.mk b/target/linux/mvebu/profiles/marvell.mk index d91c568ebb..e8ca9bd250 100644 --- a/target/linux/mvebu/profiles/marvell.mk +++ b/target/linux/mvebu/profiles/marvell.mk @@ -33,7 +33,7 @@ define Profile/370-RD/Description Package set compatible with the Armada 370 reference design board (RD-88F6710-A1). endef -$(eval $(call Profile,385-RD)) +$(eval $(call Profile,370-RD)) define Profile/385-RD NAME:=Marvell Armada 385 RD (RD-88F6820-AP) |