not meant to be merged, poc that tabs do indeed break makefiles, when used in defines

This commit is contained in:
Jan-Niklas Burfeind 2023-01-03 16:58:45 +01:00
parent 2b4d3c1b73
commit 3f433748bd

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-alfred
include ../gluon.mk
define Package/gluon-alfred
DEPENDS:=+gluon-core +gluon-respondd +gluon-neighbour-info gluon-mesh-batman-adv +micrond +alfred
TITLE:=Configure alfred
DEPENDS:=+gluon-core +gluon-respondd +gluon-neighbour-info gluon-mesh-batman-adv +micrond +alfred
TITLE:=Configure alfred
endef
$(eval $(call BuildPackageGluon,gluon-alfred))