./patches/001-enable-zlib.patch build error

I'm trying to build lede for my Archer C7 and WDR3600 but have run into the following build error:

make[3] -C feeds/packages/lang/python compile
make -r world: build failed. Please re-run make with -j1 V=s to see what's going on
/home/tony/source/include/toplevel.mk:194: recipe for target 'world' failed
make: *** [world] Error 1

I then run it as suggested and get the following additional details:

Applying ./patches/001-enable-zlib.patch using plaintext: 
can't find file to patch at input line 14
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From 6eeab87bc852481e599325549c854b701bf2e39f Mon Sep 17 00:00:00 2001
|From: Alexandru Ardelean <aa@ocedo.com>
|Date: Thu, 25 Sep 2014 18:18:29 +0300
|Subject: [PATCH] enable zlib
|
|---
| Modules/Setup.dist | 2 +-
| 1 file changed, 1 insertion(+), 1 deletion(-)
|
|diff --git a/Modules/Setup.dist b/Modules/Setup.dist
|index 01fb85f..01ac492 100644
|--- a/Modules/Setup.dist
|+++ b/Modules/Setup.dist
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch failed!  Please fix ./patches/001-enable-zlib.patch!
Makefile:242: recipe for target '/home/tony/source/build_dir/target-mips_24kc_musl-1.1.15/Python-2.7.12/.prepared_466d67a589ba166cfaaebcbdeb498514' failed
make[3]: *** [/home/tony/source/build_dir/target-mips_24kc_musl-1.1.15/Python-2.7.12/.prepared_466d67a589ba166cfaaebcbdeb498514] Error 1
make[3]: Leaving directory '/home/tony/source/feeds/packages/lang/python'
package/Makefile:127: recipe for target 'package/feeds/packages/python/compile' failed
make[2]: *** [package/feeds/packages/python/compile] Error 2
make[2]: Leaving directory '/home/tony/source'
package/Makefile:124: recipe for target '/home/tony/source/staging_dir/target-mips_24kc_musl-1.1.15/stamp/.package_compile' failed
make[1]: *** [/home/tony/source/staging_dir/target-mips_24kc_musl-1.1.15/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/tony/source'
/home/tony/source/include/toplevel.mk:194: recipe for target 'world' failed
make: *** [world] Error 2

Any suggestions on how to proceed?

So, I gave up and started from scratch. Builds fine now.