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 | 5949f33b0699843fcfa39b9603bb6b96ec585d66 (patch) | |
tree | a3df28ae12ab99b8d22b458ff1d54ea32b809bc5 /package | |
parent | a836869b692db1da28f68ac30439d57b68255d9a (diff) | |
download | upstream-5949f33b0699843fcfa39b9603bb6b96ec585d66.tar.gz upstream-5949f33b0699843fcfa39b9603bb6b96ec585d66.tar.bz2 upstream-5949f33b0699843fcfa39b9603bb6b96ec585d66.zip |
base-files: make build dependant on opkg/host
SVN-Revision: 22948
Diffstat (limited to 'package')
-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 |