diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-08 19:12:51 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-08 19:12:51 +0000 |
commit | 05d99dde448ec9fa69a307bf564a497897b578bd (patch) | |
tree | 3e962c317348af652dc3e8d3991bf5cfb019bf24 /package/p910nd/Makefile | |
parent | eef154f9700c1dd826735902e2e228d99a5e96cc (diff) | |
download | upstream-05d99dde448ec9fa69a307bf564a497897b578bd.tar.gz upstream-05d99dde448ec9fa69a307bf564a497897b578bd.tar.bz2 upstream-05d99dde448ec9fa69a307bf564a497897b578bd.zip |
change initscript to use more than one port / device,
bump release number.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2080 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/p910nd/Makefile')
-rw-r--r-- | package/p910nd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/p910nd/Makefile b/package/p910nd/Makefile index e68463cdfd..917b0fa020 100644 --- a/package/p910nd/Makefile +++ b/package/p910nd/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=p910nd PKG_VERSION:=0.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=7bf752532d26c9106f8039db95df3a6b PKG_SOURCE_URL:=http://www.etherboot.org/p910nd |