summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-19 23:14:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-19 23:14:13 +0000
commit902fd8c8a3efe49f53b10224c33b431789bf64d3 (patch)
treeb20713dac71cd6d3907b85c1db7b3fa8b8e6e629 /package/busybox
parentf60359fc31b33cbd555479093d1c737c025514a2 (diff)
bugfix in package/rules.mk, add support for dumping package information with make DUMP=1
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3674 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Config.in32
-rw-r--r--package/busybox/Makefile3
2 files changed, 3 insertions, 32 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
deleted file mode 100644
index e79aef7d3..000000000
--- a/package/busybox/Config.in
+++ /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
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index d1ce28935..aa6093eab 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -19,6 +19,9 @@ CONFIGFILE:=config/Config.in
SECTION:=base
CATEGORY:=Base system
TITLE:=Core utilities for embedded Linux
+DESCRIPTION:=The Swiss Army Knife of embedded Linux. It slices, it dices, it\\\
+makes Julian Fries.
+URL:=http://busybox.net
endef
define Build/Configure