This commit is contained in:
Ricardo Martins
2014-08-19 18:26:49 +01:00
parent 75c4714bca
commit 306e07e50c
12 changed files with 112 additions and 165 deletions

View File

@@ -15,8 +15,8 @@ md5=\
post_unpack()
{
patches=$(ls "$pkg_dir/patches-$version/"*.patch\
"$cfg_dir_system/patches/u-boot/patches-${version}/"*.patch 2>/dev/null)
patches=$(ls "$pkg_dir/patches/$version/"*.patch\
"$cfg_dir_system/patches/u-boot/$version/"*.patch 2>/dev/null)
if [ -n "$patches" ]; then
cat $patches | patch -p1
fi