12345678910111213141516171819202122232425 |
- include $(TOPDIR)/rules.mk
- LUCI_TITLE:=Turns WiFi on and off according to a schedule
- LUCI_DEPENDS:=+luci-base +wifischedule
- PKG_LICENSE:=ISC
- PKG_MAINTAINER:=Nils Koenig <openwrt@newk.it>
- include ../../luci.mk
|