From 2f006aa5e8a74e2dd224f5e9b90d36c79651fd66 Mon Sep 17 00:00:00 2001 From: mbm Date: Sun, 16 Jan 2005 11:43:02 +0000 Subject: Initial revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@197 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/Config.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/busybox/Config.in (limited to 'package/busybox/Config.in') diff --git a/package/busybox/Config.in b/package/busybox/Config.in new file mode 100644 index 000000000..320cb9b1c --- /dev/null +++ b/package/busybox/Config.in @@ -0,0 +1,19 @@ +config BR2_PACKAGE_BUSYBOX + bool "busybox" + default y + help + The Swiss Army Knife of embedded Linux. It slices, it dices, it + makes Julian Fries. + + http://busybox.net/ + + Most people will answer Y. + +config BR2_PACKAGE_BUSYBOX_SNAPSHOT + bool "Use the daily snapshot of busybox?" + depends BR2_PACKAGE_BUSYBOX + default y + help + Use the latest busybox CVS snapshot instead of release. + + For fun, you should say Y. -- cgit v1.2.3