aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.7/302-mips_no_branch_likely.patch
Commit message (Collapse)AuthorAgeFilesLines
* linux: remove 3.7 supportGabor Juhos2013-07-201-11/+0
| | | | | | | | It is not used by any target. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37469
* kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mipsFelix Fietkau2013-01-261-1/+1
| | | | | | | in combination with kernel symbol export stripping this significantly reduces the kernel image size SVN-Revision: 35320
* mips: use -mno-branch-likely for kernel and userspace, saves ~11k kernel ↵Felix Fietkau2012-12-281-0/+11
size after lzma and ~12k squashfs size in the default configuration SVN-Revision: 34909