* switch to luci static javascript api * add version info * remove 'home' option * regenerate translations Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
10 lines
263 B
Makefile
10 lines
263 B
Makefile
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Network Shares - Samba 4 SMB/CIFS fileserver
|
|
LUCI_DEPENDS:=+samba4-server
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|