base-files: fix permissions of the login.sh script
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 May 2016 22:40:28 +0000 (22:40 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 May 2016 22:40:28 +0000 (22:40 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49376 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 08ba43c..a8c9263 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)