cf9b6e34ff
Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
13 lines
205 B
Makefile
13 lines
205 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=gluon-web-osm
|
|
PKG_VERSION:=1
|
|
|
|
include ../gluon.mk
|
|
|
|
define Package/gluon-web-osm
|
|
TITLE:=base src for OSM inlay
|
|
endef
|
|
|
|
$(eval $(call BuildPackageGluon,gluon-web-osm))
|