From 4ca007ab6876d47854bf1d934178ba673167c3da Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 13 Jan 2012 18:38:33 +0000 Subject: link with libkmod instead of libmodprobe since ldetect now link with the former instead of with the later --- mdk-stage1/Makefile | 2 +- mdk-stage1/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'mdk-stage1') 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 -- cgit v1.2.1