From 0840fe173191b817d058e7025f479e89d2adc2bf Mon Sep 17 00:00:00 2001 From: Clemens John Date: Sun, 14 Jul 2013 11:59:22 +0000 Subject: [PATCH] Fix wrong patch path --- buildscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript b/buildscript index 5f11ad8..1f36b0b 100755 --- a/buildscript +++ b/buildscript @@ -29,7 +29,7 @@ prepare() { cp build_patches/mac80211/* $target/package/mac80211/patches #backport kernelpatches from openwrt r36664 - cp build/linux/ar71xx/patches-3.3/* $target/target/ar71xx/linux/patches + cp build_patches/linux/ar71xx/patches-3.3/* $target/target/linux/ar71xx/patches-3.3 #batman-adv: distributed arp table fixes cat build_patches/changeset_35324.diff | patch -p1 -d $target/feeds