base-files: fix permissions of the login.sh script
authorLuka Perkov <luka@openwrt.org>
Wed, 11 May 2016 22:40:28 +0000 (22:40 +0000)
committerLuka Perkov <luka@openwrt.org>
Wed, 11 May 2016 22:40:28 +0000 (22:40 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 49376

package/base-files/Makefile
package/base-files/files/usr/libexec/login.sh [changed mode: 0644->0755]

index 08ba43ca5509c4ff76e435c32263686a4ac99f5a..a8c9263df5e657c13bbd015735ca8a5832d4afa6 100644 (file)
@@ -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
old mode 100644 (file)
new mode 100755 (executable)