diff options
author | John Klug <john.klug@multitech.com> | 2017-11-02 16:01:01 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-12-07 14:13:27 -0600 |
commit | f97b72a81950855d1d8a57aef1aa1006bac80722 (patch) | |
tree | f77599656fbbc8fb85a9b048cb7857d83f6e10f2 /recipes-kernel/rs9113 | |
parent | 2250c65fd78274017ee04989a59a12398566191c (diff) | |
download | meta-multitech-f97b72a81950855d1d8a57aef1aa1006bac80722.tar.gz meta-multitech-f97b72a81950855d1d8a57aef1aa1006bac80722.tar.bz2 meta-multitech-f97b72a81950855d1d8a57aef1aa1006bac80722.zip |
1.5.6 driver for mLinux 3
Diffstat (limited to 'recipes-kernel/rs9113')
-rw-r--r-- | recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb b/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb index a4867ec..319e054 100644 --- a/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb +++ b/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb @@ -54,7 +54,6 @@ do_compile () { do_patch () { cd ${WORKDIR}/git - echo "patches" ${M}/patches/* for f in ${M}/patches/* ; do # Cannot use [[ $f =~ \.patch$ ]] here because the $ after patch breaks the recipe. if echo ${f} | grep '\.patch$' >/dev/null 2>&1 ; then |