Add the support for the form for Freifunk Hamburg
This commit is contained in:
parent
96046d19ef
commit
0ed780b634
2 changed files with 5 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -12,7 +12,7 @@ sites/%: config/%.erb
|
|||
mkdir -p $@
|
||||
cd $@ && $(MAKE) -f ../../Makefile site SITE=$(@F)
|
||||
|
||||
site: siteclean site.mk site.conf modules
|
||||
site: siteclean site.mk site.conf modules i18n
|
||||
|
||||
.PHONY: siteclean
|
||||
siteclean:
|
||||
|
@ -26,3 +26,6 @@ site.conf:
|
|||
|
||||
site.mk:
|
||||
erb -T- ../../config/defaults.erb ../../config/$(SITE).erb ../../template/$@.erb >$@
|
||||
|
||||
i18n:
|
||||
ln -s ../../i18n
|
||||
|
|
|
@ -24,6 +24,7 @@ gluon_site_packages = %w(
|
|||
gluon-config-mode-core
|
||||
gluon-config-mode-hostname
|
||||
gluon-config-mode-mesh-vpn
|
||||
gluon-config-mode-reboot-ffhh
|
||||
gluon-ebtables-filter-multicast
|
||||
gluon-ebtables-filter-ra-dhcp
|
||||
gluon-ebtables-segment-mld
|
||||
|
|
Loading…
Reference in a new issue