-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
site: migrate package and feature selection to site-selection
Migrate to the new image-customization function available in Gluon. This does not yet include the migration of genpkglist.py and it's output. This will eventually follow at a later point in time. Signed-off-by: David Bauer <[email protected]>
- Loading branch information
1 parent
71a6add
commit 51cff37
Showing
2 changed files
with
39 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
features({ | ||
'autoupdater', | ||
'config-mode-domain-select', | ||
'config-mode-geo-location-osm', | ||
'ebtables-filter-multicast', | ||
'ebtables-filter-ra-dhcp', | ||
'ebtables-limit-arp', | ||
'ebtables-source-filter', | ||
'mesh-batman-adv-15', | ||
'mesh-vpn-fastd-l2tp', | ||
'radvd', | ||
'radv-filterd', | ||
'respondd', | ||
'status-page', | ||
'web-advanced', | ||
'web-logging', | ||
'web-private-wifi', | ||
'web-wizard', | ||
}) | ||
|
||
packages({ | ||
'ca-bundle', | ||
'iwinfo', | ||
'libustream-mbedtls', | ||
'respondd-module-airtime', | ||
'ffda-update-stabilizer', | ||
}) | ||
|
||
if not device_class('tiny') then | ||
packages({ | ||
'ffda-gluon-usteer' | ||
}) | ||
|
||
features({ | ||
'mesh-vpn-sqm', | ||
'web-cellular', | ||
'wireless-encryption-wpa3' | ||
}) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters