1. 10 Mar, 2013 4 commits
  2. 05 Mar, 2013 24 commits
  3. 25 Feb, 2013 3 commits
  4. 21 Feb, 2013 9 commits
    • Michael Shigorin's avatar
      desktop+mate: further 1.5 changes · d207a1e9
      Michael Shigorin authored
      Switched from mate-default to mate-full as aen@ asked to,
      and dropped a few leftover packages which are now in
      mate-default 1.5.0-alt3+.
      d207a1e9
    • Michael Shigorin's avatar
      QUICKSTART: mention `make help' · 6fcbbccc
      Michael Shigorin authored
      It wasn't really obvious what are the available targets;
      sorry for that and thanks led@ for a suggestion.
      6fcbbccc
    • Michael Shigorin's avatar
      efi: tweak shell setup · 9629cbe1
      Michael Shigorin authored
      It's possible that use/efi/signed target has fired already
      at the time when use/efi/shell is invoked; shouldn't clobber
      the signed shell with unsigned one.
      9629cbe1
    • Michael Shigorin's avatar
      live.mk: extended EFI support in rescue · 9d098331
      Michael Shigorin authored
      Added rEFInd, EFI shell and SB stuff.
      9d098331
    • Michael Shigorin's avatar
      server.mk: pretty-printing kmodules · 71674488
      Michael Shigorin authored
      Maybe it's worth moving to the kernel feature as well.
      71674488
    • Michael Shigorin's avatar
      kernel: introduced use/kernel/net target · 753d8273
      Michael Shigorin authored
      The various *8168 and friends among kernel modules
      have finally been pushed into a designated target
      so that RM doesn't have to care which particular
      additional ethernet modules are available in this
      particular branch and kernel.
      
      Tweak distros as appropriate.
      
      NB: *maybe* this is required by distro/.base either.
      753d8273
    • Michael Shigorin's avatar
      firmware: introduced use/firmware/laptop · ca517ecc
      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.
      ca517ecc
    • Michael Shigorin's avatar
      firmware: factored out cpu ucode · a903457e
      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.
      a903457e
    • Michael Shigorin's avatar
      wireless: depend on firmware · 17736ec4
      Michael Shigorin authored
      Richard and Theo would probably roll their eyes at this point
      but the unfortunate reality is that wireless hardware is very
      much dependent on firmware being explicitly provided; so here
      it is.
      
      rtl8192 kernel module added since it's present in t6/branch
      at least.
      17736ec4