diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-02 12:42:44 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-02 12:42:44 +0000 |
commit | cc728d09db52717eb1920c74c9736ea09a6f194a (patch) | |
tree | 7add3ea26063662024a19c167242155d7e4f89f2 /package/base-files/Makefile | |
parent | 28d6ba06c2f2419177ceac8d87d258ffee5bb5c8 (diff) | |
download | upstream-cc728d09db52717eb1920c74c9736ea09a6f194a.tar.gz upstream-cc728d09db52717eb1920c74c9736ea09a6f194a.tar.bz2 upstream-cc728d09db52717eb1920c74c9736ea09a6f194a.zip |
base-files: calling stop_service before procd_kill.
Before this patch, doing `/e/c/network restart' will emit the folloing
error by `ubus network.wireless down "{}"' because netifd already quit
by that time.
Command failed: not found
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40906 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 207af35266..eea9ecb8e0 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=152 +PKG_RELEASE:=153 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |