diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 19:04:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 19:04:30 +0000 |
commit | 2e4a6abb004a48dfb92b796d292128a4a616b46b (patch) | |
tree | 26700131001e4ac29be29da05b5b27da9cc92040 /openwrt/package | |
parent | ca94f6cf5e02e5de92ac74f6947b16f1d6c64373 (diff) |
set base-files version number back to 4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index 2c202325ec..869e3c67d1 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} |