diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-29 15:08:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-29 15:08:29 +0000 |
commit | 99e7e43aceb9bba3b13efa6cdaedb2e67559282a (patch) | |
tree | 346c82be1fb0779389738aae29c0ef554f4227b0 /package | |
parent | 5072bc7f98df73d54648ea15a4652c381b4ab03c (diff) | |
download | upstream-99e7e43aceb9bba3b13efa6cdaedb2e67559282a.tar.gz upstream-99e7e43aceb9bba3b13efa6cdaedb2e67559282a.tar.bz2 upstream-99e7e43aceb9bba3b13efa6cdaedb2e67559282a.zip |
uboot-omap: allow generating dummy ipks, fixes omap imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45841 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-omap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile index 6e836d047a..e21e2e1b2b 100644 --- a/package/boot/uboot-omap/Makefile +++ b/package/boot/uboot-omap/Makefile @@ -17,7 +17,6 @@ PKG_SOURCE_URL:= \ http://mirror2.openwrt.org/sources \ ftp://ftp.denx.de/pub/u-boot PKG_MD5SUM:=a076a044b64371edc52f7e562b13f6b2 -PKG_TARGETS:=bin PKG_LICENSE:=GPL-2.0 GPL-2.0+ PKG_LICENSE_FILES:=Licenses/README |