Browse Source

base-files: make build dependant on opkg/host

SVN-Revision: 22948
Jo-Philipp Wich 15 years ago
parent
commit
5949f33b06
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/base-files/Makefile

+ 1 - 0
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