diff options
author | Andy Boyett <agb@openwrt.org> | 2009-09-10 10:07:04 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-09-10 10:07:04 +0000 |
commit | a5f80019ef988a59a46cd3657080072a71bf6fa3 (patch) | |
tree | 6e2b3c048124d347eaabcbc51370ebc0408da0a3 /package/mtd/Makefile | |
parent | 22dfa7ae22c4c5eef2cd08e2c0e76ada5bf7fca8 (diff) | |
download | upstream-a5f80019ef988a59a46cd3657080072a71bf6fa3.tar.gz upstream-a5f80019ef988a59a46cd3657080072a71bf6fa3.tar.bz2 upstream-a5f80019ef988a59a46cd3657080072a71bf6fa3.zip |
bump some revisions and update copyrights
SVN-Revision: 17554
Diffstat (limited to 'package/mtd/Makefile')
-rw-r--r-- | package/mtd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile index 3561a9b397..adba9dd5ec 100644 --- a/package/mtd/Makefile +++ b/package/mtd/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mtd -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME) |