diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-01-05 02:44:04 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-01-05 02:44:04 +0000 |
commit | fb1dd239152ab841545e217e9229dda5c1e6dbd6 (patch) | |
tree | 4bbd08f3e6188f688e6b5b2c5e6f65ef23c6031d /package/ar7-atm/Makefile | |
parent | 33d9f15e793b506226fa3b0a2c35d8315806d54a (diff) | |
download | master-187ad058-fb1dd239152ab841545e217e9229dda5c1e6dbd6.tar.gz master-187ad058-fb1dd239152ab841545e217e9229dda5c1e6dbd6.tar.bz2 master-187ad058-fb1dd239152ab841545e217e9229dda5c1e6dbd6.zip |
[AR7] updated DSL driver and firmware (closes #2532)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10118 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ar7-atm/Makefile')
-rw-r--r-- | package/ar7-atm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/ar7-atm/Makefile b/package/ar7-atm/Makefile index 88eb08449b..5b4342a7c7 100644 --- a/package/ar7-atm/Makefile +++ b/package/ar7-atm/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=sangam_atm -PKG_VERSION:=07.02.01.00 -PKG_RELEASE:=1 +PKG_VERSION:=D7.03.01.00 +PKG_RELEASE:=R2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.bz2 -PKG_SOURCE_URL:=http://downloads.openwrt.org/sources -PKG_MD5SUM:=240558504afe41aeb472301d2e3fa052 +PKG_SOURCE_URL:=http://teknoraver.campuslife.it/software +PKG_MD5SUM:=bc6e9c6adb1be25820c7ee661de8ca7d include $(INCLUDE_DIR)/package.mk |