From af17b5196f0d3455eccd164d681396f94eace42f Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Sat, 26 Oct 2013 20:59:48 +0200 Subject: [PATCH] buildscript: get the latests kernel fixes needed for newer batman Signed-off-by: Tim Niemeyer --- buildscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildscript b/buildscript index bde145f..7e5b182 100755 --- a/buildscript +++ b/buildscript @@ -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