diff options
Diffstat (limited to 'recipes-kernel/rs9113/rs9113.inc')
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index d58012f..d7d169a 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -6,7 +6,7 @@ INITSCRIPT_NAME = "rs9113" INITSCRIPT_PARAMS = "start 50 S ." python do_fetch_prepend () { - d.setVar('BB_STRICT_CHECKSUM',False) + # d.setVar('BB_STRICT_CHECKSUM',False) DR = d.getVar("DR",True) bb.note("DR is " + DR) |