move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the...
[openwrt/staging/dedeckeh.git] / openwrt / package / busybox / Config.in
diff --git a/openwrt/package/busybox/Config.in b/openwrt/package/busybox/Config.in
deleted file mode 100644 (file)
index e79aef7..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-menu "busybox........................... The Swiss Army Knife of embedded Linux"
-
-config BR2_PACKAGE_BUSYBOX
-       prompt "busybox........................... The Swiss Army Knife of embedded Linux"
-       bool
-       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
-       depends CONFIG_DEVEL
-       default n
-       help
-         Use the latest busybox CVS snapshot instead of release.
-         
-         For fun, you should say Y.
-
-menu "Busybox Configuration"
-       depends BR2_PACKAGE_BUSYBOX
-
-source package/busybox/config/Config.in
-
-endmenu
-
-endmenu