diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-16 22:56:22 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-16 22:56:22 +0000 |
commit | ade917350f3ace530ace75aa508bf75f446aa1d2 (patch) | |
tree | 882c4047ed6f07db085ca8a03538cd08b983ecbc /package | |
parent | 48289044a17d07dca496f186ae3b0c72e3a10f0a (diff) |
increase openwrt-utils version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile index 7e7b954e11..12453dbc4b 100644 --- a/package/openwrt/Makefile +++ b/package/openwrt/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME := openwrt-utils -PKG_RELEASE := 1 +PKG_RELEASE := 2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_RELEASE)_$(ARCH).ipk PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg |