Skip to content
Snippets Groups Projects
Commit 404fa9ec authored by Tim Niemeyer's avatar Tim Niemeyer Committed by Tim Niemeyer
Browse files

buildscript: patches for mac80211 (tx queueing)


Signed-off-by: default avatarTim Niemeyer <tim@fipux.org>
parent edd81d85
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,8 @@ prepare() { ...@@ -25,8 +25,8 @@ prepare() {
# This adds the sysctl load just before the network comes up # This adds the sysctl load just before the network comes up
cat build_patches/invoke_sysctl_before_network.patch | patch -p0 -d $target cat build_patches/invoke_sysctl_before_network.patch | patch -p0 -d $target
#backport mac80211 from r37266 #backport mac80211 from r37483
svn up -r 37378 $target/package/mac80211 svn up -r 37483 $target/package/mac80211
svn up -r 37378 $target/target/linux/generic/files/include/linux/ath9k_platform.h svn up -r 37378 $target/target/linux/generic/files/include/linux/ath9k_platform.h
#backport kernelpatches from openwrt r36664 #backport kernelpatches from openwrt r36664
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment