aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/image
Commit message (Collapse)AuthorAgeFilesLines
* au1000: Remove unmaintained targetHauke Mehrtens2019-05-031-74/+0
| | | | | | | | | | | | This target only supports kernel 3.18, which is not supported in OpenWrt any more for multiple releases. It also looks like there is no active maintainer for this target. Remove the code and all the packages which are only used by this target. To add this target to OpenWrt again port it to a recent and supported kernel version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* image: fix jffs2(_nand) image generationJonas Gorski2015-08-051-2/+3
| | | | | | | | | | | | Variables dependend on JFFS2_BLOCKSIZE and NANDBLOCK_SIZE are used for template generation, so need to be present before inclusion of image.mk in target image Makefiles. So move all declarations to before any includes. Fixes: r42878 ("image.mk: clean up and parallelize mkfs calls") Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46564
* au1000: use srecimage.pl instead of objcopy, fixes imagebuilderJo-Philipp Wich2015-05-281-1/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45809
* au1000: make sysupgrade compatible with all file system typesJohn Crispin2013-11-071-1/+3
| | | | | | | | | | | | | | 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
* au1000: create sysupgrade binary for each file system typeJohn Crispin2013-11-071-1/+1
| | | | | | | | | | | | | 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
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-1/+1
| | | | | | | | | | | | 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
* rename upgrade image to sysupgrade.bin for consistencyFlorian Fainelli2012-07-171-3/+3
| | | | SVN-Revision: 32770
* au1000: implement sysupgrade platform.shFlorian Fainelli2012-07-171-0/+1
| | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 32768
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-8/+8
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* made au1000 images srec file endingJohn Crispin2007-12-201-2/+2
| | | | SVN-Revision: 9811
* make au1000 images 128kJohn Crispin2007-12-201-0/+2
| | | | SVN-Revision: 9810
* Use $(CP) instead of $(INSTALL_BIN) for binaries.Felix Fietkau2007-12-091-1/+1
| | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9694
* make the image filenames a bit shorterFelix Fietkau2007-11-101-7/+7
| | | | SVN-Revision: 9533
* Resync kernel config, make kernel.{flash,ram}.srec availableFlorian Fainelli2007-10-221-0/+2
| | | | SVN-Revision: 9402
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+66
(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