aboutsummaryrefslogtreecommitdiffstats
path: root/package/mtd/Makefile
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-19 19:44:23 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-19 19:44:23 +0000
commit5477f59de6b83b561d3ffef82ec1ed6cf4a3a6c1 (patch)
treeb1608f5707493502857c144ebb81b8becc62443e /package/mtd/Makefile
parent4463c46eb985a22b73f906293f35caa5547342a3 (diff)
downloadopenwrt-5477f59de6b83b561d3ffef82ec1ed6cf4a3a6c1.tar.gz
openwrt-5477f59de6b83b561d3ffef82ec1ed6cf4a3a6c1.zip
AA: package/mtd: add option for fixing seama images
Backport of r33841. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33870 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mtd/Makefile')
-rw-r--r--package/mtd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile
index 7ca6b0e62..1eb3b4a51 100644
--- a/package/mtd/Makefile
+++ b/package/mtd/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2012 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:=18
+PKG_RELEASE:=18.1
PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME)
STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS)
@@ -23,7 +23,7 @@ define Package/mtd
endef
define Package/mtd/description
- This package contains an utility useful to upgrade from other firmware or
+ This package contains an utility useful to upgrade from other firmware or
older OpenWrt releases.
endef