aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-11 10:38:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-11 10:38:56 +0000
commit7bd04505176e6b7b2c548977274164c4582921ae (patch)
tree4b7f09059c948b3d180b1af915af943cb43a1209 /package/busybox/Makefile
parent8513483ed3eff5521b8e4687ba289c0b8e05deed (diff)
downloadupstream-7bd04505176e6b7b2c548977274164c4582921ae.tar.gz
upstream-7bd04505176e6b7b2c548977274164c4582921ae.tar.bz2
upstream-7bd04505176e6b7b2c548977274164c4582921ae.zip
fix typo (#1454)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6550 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 1616122c00..eae037aaaa 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -19,7 +19,7 @@ PKG_MD5SUM:=5728403bce309cdabcffa414e2e64052
PKG_CAT:=bzcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_BUILDDEP:=libcgi
+PKG_BUILD_DEPENDS:=libcgi
include $(INCLUDE_DIR)/package.mk