Re: [LEDE-DEV] Call defines for minifying scripting languages

2016-10-03 Thread Karl Palsson
weeping comments about "most", then "most" users won't care about the scripts _at all_ right up until they try and look in one to debug something behaving oddly. At _that_ point they will care _very much_ that it's all minified garbage, with some presumption that they

[LEDE-DEV] PROVIDES dependency issue

2016-10-05 Thread Karl Palsson
ckage that fails is alphabetically before "m"? Is this a known current limitation of PROVIDES? or is it a bug that should be working? Sincerely, Karl Palsson [1] mosquitto-next and mosquitto https://github.com/remakeelectric/owrt_pub_feeds/tree/master/net/mosquitto{,-next} signature.as

[LEDE-DEV] [PATCH] ar71xx: move dragino2 from legacy to generic

2016-10-06 Thread Karl Palsson
Tested on real hardware with r1804. Signed-off-by: Karl Palsson --- target/linux/ar71xx/image/generic.mk| 10 ++ target/linux/ar71xx/image/legacy-devices.mk | 6 -- target/linux/ar71xx/image/legacy.mk | 2 -- 3 files changed, 10 insertions(+), 8 deletions(-) diff

[LEDE-DEV] per device rootfs vs multiple devices

2016-10-12 Thread Karl Palsson
st be that the documentation isn't clear and I misunderstood nbd's description. Directions? Sincerely, Karl Palsson signature.asc Description: OpenPGP Digital Signature ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Support for KEY_BRIGHTNESS_ZERO

2016-10-12 Thread Karl Palsson
s with > various extra settings in /sys/class/leds/*/ > Related, even with leds set in /etc/config/system, their triggers aren't setup until S96. How can they get setup earlier? I've got a daemon that wants a led trigger file to be passed in for it to write to on activity, but the t

[LEDE-DEV] [PATCH] scripts: add help text for some generated KConfigs

2016-10-12 Thread Karl Palsson
TARGET_MULTI_PROFILE and TARGET_PER_DEVICE_ROOTFS get some help text to try and clarify their behaviour. Signed-off-by: Karl Palsson --- scripts/target-metadata.pl | 17 + 1 file changed, 17 insertions(+) diff --git a/scripts/target-metadata.pl b/scripts/target-metadata.pl

[LEDE-DEV] [PATCH] scripts: case insensitive sort device names

2016-10-12 Thread Karl Palsson
that includes "Default - all profiles" inside the profile list. Signed-off-by: Karl Palsson --- scripts/target-metadata.pl | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/target-metadata.pl b/scripts/target-metadata.pl index 3422572d1639..7f7dc6d4ee77 10

Re: [LEDE-DEV] per device rootfs vs multiple devices

2016-10-12 Thread Karl Palsson
pts/diffconfig.sh. I get duplicate lines for each target, and now _al_ of the base core packages that were untouched are now marked as explicitly selected. CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_dragino2="" << duplicated Sincerely, Karl Palsson signature.as

Re: [LEDE-DEV] replacing files in base system from a package?

2016-10-13 Thread Karl Palsson
on make variables Both of these are things that in the past were easily met by packages providing files themselves. Sincerely, Karl Palsson signature.asc Description: OpenPGP Digital Signature ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Out of tree builds

2016-10-17 Thread Karl Palsson
The scripts/env script is intended to help with this. See https://wiki.openwrt.org/doc/devel/env ./scripts/env new my-target-a make menuconfig/whatever make ./scripts/env new my-target-b make menuconfig/whatever make ./scripts/env switch my-target-a -- back to target a configs now (There might be

<    1   2