Makefile 505 B

123456789101112131415161718
  1. #
  2. # Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TITLE:=LuCI Diagnostics Tools (Device Info)
  8. LUCI_DEPENDS:=+luci-app-diag-core +smap +netdiscover +mac-to-devinfo +httping +smap-to-devinfo +netdiscover-to-devinfo @BROKEN
  9. define Package/luci-app-diag-devinfo/conffiles
  10. /etc/config/luci_devinfo
  11. endef
  12. include ../../luci.mk
  13. # call BuildPackage - OpenWrt buildroot signature