diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-06 15:44:40 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-06 15:44:40 +0000 |
commit | 3f08b16418c62669c90ac42d882736d26ba7c741 (patch) | |
tree | 861650d53f7997ce8714dd21a8e0f7a9e5e40c1e /openwrt/package/busybox | |
parent | 994ee40e0783d39e7fba19954c771b3aa88ff7f9 (diff) | |
download | mtk-20170518-3f08b16418c62669c90ac42d882736d26ba7c741.zip mtk-20170518-3f08b16418c62669c90ac42d882736d26ba7c741.tar.gz mtk-20170518-3f08b16418c62669c90ac42d882736d26ba7c741.tar.bz2 |
change default to busybox stable
SVN-Revision: 215
Diffstat (limited to 'openwrt/package/busybox')
-rw-r--r-- | openwrt/package/busybox/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/Config.in b/openwrt/package/busybox/Config.in index 320cb9b..9420f53 100644 --- a/openwrt/package/busybox/Config.in +++ b/openwrt/package/busybox/Config.in @@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX config BR2_PACKAGE_BUSYBOX_SNAPSHOT bool "Use the daily snapshot of busybox?" depends BR2_PACKAGE_BUSYBOX - default y + default n help Use the latest busybox CVS snapshot instead of release. |