summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/image
Commit message (Collapse)AuthorAgeFilesLines
* rb532: increase kernel partitionJohn Crispin2015-12-231-1/+1
| | | | | | | | | 4.1 got little bit larger than 4MB and I couldn't get lzma loader working on this platform Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 47970
* rb532: align partitions to 128KBFelix Fietkau2015-03-272-2/+11
| | | | | | | | because block2mtd wants "erasesize must be a divisor of device size" since 3.15 Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 45072
* rb532: fix jffs2 imagesFelix Fietkau2014-07-071-2/+2
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41542
* rb532: really fix squashfs imagesFelix Fietkau2014-07-071-1/+1
| | | | | | | | | | | | | The previous attempt (r40717) to fix squashfx made the system bootable but overlayfs remained broken. This enables block2mtd again using the right partition number and naming and adds MTD_ROOTFS_SPLIT option. However onboard rootfs partition name had to be renamed to place overlay on CF instead of onboard NAND. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41541
* rb532: Fix ext4 and squashfs imagesFlorian Fainelli2014-05-071-3/+3
| | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40717
* rb532: fix initramfs image creation (#14215)Florian Fainelli2013-09-261-11/+8
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 38219
* rb532: image: fix broken ifneq statementGabor Juhos2013-09-241-1/+1
| | | | | | | | | | | | | Fixes the following build error: /devel/openwrt/staging_dir/host/bin/patch-cmdline \ /devel/openwrt/build_dir/target-mipsel_uClibc-0.9.33.2/linux-rb532/vmlinux-initramfs \ 'root=/dev/mtdblock1 rootfstype=yaffs2 ' Could not open kernel imagemake[5]: *** [install] Error 255 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38157
* rb532: remove trailing whitespaces from image/MakefileGabor Juhos2013-09-241-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38156
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-5/+6
| | | | | | | | | | | | 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
* linux/rb532: use kernel and initramfs tags on image generationAlexandros C. Couloumbis2011-05-041-4/+6
| | | | SVN-Revision: 26817
* target/rb532: use -combined suffix for kernel+rootfs imagesNicolas Thill2010-05-051-1/+1
| | | | SVN-Revision: 21363
* images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZENicolas Thill2010-05-051-1/+1
| | | | SVN-Revision: 21362
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-7/+6
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-141-5/+5
| | | | SVN-Revision: 15840
* rb532: preserve commandline-patched kernel images for faster kernel testing ↵Felix Fietkau2009-05-111-2/+3
| | | | | | via netboot SVN-Revision: 15766
* rb532: add missing drivers and adjust the kernel command line for the right ↵Felix Fietkau2009-05-081-4/+4
| | | | | | device name SVN-Revision: 15725
* make the image filenames a bit shorterFelix Fietkau2007-11-101-3/+3
| | | | SVN-Revision: 9533
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-062-0/+89
(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