summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/image/lzma-loader/src
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: add working lzma-loader and use it for initramfsJonas Gorski2014-08-0121-908/+1523
| | | | | | | | | | | | 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
* 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-068-0/+1262
(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