X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.18%2F220-gc_sections.patch;h=d872949f8d0379595f9fe39c5c80e0d7874cc778;hb=7eeb254cc49c4e9f837c980826ec112b9404f341;hp=775e11c169567ae7c302b368636e51fb5bab3095;hpb=1a797043e50d1fa047ca6037a41df50d36e17c07;p=openwrt%2Fstaging%2Fyousong.git diff --git a/target/linux/generic/patches-3.18/220-gc_sections.patch b/target/linux/generic/patches-3.18/220-gc_sections.patch index 775e11c169..d872949f8d 100644 --- a/target/linux/generic/patches-3.18/220-gc_sections.patch +++ b/target/linux/generic/patches-3.18/220-gc_sections.patch @@ -1,11 +1,11 @@ -From: Felix Fietkau +From: Felix Fietkau use -ffunction-sections, -fdata-sections and --gc-sections In combination with kernel symbol export stripping this significantly reduces the kernel image size. Used on both ARM and MIPS architectures. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau Signed-off-by: Jonas Gorski Signed-off-by: Gabor Juhos ---