X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fyamonenv%2FMakefile;h=35d1f6d17ac551daa512fdb4607187b72d2c633b;hb=d1f2a4a601d949a00a796ed258402464e8c2a595;hp=0cf6493e2de903320d7696f25d75bb65e7293063;hpb=17c7b6c3fdc48301e50d22cc6138ede16bd1be24;p=openwrt.git diff --git a/package/yamonenv/Makefile b/package/yamonenv/Makefile index 0cf6493e2d..35d1f6d17a 100644 --- a/package/yamonenv/Makefile +++ b/package/yamonenv/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -13,7 +12,7 @@ PKG_VERSION:=20051022 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_gruen.4g__$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://meshcube.org/nylon/stable/sources/ +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=a3e4f24155aa3ba5aa502bc63fdaa6ad PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -23,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/yamonenv SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@TARGET_AU1000 + DEPENDS:=@TARGET_au1000 TITLE:=YAMON configuration utility URL:=http://meshcube.org/nylon/stable/sources/ endef