X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/4cd5f4c04e34e5a74aa1e5921398f22a1442e07e..93ffeaf647765f11d397a540d6c1b5a4a1b1e35f:/openwrt/target/linux/package/mini_fo/Makefile diff --git a/openwrt/target/linux/package/mini_fo/Makefile b/openwrt/target/linux/package/mini_fo/Makefile index f8986b204..5b9b2a884 100644 --- a/openwrt/target/linux/package/mini_fo/Makefile +++ b/openwrt/target/linux/package/mini_fo/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk include ../../rules.mk PKG_NAME := mini_fo -PKG_VERSION := 0.6.1-pre1 +PKG_VERSION := 0.6.1pre1 PKG_RELEASE := 1 PKG_MD5SUM := 7e192e01b08023c7f3e63bf1c796bc14 @@ -22,7 +22,7 @@ KERNEL_VERSION=$(shell echo "$(LINUX_VERSION)" | cut -d. -f1,2) include $(TOPDIR)/package/rules.mk -$(eval $(call PKG_template,KMOD_MINI_FO,kmod-mini-fo,$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(KERNEL_RELEASE)))) +$(eval $(call PKG_template,KMOD_MINI_FO,kmod-mini-fo,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(KERNEL_RELEASE)))) $(PKG_BUILD_DIR)/.configured: touch $@