aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-19 23:56:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-19 23:56:04 +0000
commitf2c6dda705e8474f9450997c3da9b877561f279a (patch)
tree6e4d63e91be230150acf8dbee061ec3524455648 /package/busybox
parent7547a910df57a515714098a77e310c710d5f8535 (diff)
downloadupstream-f2c6dda705e8474f9450997c3da9b877561f279a.tar.gz
upstream-f2c6dda705e8474f9450997c3da9b877561f279a.tar.bz2
upstream-f2c6dda705e8474f9450997c3da9b877561f279a.zip
more buildroot-ng bugfixes
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index aa6093eab7..a5830764e5 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
+PKG_VERSION:=1.1.2
PKG_RELEASE:=1
-PKG_VERSION:=1.1.2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads
@@ -21,7 +21,7 @@ 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
+URL:=http://busybox.net/
endef
define Build/Configure