diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-13 17:03:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-13 17:03:51 +0000 |
commit | ce98f1d264c7a09bffcdba935242de3d3fc65b39 (patch) | |
tree | dbf104df0e6a299df23133b39555aeb4b16683da /package | |
parent | ce6c1c6c84dd2f45e1117443f2b48882d48311dc (diff) | |
download | upstream-ce98f1d264c7a09bffcdba935242de3d3fc65b39.tar.gz upstream-ce98f1d264c7a09bffcdba935242de3d3fc65b39.tar.bz2 upstream-ce98f1d264c7a09bffcdba935242de3d3fc65b39.zip |
base-files: drop the now unnecessary dependency on opkg/host
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47886
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index c73cc735fb..1367fa9291 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -14,7 +14,7 @@ PKG_NAME:=base-files PKG_RELEASE:=164 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ -PKG_BUILD_DEPENDS:=opkg/host usign/host +PKG_BUILD_DEPENDS:=usign/host PKG_LICENSE:=GPL-2.0 PKG_CONFIG_DEPENDS := CONFIG_SIGNED_PACKAGES |