diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-06 15:44:40 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-06 15:44:40 +0000 |
commit | 068ea032e3de306df3d8333c2818ad0045174cbf (patch) | |
tree | a308032b1138f5da5920cab4b3118a0e550f1816 /package | |
parent | cca80f90c597093f29add0785a04d0107f1a9750 (diff) | |
download | upstream-068ea032e3de306df3d8333c2818ad0045174cbf.tar.gz upstream-068ea032e3de306df3d8333c2818ad0045174cbf.tar.bz2 upstream-068ea032e3de306df3d8333c2818ad0045174cbf.zip |
change default to busybox stable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@215 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 320cb9b1c0..9420f53694 100644 --- a/package/busybox/Config.in +++ b/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. |