| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48576
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45826
|
|
|
|
|
|
| |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45785
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to support both normal images and initramfs, ensure that each
target sets KERNELNAME properly so that the generic kernel building code
can copy the corresponding files over $(KDIR) with the appropriate
extension. Update the various paths to the kernel and wrapper images
from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37049
|
|
|
|
|
|
|
|
|
|
|
| |
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
target/linux/ixp4xx/base-files/lib/ixp4xx.sh | 25 ++
target/linux/ixp4xx/base-files/lib/upgrade/platform.sh | 156 +++++++++++++++++
target/linux/ixp4xx/image/Makefile | 11 +
3 files changed, 192 insertions(+)
SVN-Revision: 33828
|
|
|
|
| |
SVN-Revision: 22920
|
|
|
|
| |
SVN-Revision: 20854
|
|
|
|
|
|
| |
contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
SVN-Revision: 20834
|
|
|
|
| |
SVN-Revision: 15118
|
|
|
|
| |
SVN-Revision: 15117
|
|
|
|
|
|
| |
recompilation issues
SVN-Revision: 15115
|
|
|
|
|
|
| |
on systems that name their root group differently
SVN-Revision: 14995
|
|
|
|
| |
SVN-Revision: 14962
|
|
|
|
| |
SVN-Revision: 14100
|
|
|
|
| |
SVN-Revision: 13530
|
|
|
|
| |
SVN-Revision: 13423
|
|
|
|
| |
SVN-Revision: 10659
|
|
|
|
| |
SVN-Revision: 10658
|
|
|
|
| |
SVN-Revision: 10653
|
|
|
|
| |
SVN-Revision: 10582
|
|
|
|
| |
SVN-Revision: 10484
|
|
|
|
|
|
| |
(temporary breaks Marvell switch support on Compex units) * handle NPE microcodes in a user friendly way - YAY for Intel for changing the license * add support for the Lanready AP1000 (used in for example the Ligowave LGO2AGN)
SVN-Revision: 10016
|
|
|
|
| |
SVN-Revision: 9533
|
|
|
|
|
|
| |
ixp4xx devices.
SVN-Revision: 8939
|
|
|
|
| |
SVN-Revision: 8749
|
|
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
SVN-Revision: 8653
|