diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-20 20:10:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-20 20:10:17 +0000 |
commit | db6aaa7bcf46f33344d228409f5106f9c586c38f (patch) | |
tree | 3bf5aef80982a32a601e46e7bc3678e1e5df4d3c /package/br2684ctl/Makefile | |
parent | a50421a302a4ce94e89c1c90c4ed1521eb36d24f (diff) | |
download | upstream-db6aaa7bcf46f33344d228409f5106f9c586c38f.tar.gz upstream-db6aaa7bcf46f33344d228409f5106f9c586c38f.tar.bz2 upstream-db6aaa7bcf46f33344d228409f5106f9c586c38f.zip |
br2684ctl: rework init script - use common defaults for unit and atmdev - add a more reliable stop routine - localize variables
SVN-Revision: 23552
Diffstat (limited to 'package/br2684ctl/Makefile')
-rw-r--r-- | package/br2684ctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/br2684ctl/Makefile b/package/br2684ctl/Makefile index 4af040b4e1..f8bf4aea29 100644 --- a/package/br2684ctl/Makefile +++ b/package/br2684ctl/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=br2684ctl PKG_VERSION:=20040226 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/b/br2684ctl |