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