From c1c8055845a1e522f41e8b775b78f87d8aadba90 Mon Sep 17 00:00:00 2001 From: lindnermarek Date: Fri, 5 Jun 2009 12:38:56 +0000 Subject: [PATCH] [openwrt] add Makefile for download & patching --- openwrt/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 openwrt/Makefile diff --git a/openwrt/Makefile b/openwrt/Makefile new file mode 100644 index 0000000..1b7f025 --- /dev/null +++ b/openwrt/Makefile @@ -0,0 +1,7 @@ + +OWRT_SVN_PATH = openwrt-trunk + +owrt_checkout: + svn co -r r15323 svn://svn.openwrt.org/openwrt/trunk $(OWRT_SVN_PATH) + cd $(OWRT_SVN_PATH) && patch -p0 < ../openwrt-jz47x0-r15323.diff + touch $@