aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-06 17:26:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-06 17:26:37 +0000
commit7a2dab6d9222aea2da70d2814cca43da38e82a80 (patch)
treeed1c58d59c4a6237cd13c538e8a8e571f44259a5 /package
parent2aac835be8b41fc6cb0f279bedef625d666aae5c (diff)
downloadupstream-7a2dab6d9222aea2da70d2814cca43da38e82a80.tar.gz
upstream-7a2dab6d9222aea2da70d2814cca43da38e82a80.tar.bz2
upstream-7a2dab6d9222aea2da70d2814cca43da38e82a80.zip
now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the board name around in kmod-* package versions anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/Makefile b/package/kernel/Makefile
index cde30683c3..75925df550 100644
--- a/package/kernel/Makefile
+++ b/package/kernel/Makefile
@@ -34,7 +34,7 @@ define Package/kernel
CATEGORY:=Kernel
DEFAULT:=y
TITLE:=Virtual kernel package
- VERSION:=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)
+ VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE)
endef
define Package/kernel/install