diff options
author | Luka Perkov <luka@openwrt.org> | 2016-05-11 22:40:28 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-06-19 19:46:03 +0200 |
commit | e53059a8dced20d1f05502070630ce0abbd2e10b (patch) | |
tree | 4704aa1e085185f8a2c4b163ea3bf2efb3b802ca | |
parent | d82186f7bfa93e7f25af266b0bff8030370d7b51 (diff) | |
download | master-187ad058-e53059a8dced20d1f05502070630ce0abbd2e10b.tar.gz master-187ad058-e53059a8dced20d1f05502070630ce0abbd2e10b.tar.bz2 master-187ad058-e53059a8dced20d1f05502070630ce0abbd2e10b.zip |
base-files: fix permissions of the login.sh script
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49376 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/base-files/Makefile | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | package/base-files/files/usr/libexec/login.sh | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 08ba43ca55..a8c9263df5 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:=168 +PKG_RELEASE:=169 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=usign/host diff --git a/package/base-files/files/usr/libexec/login.sh b/package/base-files/files/usr/libexec/login.sh index 02ac9c828b..02ac9c828b 100644..100755 --- a/package/base-files/files/usr/libexec/login.sh +++ b/package/base-files/files/usr/libexec/login.sh |