changed buildpatch-directory, added fonera

This commit is contained in:
bjo 2012-01-07 16:52:45 +00:00
parent 6abb6bd3ad
commit abf48090bd
2 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ prepare() {
cp ./build_patches/tinc/001_fix_a_few_small_memory_leaks.patch ./build_dir/feeds/packages/net/tinc/patches/001_fix_a_few_small_memory_leaks.patch
case "$1" in
"dir300")
svn export ./build_patches/dir300/260_fixdmaoffset.patch ./build_dir/target/linux/atheros/patches-2.6.30/260_fixdmaoffset.patch
"dir300" | "fonera")
svn export ./build_patches/ar23xx/260_fixdmaoffset.patch ./build_dir/target/linux/atheros/patches-2.6.30/260_fixdmaoffset.patch
;;
esac
}