diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-09-01 15:29:14 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-02 14:43:53 +0200 |
commit | 7130833a27929de8c66c4d65bc4b520ecfaf6ea8 (patch) | |
tree | 0fec1574f86d0198c712763782dfd9db02faa978 /package/boot/uboot-mvebu/Makefile | |
parent | 3242c076492a46ddf5da92fb4bd3de813cab56f4 (diff) | |
download | mtk-20170518-7130833a27929de8c66c4d65bc4b520ecfaf6ea8.zip mtk-20170518-7130833a27929de8c66c4d65bc4b520ecfaf6ea8.tar.gz mtk-20170518-7130833a27929de8c66c4d65bc4b520ecfaf6ea8.tar.bz2 |
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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index 170da6d..9554421 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 |