Author: luka Date: 2016-05-12 00:40:28 +0200 (Thu, 12 May 2016) New Revision: 49376
Modified: trunk/package/base-files/Makefile trunk/package/base-files/files/usr/libexec/login.sh Log: base-files: fix permissions of the login.sh script Signed-off-by: Luka Perkov <[email protected]> Modified: trunk/package/base-files/Makefile =================================================================== --- trunk/package/base-files/Makefile 2016-05-11 21:57:19 UTC (rev 49375) +++ trunk/package/base-files/Makefile 2016-05-11 22:40:28 UTC (rev 49376) @@ -11,7 +11,7 @@ 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 Index: trunk/package/base-files/files/usr/libexec/login.sh =================================================================== --- trunk/package/base-files/files/usr/libexec/login.sh 2016-05-11 21:57:19 UTC (rev 49375) +++ trunk/package/base-files/files/usr/libexec/login.sh 2016-05-11 22:40:28 UTC (rev 49376) Property changes on: trunk/package/base-files/files/usr/libexec/login.sh ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
