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 | 76be14c4c26d8c38aa198a811867a797dcc5d403 (patch) | |
tree | 96b35712477b6f5ac1b672b4f3f17b3c0fa14742 /package/base-files/Makefile | |
parent | 6aa646482adcd2b00f5e05e59c55084d21a06159 (diff) | |
download | master-187ad058-76be14c4c26d8c38aa198a811867a797dcc5d403.tar.gz master-187ad058-76be14c4c26d8c38aa198a811867a797dcc5d403.tar.bz2 master-187ad058-76be14c4c26d8c38aa198a811867a797dcc5d403.zip |
package/base-files: use new service wrapper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28835 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 03016ba4c1..530d2ca35b 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 |