blob: 1b2b598cc89c9b90601384d1cb5f6e070b00c34b (
plain)
1
2
3
4
5
6
7
8
9
10
|
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for DAWN
LUCI_DEPENDS:=+dawn +luci-compat +luci-lib-json
LUCI_PKGARCH:=all
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|