openwrt: add a --force option to svn co
This commit is contained in:
parent
60ba0c8056
commit
cf94a930cb
|
@ -3,7 +3,7 @@ $Id$
|
||||||
1/ Set up the OpenWRT build environment
|
1/ Set up the OpenWRT build environment
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
svn export svn://svn.openwrt.org/openwrt/tags/8.09 8.09.flukso
|
svn export svn://svn.openwrt.org/openwrt/tags/8.09 8.09.flukso
|
||||||
svn co http://svn.jokamajo.org/flukso/trunk/openwrt 8.09.flukso
|
svn co --force http://svn.jokamajo.org/flukso/trunk/openwrt 8.09.flukso
|
||||||
|
|
||||||
2/ Apply custom Flukso patches to OpenWRT
|
2/ Apply custom Flukso patches to OpenWRT
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
@ -18,3 +18,6 @@ ln -s ../../../patches/245.ignore.dhcpc.sigterm.patch .
|
||||||
--------
|
--------
|
||||||
make menuconfig
|
make menuconfig
|
||||||
make
|
make
|
||||||
|
|
||||||
|
4/ Enjoy!
|
||||||
|
---------
|
||||||
|
|
Loading…
Reference in New Issue