summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/image/lzma-loader
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: add working lzma-loader and use it for initramfsJonas Gorski2014-08-0122-921/+1565
| | | | | | | | | | | | Add a working lzma loader and use it for generating initramfs kernels to allow easily netbooting elf kernels on devices with a 4 MiB CFE size limit. Based on ar71xx's lzma-loader. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41940
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* bcm963xx: fix load address / kernel entryFelix Fietkau2008-05-181-1/+1
| | | | | | | | | | Current kernels have the same kernel entry as load address, so just set them like this. Also, the BCM963xx uses 0x80010000 as its load address, so use this too. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11169
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-069-0/+1296
(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