From 167580b4a24818ebb886b86348bf874633ec1254 Mon Sep 17 00:00:00 2001 From: Clemens John Date: Thu, 10 Oct 2013 07:54:04 +0000 Subject: [PATCH] buildscript: bump up mac80211 package to r38351 Signed-off-by: Clemens John --- buildscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript b/buildscript index 4d68ca4..29a141f 100755 --- a/buildscript +++ b/buildscript @@ -26,7 +26,7 @@ prepare() { cat build_patches/invoke_sysctl_before_network.patch | patch -p0 -d $target #backport mac80211 - svn up -r 38258 $target/package/mac80211 + svn up -r 38351 $target/package/mac80211 svn up -r 37378 $target/target/linux/generic/files/include/linux/ath9k_platform.h #backport kernelpatches from openwrt r36664