John Crispin
a100fd3b4a
au1000: make sysupgrade compatible with all file system types
...
This patch adds support for all file system types as discussed earlier:
https://lists.openwrt.org/pipermail/openwrt-devel/2013-October/022109.html
This patch depends on a previous patch:
https://lists.openwrt.org/pipermail/openwrt-devel/2013-October/022111.html
Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
SVN-Revision: 38675
11 years ago
John Crispin
8247d9926a
au1000: create sysupgrade binary for each file system type
...
This patch should prevent overriding of sysupgrade binaries in the bin directory
if we build images for more then one file system type.
Discussion:
https://lists.openwrt.org/pipermail/openwrt-devel/2013-October/022108.html
Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
SVN-Revision: 38674
11 years ago
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
Florian Fainelli
05340cc602
rename upgrade image to sysupgrade.bin for consistency
...
SVN-Revision: 32770
12 years ago
Florian Fainelli
f7dfd20f97
au1000: implement sysupgrade platform.sh
...
Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 32768
12 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
John Crispin
c1a3c0798f
made au1000 images srec file ending
...
SVN-Revision: 9811
17 years ago
John Crispin
82c3f8cffd
make au1000 images 128k
...
SVN-Revision: 9810
17 years ago
Felix Fietkau
93575b53a7
Use $(CP) instead of $(INSTALL_BIN) for binaries.
...
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9694
17 years ago
Felix Fietkau
1bca0cc517
make the image filenames a bit shorter
...
SVN-Revision: 9533
17 years ago
Florian Fainelli
5db86fb47a
Resync kernel config, make kernel.{flash,ram}.srec available
...
SVN-Revision: 9402
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
Felix Fietkau
c6bc77ea36
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
...
SVN-Revision: 8362
18 years ago
Florian Fainelli
46f7d89f9c
Update au1000 for .21, build an SREC initramfs image so that it can be tested directly with yamon
...
SVN-Revision: 7333
18 years ago
Felix Fietkau
dc6794b88c
some platform support path name cleanup
...
SVN-Revision: 5846
18 years ago
Felix Fietkau
6f30f6586f
add binary images for au1000 (for use with mtd)
...
SVN-Revision: 5767
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
Felix Fietkau
114ffaa1b5
add lzma kernel compression support for au1000
...
SVN-Revision: 5562
18 years ago