yamonenv: Remove dead URLs
[openwrt/openwrt.git] / package / boot / yamonenv / Makefile
index 7b2c31458b24ae269fda85831c48078db4ba756d..ef1f36de65cc22bb97e12ad6b3f78639b8698d81 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -12,22 +12,21 @@ PKG_VERSION:=20051022
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)_gruen.4g__$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/
-PKG_MD5SUM:=a3e4f24155aa3ba5aa502bc63fdaa6ad
+PKG_SOURCE_URL:=https://downloads.openwrt.org/sources
+PKG_HASH:=466eca9cdad2c15e957fb9ce7d0b6927ecd17d85c4cc2dff37e97a3e6b209c67
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
 
-PKG_LICENSE:=GPL-2.0+
-PKG_LICENSE_FILES:=gpl.txt
+PKG_FLAGS:=nonshared
 
 include $(INCLUDE_DIR)/package.mk
 
 define Package/yamonenv
   SECTION:=utils
   CATEGORY:=Utilities
+  SUBMENU:=Boot Loaders
   DEPENDS:=@TARGET_au1000
   TITLE:=YAMON configuration utility
-  URL:=http://meshcube.org/nylon/stable/sources/
   MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 endef