diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-10-02 08:24:32 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-10-02 08:24:32 +0000 |
commit | d7023fc0bc4b66c44969276df9cbfe218f931250 (patch) | |
tree | 7a9824270ce880149bb84bbda911d101df6a6b7e /package/base-files/Makefile | |
parent | a24f7305cc743df0f12dde2fb9f72e0fdbbfe97b (diff) | |
download | upstream-d7023fc0bc4b66c44969276df9cbfe218f931250.tar.gz upstream-d7023fc0bc4b66c44969276df9cbfe218f931250.tar.bz2 upstream-d7023fc0bc4b66c44969276df9cbfe218f931250.zip |
base-files: sanitize and unify $PATH
Previously init and hotplug paths were different from console.
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 47080
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 967d5430eb..40fb093831 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=159 +PKG_RELEASE:=160 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host usign/host |