X-Git-Url: https://git.archive.openwrt.org/?p=15.05%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fcns3xxx%2Fpatches-3.18%2F095-gpio_support.patch;fp=target%2Flinux%2Fcns3xxx%2Fpatches-3.18%2F095-gpio_support.patch;h=b95a0897fafedd645a8c92004000d1514a7ee1f3;hp=a6ce177493f767c1384fed0771f8a1c0ee61fb78;hb=761ee594350a191627e067889ee59919f2423699;hpb=9a1fd3e313cedf1e689f6f4e342528ed27c09766 diff --git a/target/linux/cns3xxx/patches-3.18/095-gpio_support.patch b/target/linux/cns3xxx/patches-3.18/095-gpio_support.patch index a6ce177493..b95a0897fa 100644 --- a/target/linux/cns3xxx/patches-3.18/095-gpio_support.patch +++ b/target/linux/cns3xxx/patches-3.18/095-gpio_support.patch @@ -32,7 +32,7 @@ +cns3xxx-y += core.o pm.o gpio.o cns3xxx-$(CONFIG_ATAGS) += devices.o cns3xxx-$(CONFIG_PCI) += pcie.o - cns3xxx-$(CONFIG_MACH_CNS3420VB) += cns3420vb.o + CFLAGS_pcie.o += -Wframe-larger-than=1536 # override default 1024, this is safe here --- a/arch/arm/mach-cns3xxx/cns3xxx.h +++ b/arch/arm/mach-cns3xxx/cns3xxx.h @@ -68,8 +68,10 @@