1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 20:21:54 +02:00
xburst-tools/openwrt/Makefile

8 lines
196 B
Makefile
Raw Normal View History

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