Makefile 998 B

12345678910111213141516171819202122
  1. # Copyright (c) 2016, prpl Foundation
  2. #
  3. # Permission to use, copy, modify, and/or distribute this software for any purpose with or without
  4. # fee is hereby granted, provided that the above copyright notice and this permission notice appear
  5. # in all copies.
  6. #
  7. # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
  8. # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
  9. # FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  10. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  11. # ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  12. #
  13. # Author: Nils Koenig <openwrt@newk.it>
  14. include $(TOPDIR)/rules.mk
  15. LUCI_TITLE:=Turns WiFi on and off according to a schedule
  16. LUCI_DEPENDS:=+luci-compat +wifischedule
  17. include ../../luci.mk
  18. # call BuildPackage - OpenWrt buildroot signature