diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-08 11:59:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-08 11:59:41 +0000 |
commit | 9f4d70e9a3d3bd629b8fc241b6c59b1d3899de49 (patch) | |
tree | 1f3846b524122403d8a5135815c29325f4553888 /package/nvram/Makefile | |
parent | 5ed3b31ce0bf83a163e642eeb19db9c30d2abd84 (diff) | |
download | upstream-9f4d70e9a3d3bd629b8fc241b6c59b1d3899de49.tar.gz upstream-9f4d70e9a3d3bd629b8fc241b6c59b1d3899de49.tar.bz2 upstream-9f4d70e9a3d3bd629b8fc241b6c59b1d3899de49.zip |
nvram: refuse nvram operations on the WGT634U
SVN-Revision: 16378
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 ff9359beab..c2270714fd 100644 --- a/package/nvram/Makefile +++ b/package/nvram/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nvram -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |