mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
[openwrt] add Makefile for download & patching
This commit is contained in:
7
openwrt/Makefile
Normal file
7
openwrt/Makefile
Normal 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 $@
|
||||||
Reference in New Issue
Block a user