diff options
| author | Nicolas Thill <nico@openwrt.org> | 2015-01-11 22:03:06 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2015-01-11 22:03:06 +0000 |
| commit | edacde5042c9100a4b00734f17e9447769456e33 (patch) | |
| tree | 237a3f61557f2d9e6f98e65dde90bde32be38934 | |
| parent | 63176d7e1ed8817b9219e24caa6182dc2acb77e8 (diff) | |
| download | mtk-20170518-edacde5042c9100a4b00734f17e9447769456e33.zip mtk-20170518-edacde5042c9100a4b00734f17e9447769456e33.tar.gz mtk-20170518-edacde5042c9100a4b00734f17e9447769456e33.tar.bz2 | |
target/uml: add missing config symbols
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43940
| -rw-r--r-- | target/linux/uml/config/i386 | 1 | ||||
| -rw-r--r-- | target/linux/uml/config/x86_64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/uml/config/i386 b/target/linux/uml/config/i386 index e5c1ce4..44c9f3b 100644 --- a/target/linux/uml/config/i386 +++ b/target/linux/uml/config/i386 @@ -6,6 +6,7 @@ CONFIG_BKL=y CONFIG_BLK_DEV_COW_COMMON=y CONFIG_BLK_DEV_UBD=y CONFIG_BLK_DEV_UBD_SYNC=y +# CONFIG_CFQ_GROUP_IOSCHED is not set CONFIG_CON_CHAN="xterm" CONFIG_CON_ZERO_CHAN="fd:0,fd:1" CONFIG_CPU_SUP_AMD=y diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index 93f4472..edb32bb 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -6,6 +6,7 @@ CONFIG_BINFMT_MISC=m CONFIG_BLK_DEV_COW_COMMON=y CONFIG_BLK_DEV_UBD=y CONFIG_BLK_DEV_UBD_SYNC=y +# CONFIG_CFQ_GROUP_IOSCHED is not set CONFIG_CON_CHAN="xterm" CONFIG_CON_ZERO_CHAN="fd:0,fd:1" CONFIG_CPU_SUP_AMD=y |
