X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a3ec96c3416d24430bea57e0a112c6e2536ec89d..1fbb38570610cf26b465662616b6f33d9e4ffa90:/package/kernel/Makefile

diff --git a/package/kernel/Makefile b/package/kernel/Makefile
index da96f43a7..75925df55 100644
--- a/package/kernel/Makefile
+++ b/package/kernel/Makefile
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
@@ -35,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