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 <sven@narfation.org>
This commit is contained in:
parent
4c4b836d89
commit
44e375c0a3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue