From da97aa7a927afa8062178fe5274cae97c699cdd6 Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Sun, 11 Aug 2013 15:12:12 +0200 Subject: [PATCH] buildscript: update mac80211 to owrt r37747 Signed-off-by: Tim Niemeyer --- buildscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildscript b/buildscript index bd9ede1..a808e2a 100755 --- a/buildscript +++ b/buildscript @@ -25,8 +25,8 @@ prepare() { # This adds the sysctl load just before the network comes up cat build_patches/invoke_sysctl_before_network.patch | patch -p0 -d $target - #backport mac80211 from r37483 - svn up -r 37483 $target/package/mac80211 + #backport mac80211 from r37747 + svn up -r 37747 $target/package/mac80211 svn up -r 37378 $target/target/linux/generic/files/include/linux/ath9k_platform.h #backport kernelpatches from openwrt r36664