gluon/scripts
lemoer 0834985205 check_site_lib: merge site & domain and provide restricting feature
- provide in_domain() and in_site() functions to restrict usage:

need_string('foo.bar') -- allowed in both domain and site config
need_string(in_site('foo.bar')) -- only allowed in site config
need_string(in_domain('foo.bar')) -- only allowed in domain config

- need_* merge the domain and site configs while prefering the domain
  values
2017-12-28 19:59:38 +01:00
..
check_site_lib.lua check_site_lib: merge site & domain and provide restricting feature 2017-12-28 19:59:38 +01:00
clean_output.sh build: allow using DEVICES variable for sysupgrade_image/factory_image images 2017-01-27 01:30:47 +01:00
common.inc.sh build: handle generic and target-specific config in the same run of target_config{,_check}.sh 2017-09-07 00:17:57 +02:00
copy_output.sh build: don't copy packages to output directory for targets without opkg 2017-05-15 23:23:02 +02:00
domain_config.lua check_site_lib: merge site & domain and provide restricting feature 2017-12-28 19:59:38 +01:00
features.sh build: introduce GLUON_FEATURES 2017-07-09 02:31:38 +02:00
feeds.sh scripts: run feeds.sh with bash like the other scripts handling modules 2017-11-23 17:44:46 +01:00
generate_manifest.sh scripts: add support for manifest-only model aliases 2017-06-13 12:21:03 +02:00
modules.sh Use LEDE as base for Gluon 2017-01-18 17:21:43 +01:00
patch.sh Use LEDE as base for Gluon 2017-01-18 17:21:43 +01:00
rfc3339date.lua scripts/rfc3339date.lua: fix pattern validity 2014-07-21 03:44:53 +02:00
sha256sum.sh scripts: generate SHA256 manifest lines in addition to SHA512 2017-02-25 00:38:50 +01:00
sha512sum.sh scripts/sha512sum.sh: output error message to stderr 2016-10-10 06:18:18 +02:00
site_config.lua Use LEDE as base for Gluon 2017-01-18 17:21:43 +01:00
site.sh Use LEDE as base for Gluon 2017-01-18 17:21:43 +01:00
target_config_check.sh build: move all generic config generation to targets/generic 2017-09-07 03:21:42 +02:00
target_config.inc.sh build: don't copy packages to output directory for targets without opkg 2017-05-15 23:23:02 +02:00
target_config.sh build: move all generic config generation to targets/generic 2017-09-07 03:21:42 +02:00
update-patches.sh Use LEDE as base for Gluon 2017-01-18 17:21:43 +01:00
update.sh scripts/update.sh: don't hide errors because of invalid commit IDs 2017-02-12 08:03:46 +01:00