diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-16 22:56:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-16 22:56:22 +0000 |
commit | 372ec029c483722309f6dc8786c4f951ba7a7222 (patch) | |
tree | 7f99f22fd9a2767fd9a247d98e3455ddedcaa865 /openwrt/package | |
parent | 7c7bbd525f4f8a45bd500cacf9caee5bb47b6cc4 (diff) | |
download | mtk-20170518-372ec029c483722309f6dc8786c4f951ba7a7222.zip mtk-20170518-372ec029c483722309f6dc8786c4f951ba7a7222.tar.gz mtk-20170518-372ec029c483722309f6dc8786c4f951ba7a7222.tar.bz2 |
increase openwrt-utils version
SVN-Revision: 1473
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openwrt/Makefile b/openwrt/package/openwrt/Makefile index 7e7b954..12453db 100644 --- a/openwrt/package/openwrt/Makefile +++ b/openwrt/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 |