diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-19 22:20:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-19 22:20:07 +0000 |
commit | 3d068619786b40ae8b0e0cce4fcabfb60e46015b (patch) | |
tree | 19e35a63b950770a503d838b943f940c8c06136c /package/nvram/Makefile | |
parent | d51f2bc4b0eccb3ddb7575336dbead90ce886782 (diff) | |
download | upstream-3d068619786b40ae8b0e0cce4fcabfb60e46015b.tar.gz upstream-3d068619786b40ae8b0e0cce4fcabfb60e46015b.tar.bz2 upstream-3d068619786b40ae8b0e0cce4fcabfb60e46015b.zip |
[package] nvram: handle nvram at varying offsets within the eraseblock (fixes Edimax PS-1208mfg with FLSH at offset 0)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22299 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nvram/Makefile')
-rw-r--r-- | package/nvram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nvram/Makefile b/package/nvram/Makefile index c47f1c7bbb..7fc9cc8a41 100644 --- a/package/nvram/Makefile +++ b/package/nvram/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nvram -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |