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 | 645b887b94eccbcb0f5939ff159fd2bf8928975c (patch) | |
tree | 6cdf87a4726ae19dc68e0c0afd578704d2a5f399 /package/br2684ctl/Makefile | |
parent | 93a0a1bfeaffaf8f3e135842a6ed0b0868852f9a (diff) | |
download | master-187ad058-645b887b94eccbcb0f5939ff159fd2bf8928975c.tar.gz master-187ad058-645b887b94eccbcb0f5939ff159fd2bf8928975c.tar.bz2 master-187ad058-645b887b94eccbcb0f5939ff159fd2bf8928975c.zip |
[package] br2684ctl: rework init script
- use common defaults for unit and atmdev
- add a more reliable stop routine
- localize variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23552 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |