Florian Fainelli
6a4f2922f6
targets: prepare for supporting normal and initramfs images
...
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
12 years ago
Felix Fietkau
96fa602499
ixp4xx: add sysupgrade support
...
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
12 years ago
Alexandros C. Couloumbis
d3bb3031c6
linux/ixp4xx: fix am apex image make bug
...
SVN-Revision: 22920
14 years ago
Nicolas Thill
841eff56d4
target/ixp4xx: fix image building after r20834 ( closes : #7157 )
...
SVN-Revision: 20854
15 years ago
Nicolas Thill
e2b57ecf5f
define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
...
SVN-Revision: 20834
15 years ago
Felix Fietkau
7b6729e101
ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom images
...
SVN-Revision: 15118
16 years ago
Felix Fietkau
a24e3ece65
ixp4xx: don't leave zImage on the rootfs for images other than the freecom one
...
SVN-Revision: 15117
16 years ago
Felix Fietkau
0cb0c1a257
ixp4xx: make apex optional, clean up the makefile - fixes spurious recompilation issues
...
SVN-Revision: 15115
16 years ago
Felix Fietkau
e05f4e46d9
do not use --owner=root or --group=root when running tar. it does not work on systems that name their root group differently
...
SVN-Revision: 14995
16 years ago
Rod Whitby
e6b22c5fe2
ixp4xx/image: Initial support for fsg3 webupgrade images
...
SVN-Revision: 14962
16 years ago
Rod Whitby
30b2b911d2
Add support for NAS100d apex builds, and deploy apex binaries
...
SVN-Revision: 14100
16 years ago
Rod Whitby
8c03ac5b69
apex: Create both 8MB and 16MB apex binaries
...
SVN-Revision: 10653
17 years ago
Imre Kaloz
efadab3747
* upgrade ixp4xx to 2.6.23.12 * upgrade to the new ethernet driver (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
17 years ago
Felix Fietkau
1bca0cc517
make the image filenames a bit shorter
...
SVN-Revision: 9533
17 years ago
Felix Fietkau
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (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
17 years ago
Rod Whitby
ae19c30cb5
ixp4xx-2.6/nslu2: Added support for building 16MB images
...
SVN-Revision: 8388
18 years ago
Felix Fietkau
82be2de620
make xscale images containing proprietary microcode optional, but enabled by default
...
SVN-Revision: 7431
18 years ago
Imre Kaloz
cfcf4aab45
fix the nslu2 image for the new layout
...
SVN-Revision: 7204
18 years ago
Felix Fietkau
8fd58014cd
fix ixp4xx npe microcode link (from #1634 )
...
SVN-Revision: 7153
18 years ago
Imre Kaloz
73494b473e
upgrade npe microcode to v2.4
...
SVN-Revision: 7079
18 years ago
Rod Whitby
0212ef08bd
ixp4xx-2.6/npe-ucode: Updated to version 2.3.2 of the microcode.
...
SVN-Revision: 7063
18 years ago
Felix Fietkau
719b82a2c8
fix xscale compile ( #1495 )
...
SVN-Revision: 6827
18 years ago
Felix Fietkau
8621fbdb4e
add squashfs support for ixp4xx
...
SVN-Revision: 6522
18 years ago
Felix Fietkau
54c017e74b
turn the IXP4xx microcode check into a prereq check so that the error message is displayed before the compile starts
...
SVN-Revision: 6148
18 years ago
Felix Fietkau
7a6a646497
Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested.
...
SVN-Revision: 6071
18 years ago
Rod Whitby
044897bd8a
Include the IXP4XX NPE microcode into the NSLU2 firmware image.
...
SVN-Revision: 5952
18 years ago
Rod Whitby
fb8f8ffcc2
Added the npe-ucode package to create the microcode for the IXP4XX NPE ethernet driver. Note that the user has to download the actual Intel microcode package themselves (agreeing to the Intel license to do so).
...
SVN-Revision: 5951
18 years ago
Rod Whitby
f18c6d169a
Include apex bootloader in nslu2 image
...
SVN-Revision: 5948
18 years ago
Rod Whitby
f3ad405792
Generate a flashable image for the NSLU2
...
SVN-Revision: 5893
18 years ago
Imre Kaloz
b66e463bbf
upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ixp4xx
...
SVN-Revision: 5856
18 years ago
Mike Baker
c3c4dfb57b
move target/image/platform to target/linux/platform/image platform directories are now self contained
...
SVN-Revision: 5669
18 years ago
Imre Kaloz
2d2179f503
rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.1 patch for arm
...
SVN-Revision: 5310
18 years ago