X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/db11e2abd1a7776d82e94fc33fd26dafdc7a6737..64936c734df0bbcfd48be60433b541370194e418:/package/kernel/Makefile diff --git a/package/kernel/Makefile b/package/kernel/Makefile index 75925df55..f440a4051 100644 --- a/package/kernel/Makefile +++ b/package/kernel/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -35,6 +35,7 @@ define Package/kernel DEFAULT:=y TITLE:=Virtual kernel package VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE) + URL:=http://www.kernel.org/ endef define Package/kernel/install @@ -43,5 +44,5 @@ endef $(eval $(if $(DUMP),,$(call BuildPackage,kernel))) --include $(TOPDIR)/target/linux/*/modules.mk include ./modules/*.mk +-include $(TOPDIR)/target/linux/*/modules.mk