diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 22:15:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 22:15:44 +0200 |
commit | 0ab35d9839cd96e80d587361f756bfef9481e123 (patch) | |
tree | adf377b5de5324d6e20e310952c263a6686c6364 /target | |
parent | 0b199ca0da89caa8bd44dea04a9f210e951a66ff (diff) |
allow to disable checksum checking
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.adk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 9938b68c1..775df9395 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -22,6 +22,12 @@ config ADK_DISABLE_HONOUR_CFLAGS help Disable honour CFLAGS checks. +config ADK_DISABLE_CHECKSUM + bool "Disable checksum check for downloads globally" + default n + help + Disable checksum checks of downloads. + config ADK_DISABLE_KERNEL_PATCHES bool "Disable global kernel patches" default n |