diff options
author | matteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-05 02:44:04 +0000 |
---|---|---|
committer | matteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-05 02:44:04 +0000 |
commit | 71435f63a50a5740d6971e06c79f12caa4556e1e (patch) | |
tree | 4bbd08f3e6188f688e6b5b2c5e6f65ef23c6031d /package/ar7-atm/Makefile | |
parent | c5eb10ed85a193982ff46197ff58d024e7061a51 (diff) |
[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 88eb08449..5b4342a7c 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 |