-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.mk
82 lines (65 loc) · 1.39 KB
/
site.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
GLUON_FEATURES := \
autoupdater \
alfred \
config-mode-domain-select \
ebtables-filter-multicast \
ebtables-filter-ra-dhcp \
ebtables-limit-arp \
ebtables-source-filter \
mesh-batman-adv-15 \
mesh-vpn-tunneldigger \
respondd \
status-page \
web-advanced \
web-wizard
GLUON_SITE_PACKAGES := \
gluon-autorestart \
gluon-ffddorf-watchdog \
iwinfo
USB_BASIC := \
kmod-usb-core \
kmod-usb2 \
kmod-usb-hid
USB_NIC := \
kmod-usb-net \
kmod-usb-net-asix \
kmod-usb-net-rtl8150 \
kmod-usb-net-rtl8152 \
kmod-usb-net-dm9601-ether
USB_WIFI := \
kmod-rtl8192cu
ifeq ($(GLUON_TARGET),x86-generic)
GLUON_SITE_PACKAGES += \
$(USB_BASIC) \
kmod-usb-ohci-pci \
$(USB_NIC)
endif
ifeq ($(GLUON_TARGET),x86-64)
GLUON_SITE_PACKAGES += \
$(USB_BASIC) \
$(USB_NIC) \
kmod-igb #APU2
endif
ifeq ($(GLUON_TARGET),brcm2708-bcm2708)
GLUON_SITE_PACKAGES += \
$(USB_BASIC) \
$(USB_NIC) \
$(USB_WIFI)
endif
ifeq ($(GLUON_TARGET),brcm2708-bcm2709)
GLUON_SITE_PACKAGES += \
$(USB_BASIC) \
$(USB_NIC) \
$(USB_WIFI)
endif
DEFAULT_GLUON_RELEASE := v1.10.X-exp-$(shell date '+%Y%m%d')
# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
# Default priority for updates.
GLUON_PRIORITY ?= 0
GLUON_LANGS ?= en de
GLUON_ATH10K_MESH ?= 11s
GLUON_REGION := eu
GLUON_MULTIDOMAIN=1
# Do not build images for deprecated devices
GLUON_DEPRECATED ?= 1