diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-06 02:13:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-06 02:13:19 +0000 |
commit | 560be77d4cb0cd68d67d6c2e88f2d8e2a25145b5 (patch) | |
tree | 0f58b3333f6dfe2ab2362dc49bb94b11bb467654 /package/base-files | |
parent | a417d0737bc6e279aee7448e77696639b8260912 (diff) | |
download | upstream-560be77d4cb0cd68d67d6c2e88f2d8e2a25145b5.tar.gz upstream-560be77d4cb0cd68d67d6c2e88f2d8e2a25145b5.tar.bz2 upstream-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/base-files')
-rw-r--r-- | package/base-files/Makefile | 1 |
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 |