diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-02 09:18:55 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-02 09:18:55 +0000 |
commit | fb4eb1628390b715abcf050c1d8008b9dd1b2e23 (patch) | |
tree | bbe270ef7bf7f26a10514e0344a484f6bc9be14b /target/linux/octeon/patches/015-no_werror.patch | |
parent | c5d88f6551c47e46be7d4f4bc1eb14978528311f (diff) | |
download | mtk-20170518-fb4eb1628390b715abcf050c1d8008b9dd1b2e23.zip mtk-20170518-fb4eb1628390b715abcf050c1d8008b9dd1b2e23.tar.gz mtk-20170518-fb4eb1628390b715abcf050c1d8008b9dd1b2e23.tar.bz2 |
rename cavium-octeon to octeon
SVN-Revision: 16292
Diffstat (limited to 'target/linux/octeon/patches/015-no_werror.patch')
-rw-r--r-- | target/linux/octeon/patches/015-no_werror.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/octeon/patches/015-no_werror.patch b/target/linux/octeon/patches/015-no_werror.patch new file mode 100644 index 0000000..71842dd --- /dev/null +++ b/target/linux/octeon/patches/015-no_werror.patch @@ -0,0 +1,8 @@ +--- a/arch/mips/cavium-octeon/Makefile ++++ b/arch/mips/cavium-octeon/Makefile +@@ -18,5 +18,3 @@ obj-$(CONFIG_PCI) += + obj-$(CONFIG_PCI) += pci.o + obj-$(CONFIG_PCI) += pcie.o + obj-$(CONFIG_PCI_MSI) += msi.o +- +-EXTRA_CFLAGS += -Werror |