Base: bump up to OpenWRT AA Branch rev 35298
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
parent
587e19f3e7
commit
a9e3e488ee
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
src-svn packages svn://svn.openwrt.org/openwrt/packages@33502
|
src-svn packages svn://svn.openwrt.org/openwrt/packages@35298
|
||||||
#src-svn batman http://downloads.open-mesh.org/svn/openwrt-feed@22
|
#src-svn batman http://downloads.open-mesh.org/svn/openwrt-feed@22
|
||||||
src-git fastd git://git.metameute.de/lff/pkg_fastd;v6
|
src-git fastd git://git.metameute.de/lff/pkg_fastd;v6
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,9 @@ builddir=./build
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
test -d $builddir || mkdir $builddir
|
test -d $builddir || mkdir $builddir
|
||||||
|
|
||||||
#Get the OpenWrt Core Source for Firmware
|
#Get the OpenWrt Core Source for Firmware
|
||||||
svn checkout -r 33502 svn://svn.openwrt.org/openwrt/trunk/ $target
|
svn checkout -r 35298 svn://svn.openwrt.org/openwrt/branches/attitude_adjustment/ $target
|
||||||
#apply own feeds.conf
|
#apply own feeds.conf
|
||||||
cp ./build_patches/feeds.conf $target/feeds.conf
|
cp ./build_patches/feeds.conf $target/feeds.conf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue