diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-26 20:42:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-26 20:42:36 +0000 |
commit | 0f3ccb8868dc2b815c92bfa8b33d7211374268fb (patch) | |
tree | cbf4449ac1fc6cf37223a660f24065fdf7d06815 /package/unvram/Makefile | |
parent | 2d9c80b60fe413115b3aa30f752684830c321e43 (diff) | |
download | upstream-0f3ccb8868dc2b815c92bfa8b33d7211374268fb.tar.gz upstream-0f3ccb8868dc2b815c92bfa8b33d7211374268fb.tar.bz2 upstream-0f3ccb8868dc2b815c92bfa8b33d7211374268fb.zip |
unvram: make it work on bcm47xx, also look for /dev/mtdblockX
SVN-Revision: 15429
Diffstat (limited to 'package/unvram/Makefile')
-rw-r--r-- | package/unvram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/unvram/Makefile b/package/unvram/Makefile index 5529bdf068..2fab89a634 100644 --- a/package/unvram/Makefile +++ b/package/unvram/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unvram -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |