diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-20 20:10:17 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-20 20:10:17 +0000 |
commit | a730c7e73e1820149b65c540e03262aa709eeef8 (patch) | |
tree | 6cdf87a4726ae19dc68e0c0afd578704d2a5f399 /package/br2684ctl/Makefile | |
parent | 314e5796a540f05f1903d1d163f22c6a2104faf0 (diff) |
[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 |