diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-06 03:34:52 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-06 03:34:52 +0000 |
commit | 6b93231c4f64a61103dfc16acebedd18b4c25171 (patch) | |
tree | aad933069e7dedf29eb70dbfd81e9ca95d9b578f /openwrt/package/busybox/busybox.config | |
parent | 14e0fec336fca0766605968fe9dd7eef2448736f (diff) | |
download | mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.zip mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.gz mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.bz2 |
nbd's makefile/menuconfig rewrite
SVN-Revision: 307
Diffstat (limited to 'openwrt/package/busybox/busybox.config')
-rw-r--r-- | openwrt/package/busybox/busybox.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/busybox/busybox.config b/openwrt/package/busybox/busybox.config index 1b78d20..c79c7ec 100644 --- a/openwrt/package/busybox/busybox.config +++ b/openwrt/package/busybox/busybox.config @@ -26,7 +26,7 @@ CONFIG_FEATURE_SUID=y CONFIG_LFS=y USING_CROSS_COMPILER=y CROSS_COMPILER_PREFIX="mipsel-uclibc-" -EXTRA_CFLAGS_OPTIONS="-Os " +EXTRA_CFLAGS_OPTIONS="-Os -pipe -mips2" # # Installation Options @@ -189,7 +189,7 @@ CONFIG_MKTEMP=y # CONFIG_PIPE_PROGRESS is not set # CONFIG_READLINK is not set CONFIG_RUN_PARTS=y -# CONFIG_START_STOP_DAEMON is not set +CONFIG_START_STOP_DAEMON=y CONFIG_WHICH=y # |