diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-19 23:14:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-19 23:14:13 +0000 |
commit | 7547a910df57a515714098a77e310c710d5f8535 (patch) | |
tree | b20713dac71cd6d3907b85c1db7b3fa8b8e6e629 /package/busybox/Makefile | |
parent | a25935134045da1cfa6d9cf1adb4c370e0fe02da (diff) | |
download | upstream-7547a910df57a515714098a77e310c710d5f8535.tar.gz upstream-7547a910df57a515714098a77e310c710d5f8535.tar.bz2 upstream-7547a910df57a515714098a77e310c710d5f8535.zip |
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/Makefile')
-rw-r--r-- | package/busybox/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index d1ce289354..aa6093eab7 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 |