1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 16:25:20 +02:00

[openwrt] add Makefile for download & patching

This commit is contained in:
lindnermarek 2009-06-05 12:38:56 +00:00
parent 17ac04f284
commit c1c8055845

7
openwrt/Makefile Normal file
View File

@ -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 $@