aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/apex
Commit message (Collapse)AuthorAgeFilesLines
* apex: Remove dead URL.Rosen Penev2018-08-221-2/+1
| | | | | | | | uscan errors on the URL as it is no longer available. Also switched the download URL to HTTPS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ixp4xx: put apex images into image staging directoryJo-Philipp Wich2017-01-271-1/+2
| | | | | | | | | | | | Do not put the apex images into the kernel build directory as this directory might get removed after kernel updates while the apex packages InstallDev recipe is not getting re-executed because it is still considered current, leading to image build failures later on due to missing images. To ensure that built bootloader images persist over kernel version updates in the buildroot, put them into the new STAGING_DIR_IMAGE directory. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ixp4xx: fix imagebuilderJohn Crispin2015-05-291-0/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45826
* packages: fix typo in OpenWrt nameJohn Crispin2014-12-074-4/+4
| | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 43542
* license info - revert r43155John Crispin2014-11-031-3/+0
| | | | | | | | turns out that r43155 adds duplicate info. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43167
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-0/+3
| | | | | | | | | | | | | | | | | | Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
* apex: change Source URL for Apex packageFlorian Fainelli2014-05-071-2/+1
| | | | | | | | | | | | | As both of the PKG_SOURCE_URLs within the Apex Makefile appear to be no longer functional, this patch changes the source URL to the OpenWRT downloads page. Apologies for resubmitting, but there was a syntax error in the previous patch ( http://patchwork.openwrt.org/patch/5025 ). Signed-off-by: Riley Baird <orthogonal@librewrt.org> [florian: unmangle patch, fix subject] Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40718
* packages: clean up the package folderJohn Crispin2013-06-217-0/+189
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007