summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-13 18:38:33 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-13 18:38:33 +0000
commitbd39a4f33d6b71bdad8174a4445d8ebb9684c66b (patch)
tree228e0752ea066b7ed430a1f7b285fafc5471ea28 /mdk-stage1
parentd49eeebb3db74cfb2d68a6989c14f1c9961357b7 (diff)
downloaddrakx-bd39a4f33d6b71bdad8174a4445d8ebb9684c66b.tar
drakx-bd39a4f33d6b71bdad8174a4445d8ebb9684c66b.tar.gz
drakx-bd39a4f33d6b71bdad8174a4445d8ebb9684c66b.tar.bz2
drakx-bd39a4f33d6b71bdad8174a4445d8ebb9684c66b.tar.xz
drakx-bd39a4f33d6b71bdad8174a4445d8ebb9684c66b.zip
link with libkmod instead of libmodprobe since ldetect now link with the
former instead of with the later
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/Makefile2
-rw-r--r--mdk-stage1/NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 11cc2e70e..2efeebf37 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -79,7 +79,7 @@ FRONTEND_OBJS = $(subst .c,.o,$($(F)_FRONTEND_SRC))
FRONTEND_LINK = $(FRONTEND_OBJS) $($(F)_FRONTEND_LIBS)
-STAGE1_STATIC_LIBS = libmodprobe.a
+STAGE1_STATIC_LIBS = libkmod.a
STAGE1_STATIC_USR_LIBS = libz.a libldetect.a libpci.a
STAGE1_OWN_LIBS =
ifeq (DIETLIBC, $(L))
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index 45a1aaf87..6f9e4e345 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,5 +1,6 @@
- kill 10 years old snapshot of pppd & pppoe
(now using upstream pppd & pppoe)
+- link with libkmod instead of libmodprobe
1.55:
- pcmcia: kill obsolete test for 2.2 kernel