Brett T. Warden
Brett T. Warden
Rework to absorb a lot of the work we were doing in makefiles so that we can avoid setting the package name manually in 'make autospecnew'.
Password hashes in the installer configuration yaml are written as-is to `/etc/shadow`. The backslashes preceding `$` are unnecessary and produce an invalid hash string that will prevent login. Removing the...
**Describe the error/improvement to an existing document or image** The password hashes in the iPXE installation guide have extraneous backslashes inserted prior to `$` characters. As these fields are written...
The GL-AR750 includes a two-position slide switch. Currently there's no assigned function. As a highly portable device, however, it would be extremely handy to be able to switch definitively between...
For Linux builds, if strlcpt and strlcat are already provided, cmake is given an empty list of sources to build for the "misc" library. Newer versions of cmake throw an...
https://github.com/oneapi-src/oneDPL/blob/8ab1b63e6c5ed9b91534f1969d561a6b15f619d8/CMakeLists.txt#L409 When attempting to package this for Clear Linux, this results in trying to write into a protected path: ``` + /usr/bin/make DESTDIR=/builddir/build/BUILDROOT/oneDPL-2022.3.0.rc1-1.x86_64 INSTALLROOT=/builddir/build/BUILDROOT/oneDPL-2022.3.0.rc1-1.x86_64 install_prefix=/builddir/build/BUILDROOT/oneDPL-2022.3.0.rc1-1.x86_64 BUILDROOT=/builddir/build/BUILDROOT/oneDPL-2022.3.0.rc1-1.x86_64 BUILD_ROOT=/builddir/build/BUILDROOT/oneDPL-2022.3.0.rc1-1.x86_64 INSTALL_ROOT=/builddir/build/BUILDROOT/oneDPL-2022.3.0.rc1-1.x86_64 install Install...
**Describe the bug** The file `/usr/share/defaults/clr-installer/kernels.json` is provided by the clr-installer bundle. clr-installer should not be looking for it in the generated image. If anything, it should be reading it...
If we override the content or version URLs using `-u`, `-c`, or `-v`, we print out a message on STDOUT warning about it: https://github.com/clearlinux/swupd-client/blob/ec4a272115476db8c07a650ef009548d801bcad9/src/swupd_lib/globals.c#L553-L572 In most cases, this is probably...
As an alternative to #535, we could add the travelmate package from OpenWRT. https://openwrt.org/packages/pkgdata/travelmate This package allows configuring a wlan interface to act as both an AP and as a...
https://github.com/aredn/aredn/blob/3fa247bc8673480ae1c48ae0dae91aa17c1ed636/files/usr/local/bin/linkled#L42-L47 With the newer version of OpenWRT, the LEDs on my MikroTik RouterBOARD LHG 2nD-XL are: ``` ath9k-phy0 blue:power green:lan green:rssilow green:rssimediumhigh green:rssimediumlow green:user green:wlan ``` There's currently no valid...