From: Sven Eckelmann Date: Sat, 27 Jul 2019 20:29:04 +0000 (+0200) Subject: alfred: Drop unused init-y variable X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=44e375c0a30134ee96bb52db1b2400a168f16503;p=feed%2Frouting.git alfred: Drop unused init-y variable The Makefile defines the init-y variable but neither this Makefile nor OpenWrt's common files use this variable. Signed-off-by: Sven Eckelmann --- diff --git a/alfred/Makefile b/alfred/Makefile index 9372307..2982265 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -18,8 +18,6 @@ PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk -init-y := alfred - define Package/alfred URL:=https://www.open-mesh.org/ SECTION:=net