From b3c75fa2b32811fbd876a9d309948f46564c3d4c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 29 Jun 2009 11:38:48 +0000 Subject: [PATCH] Merge r16619 to 8.09; bump patch level SVN-Revision: 16620 --- package/base-files/Makefile | 2 +- package/base-files/files/bin/ipcalc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index ac16eca490..de8f68da35 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=14.2 +PKG_RELEASE:=14.3 PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ diff --git a/package/base-files/files/bin/ipcalc.sh b/package/base-files/files/bin/ipcalc.sh index e8efa6b96c..318980e5a2 100755 --- a/package/base-files/files/bin/ipcalc.sh +++ b/package/base-files/files/bin/ipcalc.sh @@ -26,7 +26,7 @@ BEGIN { if (ARGC > 3) { print "START="int2ip(start) - print "END="int2ip(end-1) + print "END="int2ip(end) } } EOF -- 2.30.2