chore(site.mk): differ to master
This commit is contained in:
parent
3ee65d2bac
commit
e79a5357cd
2
modules
2
modules
|
@ -1,7 +1,7 @@
|
|||
GLUON_SITE_FEEDS='ffhb ssidchanger'
|
||||
|
||||
PACKAGES_FFHB_REPO=https://code.bremen.freifunk.net/ffhb/firmware/ffhb-packages.git
|
||||
PACKAGES_FFHB_COMMIT=0e2480415815655232cffe53b5329c73f211088c
|
||||
PACKAGES_FFHB_COMMIT=5e682b2a466f8cb2eec6746a81aaddda191b7e96
|
||||
PACKAGES_FFHB_BRANCH=events
|
||||
|
||||
|
||||
|
|
14
site.mk
14
site.mk
|
@ -1,6 +1,7 @@
|
|||
GLUON_FEATURES := \
|
||||
respondd \
|
||||
status-page
|
||||
#TODO ebtables... ?
|
||||
|
||||
GLUON_SITE_PACKAGES := \
|
||||
gluon-ssid-changer \
|
||||
|
@ -14,11 +15,19 @@ GLUON_SITE_PACKAGES := \
|
|||
iwinfo \
|
||||
firewall \
|
||||
haveged \
|
||||
gluon-authorized-keys \
|
||||
gluon-authorized-keys
|
||||
#TODO iptables ?
|
||||
#TODO iputils-ping6 ?
|
||||
|
||||
# own packages
|
||||
# just for easy find
|
||||
GLUON_SITE_PACKAGES += \
|
||||
respondd-wifi \
|
||||
respondd-module-wifisettings \
|
||||
respondd-module-interface-address \
|
||||
respondd-module-lldp \
|
||||
reghack
|
||||
#TODO ffhb-breminale ...
|
||||
|
||||
# Allow overriding the these variables from the command line
|
||||
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
||||
|
@ -38,6 +47,5 @@ DEBUG_PACKAGES := \
|
|||
# x86-64
|
||||
ifeq ($(GLUON_TARGET),x86-64)
|
||||
GLUON_SITE_PACKAGES += \
|
||||
$(DEBUG_PACKAGES) \
|
||||
haveged
|
||||
$(DEBUG_PACKAGES)
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue