linux-lts-utopic: Added CONFIG_DELL_RBTN=m
This commit is contained in:
parent
5f1dce30f9
commit
0859c3e6e5
1 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008-2015 Ruben Rodriguez <ruben@trisquel.info>
|
# Copyright (C) 2008-2015 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
|
# Copyright (C) 2015 Santi Rodriguez <santi@trisquel.info>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -59,6 +60,12 @@ CONFIG_IOSCHED_BFQ=y
|
||||||
CONFIG_CGROUP_BFQIO=y
|
CONFIG_CGROUP_BFQIO=y
|
||||||
# CONFIG_DEFAULT_BFQ is not set
|
# CONFIG_DEFAULT_BFQ is not set
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
#Enable Dell "airplane mode" button
|
||||||
|
cat << EOF >> debian.master/config/config.common.trisquel
|
||||||
|
CONFIG_DELL_RBTN=m
|
||||||
|
EOF
|
||||||
|
|
||||||
cp debian.master/config/config.common.trisquel debian.utopic/config/config.common.trisquel
|
cp debian.master/config/config.common.trisquel debian.utopic/config/config.common.trisquel
|
||||||
|
|
||||||
cat << EOF >> debian.master/config/i386/config.flavour.lowlatency
|
cat << EOF >> debian.master/config/i386/config.flavour.lowlatency
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue