diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-28 10:25:28 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-28 10:25:28 +0200 |
| commit | 90e8ec6870c6c1ba333f21fa4c301dc913106d3c (patch) | |
| tree | b91a6e19395a9581fe4c57ad0bce0fe6626302e4 /target/linux/config | |
| parent | 60cc6ce6d9e522c545713a6c6d46d0c837cd2a33 (diff) | |
add fblogo patch as addon for 3.14/3.15
Diffstat (limited to 'target/linux/config')
| -rw-r--r-- | target/linux/config/Config.in.addons | 4 | ||||
| -rw-r--r-- | target/linux/config/Config.in.graphics | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.addons b/target/linux/config/Config.in.addons index a658924d3..bdc2f4e78 100644 --- a/target/linux/config/Config.in.addons +++ b/target/linux/config/Config.in.addons @@ -13,3 +13,7 @@ config ADK_KERNEL_ADDON_MPTCP boolean depends on ADK_KERNEL_VERSION_3_14 +config ADK_KERNEL_ADDON_FBLOGO + boolean + depends on ADK_KERNEL_VERSION_3_15 + depends on ADK_KERNEL_VERSION_3_14 diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 51b8dac41..79152e54f 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -137,6 +137,7 @@ config ADK_KERNEL_FB_CON_DECOR prompt "Enable fullscreen boot logo" boolean select ADK_PACKAGE_FBSPLASH + select ADK_KERNEL_ADDON_FBLOGO default n config ADK_KERNEL_FB_VESA |
