aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-06 02:13:19 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-06 02:13:19 +0000
commit560be77d4cb0cd68d67d6c2e88f2d8e2a25145b5 (patch)
tree0f58b3333f6dfe2ab2362dc49bb94b11bb467654 /package
parenta417d0737bc6e279aee7448e77696639b8260912 (diff)
downloadmaster-187ad058-560be77d4cb0cd68d67d6c2e88f2d8e2a25145b5.tar.gz
master-187ad058-560be77d4cb0cd68d67d6c2e88f2d8e2a25145b5.tar.bz2
master-187ad058-560be77d4cb0cd68d67d6c2e88f2d8e2a25145b5.zip
[package] base-files: make build dependant on opkg/host
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 21e1cc5bb3..00a9b354ea 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -13,6 +13,7 @@ PKG_NAME:=base-files
PKG_RELEASE:=52
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
+PKG_BUILD_DEPENDS:=opkg/host
include $(INCLUDE_DIR)/package.mk