buildscript: get the latests kernel fixes

needed for newer batman

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2013-10-26 20:59:48 +02:00
parent fbf5407b6d
commit af17b5196f
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ prepare() {
#backport mac80211
svn up -r 38351 $target/package/mac80211
svn up -r 37378 $target/target/linux/generic/files/include/linux/ath9k_platform.h
#backport the latests kernel fixes (needed for newer batman)
svn up -r 37768 $target/target/linux/generic/patches-3.3
#backport kernelpatches from openwrt r36664
cp build_patches/linux/ar71xx/patches-3.3/* $target/target/linux/ar71xx/patches-3.3