diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-06 15:44:40 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-06 15:44:40 +0000 |
commit | b243707ed6cdd877c4d855ca8c0cd0fd9b9feeae (patch) | |
tree | 861650d53f7997ce8714dd21a8e0f7a9e5e40c1e | |
parent | 700b3e711b922c69c77eddcbca483feebeae42c3 (diff) |
change default to busybox stable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@215 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 320cb9b1c0..9420f53694 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. |