diff options
author | Mike Baker <mbm@openwrt.org> | 2005-04-26 02:58:26 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-04-26 02:58:26 +0000 |
commit | a0ec42b3edf53bd9f5419b8f95f06cfe5a386126 (patch) | |
tree | e3a26e63f4a3f04ad61395cccc503b73eba15e3a /openwrt/package/linux/linux.config | |
parent | 672ddf655bd40812d6a3b4be25563ccf089e1534 (diff) | |
download | mtk-20170518-a0ec42b3edf53bd9f5419b8f95f06cfe5a386126.zip mtk-20170518-a0ec42b3edf53bd9f5419b8f95f06cfe5a386126.tar.gz mtk-20170518-a0ec42b3edf53bd9f5419b8f95f06cfe5a386126.tar.bz2 |
disable aout support
SVN-Revision: 720
Diffstat (limited to 'openwrt/package/linux/linux.config')
-rw-r--r-- | openwrt/package/linux/linux.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config index d09d69f..abbafc1 100644 --- a/openwrt/package/linux/linux.config +++ b/openwrt/package/linux/linux.config @@ -164,6 +164,7 @@ CONFIG_KCORE_ELF=y # CONFIG_KCORE_AOUT is not set # CONFIG_BINFMT_AOUT is not set CONFIG_BINFMT_ELF=y +# CONFIG_BINFMT_ELF_AOUT is not set # CONFIG_MIPS32_COMPAT is not set # CONFIG_MIPS32_O32 is not set # CONFIG_MIPS32_N32 is not set |