aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-04-27 15:53:00 +0000
committerNicolas Thill <nico@openwrt.org>2009-04-27 15:53:00 +0000
commit07f45e3a7d16b94f0ef2c5e7e04f111c408cdf8d (patch)
tree090bd23485a06b25d7416926be7177c9bf4b91e5 /package/base-files
parentef588da41619ad44fd9ba4daafc4ee02ba17d9a1 (diff)
downloadmaster-187ad058-07f45e3a7d16b94f0ef2c5e7e04f111c408cdf8d.tar.gz
master-187ad058-07f45e3a7d16b94f0ef2c5e7e04f111c408cdf8d.tar.bz2
master-187ad058-07f45e3a7d16b94f0ef2c5e7e04f111c408cdf8d.zip
introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15451 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 050f0f9efe..5578c90da8 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
PKG_RELEASE:=18
-PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
+PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
include $(INCLUDE_DIR)/package.mk