From: Luka Perkov Date: Wed, 11 May 2016 22:40:28 +0000 (+0000) Subject: base-files: fix permissions of the login.sh script X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b83ad8715f417e022a4d4b30be90f5e79a5aaebb;p=openwrt%2Fsvn-archive%2Fopenwrt.git base-files: fix permissions of the login.sh script Signed-off-by: Luka Perkov SVN-Revision: 49376 --- 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 old mode 100644 new mode 100755