diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-07 22:58:34 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-07 22:58:34 +0000 |
commit | 93886bc77667952afa306863c766cad00821074e (patch) | |
tree | ef648c4f579ed3363cc52af2c9b09f4384159413 /package/base-files/Makefile | |
parent | 10a03275bfcaeca706c2bd20064431f6f3bb6bf5 (diff) | |
download | mtk-20170518-93886bc77667952afa306863c766cad00821074e.zip mtk-20170518-93886bc77667952afa306863c766cad00821074e.tar.gz mtk-20170518-93886bc77667952afa306863c766cad00821074e.tar.bz2 |
package/base-files: use new service wrapper
SVN-Revision: 28835
Diffstat (limited to 'package/base-files/Makefile')
-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 03016ba..530d2ca 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=86 +PKG_RELEASE:=87 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |