summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-23 19:04:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-23 19:04:30 +0000
commit438cb1d8973d8fce6a7064f2e34c10378e212a4f (patch)
treea65eb1654f881b259cd072cd6ccee6001b7c4b7f /openwrt/package
parentd531438a014a806dbb8c8b7cf0acbab57d806d91 (diff)
downloadmtk-20170518-438cb1d8973d8fce6a7064f2e34c10378e212a4f.zip
mtk-20170518-438cb1d8973d8fce6a7064f2e34c10378e212a4f.tar.gz
mtk-20170518-438cb1d8973d8fce6a7064f2e34c10378e212a4f.tar.bz2
set base-files version number back to 4
SVN-Revision: 2286
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile
index 2c20232..869e3c6 100644
--- a/openwrt/package/base-files/Makefile
+++ b/openwrt/package/base-files/Makefile
@@ -3,7 +3,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=base-files
-PKG_RELEASE:=5
+PKG_RELEASE:=4
PKG_BUILD_DIR:=$(BUILD_DIR)/base-files
REV:=${shell svn info | grep Revision | cut -d ' ' -f 2}