- 03 Apr, 2020 1 commit
-
-
Alexey Shabalin authored
-
- 17 Jun, 2019 1 commit
-
-
Alexey Shabalin authored
Removed from sisyphus, actually: http://git.altlinux.org/tasks/archive/done/_197/202601/
-
- 13 Aug, 2018 1 commit
-
-
Michael Shigorin authored
Looks like a thinko by now...
-
- 25 Sep, 2017 1 commit
-
-
Michael Shigorin authored
...for firmware-rt61pci; thanks to an anonymous bugreporter. See-also: http://www.opennet.ru/openforum/vsluhforumID3/112310.html#177
-
- 27 Jul, 2016 1 commit
-
-
Konstantin A. Lepikhov authored
We don't use microcode_ctl anymore.
-
- 01 Apr, 2016 2 commits
-
-
Michael Shigorin authored
It's not reasonable for use/firmware/laptop to depend on use/firmware/wireless as some laptops come without WiFi cards and wireless userspace to use those is specified elsewhere anyways.
-
Michael Shigorin authored
It's unreasonable for firmware to depend on kernel, the features should go in the other way around.
-
- 05 Feb, 2016 1 commit
-
-
Michael Shigorin authored
The issue with these "; @:" thinglets is that mkimage-profiles relies on target tracing (see commit 788cad88 some four years ago); and this tracing approach relies on non-empty recipes which do call shell (which gets (ab)used) unlike empty ones which oviously don't. So this _will_ be traced properly: a: b @echo "hello world" and this will too: a: b; @: but this will result in a broken graph with REPORT=1: a: b
-
- 23 Dec, 2015 1 commit
-
-
Michael Shigorin authored
This has been (tangentially) requested for HP blades: http://forum.altlinux.org/index.php?topic=36122.0
-
- 29 Aug, 2014 1 commit
-
-
Michael Shigorin authored
Maybe firmware feature should be merged into kernel feature as the firmware binaries added by it are only used by kernel but let's clean up a bit at a time.
-
- 12 Aug, 2013 1 commit
-
-
Michael Shigorin authored
It's merged into firmware-linux, thanks lakostis@ for the explanation; P:/O: should be added but less line noise is better anyways.
-
- 18 Mar, 2013 1 commit
-
-
Michael Shigorin authored
It's been merged into recent firmware-linux, apparently.
-
- 05 Mar, 2013 1 commit
-
-
Michael Shigorin authored
The reason is to contain the implementation details within this feature while adding the ability to include everything it can provide (e.g., for rescue images).
-
- 21 Feb, 2013 2 commits
-
-
Michael Shigorin authored
acpi_call is used far too often when dealing with the newer portable x86 hardware, we're better off including it when it's available. regular.mk adjusted appropriately.
-
Michael Shigorin authored
Let's make CPU microcode an explicit target, it isn't required at every host where firmware-linux is. Adjusted its use accordingly.
-
- 21 Jan, 2013 1 commit
-
-
Michael Shigorin authored
Thanks lakostis@ for the suggestion; e.g. some Intel Mac systems won't provide temperature sensors until microcode is updated.
-
- 23 Apr, 2012 2 commits
-
-
Michael Shigorin authored
This could harm the debug...
-
Michael Shigorin authored
There's no real reason to keep bcmwl and ndiswrapper around exclusively as the currently available support vastly takes over the early attempts at the task. (it's not about bare firmware though, and some day something like use/hardware/wireless should get in)
-
- 10 Apr, 2012 1 commit
-
-
Michael Shigorin authored
THE_PACKAGES_REGEXP is in place, let's rebase firmware packages so these would be available in LiveCDs either. The news for systems being installed is that MAIN_* is optional while THE_* is included in base system; firmware packages tend to be pretty tiny and harmless. kernel-wifi pkglist has absolutely no sense by now, hence purged; firmware-rt* and firmware-i2400m are merged into firmware-linux.
-
- 20 Dec, 2011 1 commit
-
-
Michael Shigorin authored
- it wasn't firmware-carl9170 but firmware-carl9170-1.9.4 - firmware-linux Obsoletes: firmware-iwl* since 20110520-alt1
-
- 04 Nov, 2011 4 commits
-
-
Michael Shigorin authored
install2 cleanups: - functionally indifferent ones: particularly, install2/*/98system's "mkdir -p /image" was superfluous as it was done by that time already by sub.in/stage2/image-scripts.d/00stage1 - taken apart, prepared for tags: so far it's a mostly moot change since the installer cleanup scripts themselves are mostly the same as preceding 90cleanup was (with some additions corresponding to recent kernel development); it's still unclear what the mechanism for configuring the cleanups in effect will be, either directory/package regex lists or tagged scripts excluded from execution by yet another tag fixes: - image.in/Makefile: fix metadata related test; the actual test was assuming that stage1 kernel means installer, which is not the case since generic stage2 introduction; oh well - 85cleanup-lowmem: a "_" too much was the culprit in destroying the needed translations along with those deemed superfluous; thanks go to Oleg Ivanov and Lenar Shakirov for finding the bug and proposing the fix altogether additions: - features.in/Makefile: reworked help target; it was rather inaccessible due to BUILDDIR normally undefined at the time of direct make invocation, and BUILDDIR is normally defined during normal builds anyways so let's try it this way. - README++ daydreams: - 01-genbasedir: we should drop bzip2 compressed pkglists some day but see genbasedir and apt-cdrom first, 90-pkg.sh (alterator-pkg) will fail miserably otherwise
-
Michael Shigorin authored
(these *really* should be added atomically with the changes!)
-
Michael Shigorin authored
It was clear that "common" isn't very apt for packages that will get *everywhere*, and became apparent when the need for a "base+live packages" variable arrived with powerbutton feature. So: - the former COMMON_PACKAGES are now SYSTEM_PACKAGES; - COMMON_PACKAGES act as "BASE+LIVE_PACKAGES". Note that SYSTEM_PACKAGES also got factored out from stage2 based features into stage2 subprofile itself; cleanups were due as well.
-
Michael Shigorin authored
Thanks go to lakostis@ (see #18047) for all the aic94xx reminders and the final testing of the proposed image.
-