mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Add make and gcc back to forcecd1, to allow building out of tree kernel wifi modules.
I removed this and more earlier while cleaning out undocuented cruft. (I have not added back module-assistant so far, since it needs build-essential which would pull in additional dependencies.)
This commit is contained in:
parent
86e670195c
commit
46f91f861d
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -16,6 +16,14 @@ debian-cd (3.1.14) UNRELEASED; urgency=low
|
||||
* Build without isolinux/desktop. Closes: #706150
|
||||
* Don't assume loadlin.exe exists. Closes: #706156
|
||||
|
||||
[ Joey Hess ]
|
||||
* Add make and gcc back to forcecd1, to allow building out of tree
|
||||
kernel wifi modules. I removed this and more earlier while cleaning
|
||||
out undocuented cruft.
|
||||
(I have not added back module-assistant so far,
|
||||
since it needs build-essential which would pull in additional
|
||||
dependencies.)
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Mon, 06 May 2013 23:26:18 +0100
|
||||
|
||||
debian-cd (3.1.13) unstable; urgency=medium
|
||||
|
@ -16,3 +16,12 @@ apt-offline
|
||||
|
||||
/* #231583: Make life easier for Australian ISP users */
|
||||
bpalogin
|
||||
|
||||
/* Enough toolchain to build kernel modules. This plus the kernel
|
||||
* headers (which are also included on CDs) is enough to be able to build
|
||||
* out of kernel tree wifi drivers, for example. The user may need to
|
||||
* sneakernet over the source tree; should not need to sneakernet the
|
||||
* toolchain.
|
||||
* (Could be omitted from smaller images if necessary. */
|
||||
make
|
||||
gcc
|
||||
|
Loading…
Reference in New Issue
Block a user