summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mvebu/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-09-01 15:29:14 +0200
committerFelix Fietkau <nbd@nbd.name>2016-09-02 14:43:53 +0200
commit7130833a27929de8c66c4d65bc4b520ecfaf6ea8 (patch)
tree0fec1574f86d0198c712763782dfd9db02faa978 /package/boot/uboot-mvebu/Makefile
parent3242c076492a46ddf5da92fb4bd3de813cab56f4 (diff)
downloadmaster-31e0f0ae-7130833a27929de8c66c4d65bc4b520ecfaf6ea8.tar.gz
master-31e0f0ae-7130833a27929de8c66c4d65bc4b520ecfaf6ea8.tar.bz2
master-31e0f0ae-7130833a27929de8c66c4d65bc4b520ecfaf6ea8.zip
mvebu: fix boot script for booting from mmc
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/boot/uboot-mvebu/Makefile')
-rw-r--r--package/boot/uboot-mvebu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
index 170da6d235..9554421b26 100644
--- a/package/boot/uboot-mvebu/Makefile
+++ b/package/boot/uboot-mvebu/Makefile
@@ -21,6 +21,7 @@ PKG_MD5SUM:=973c1d896be751321cc3aafa564f64b2
PKG_LICENSE:=GPL-2.0 GPL-2.0+
PKG_LICENSE_FILES:=Licenses/README
+PKG_TARGETS:=bin
PKG_BUILD_PARALLEL:=1
@@ -45,7 +46,7 @@ define Package/uboot-mvebu-$(1)
TITLE:=$(2)
URL:=http://www.denx.de/wiki/U-Boot
VARIANT:=$(1)
- MAINTAINER:=Luka Perkov <luka@openwrt.org>
+ MAINTAINER:=Felix Fietkau <nbd@nbd.name>
endef
endef