From 44e375c0a30134ee96bb52db1b2400a168f16503 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sat, 27 Jul 2019 22:29:04 +0200 Subject: [PATCH] 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 --- alfred/Makefile | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.30.2