From 01b47be3701dced43e6f4f53da2278c9d5902e52 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 9 May 2007 13:12:15 +0000 Subject: build pcmcia header only on i386/x86_64 (patch from Pixel, #30668) --- mdk-stage1/Makefile | 6 +++--- mdk-stage1/NEWS | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 44f988ffa..41fee42c9 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -133,12 +133,12 @@ STAGE1OBJS-FULL = $(subst .c,-FULL.o,$(STAGE1_ALLSRC)) BINS = init stage1 dhcp-client rescue-gui -DIRS += pci-resource pcmcia-resource usb-resource slang newt ppp/pppd rp-pppoe/src +DIRS += pci-resource usb-resource slang newt ppp/pppd rp-pppoe/src ifeq (i386, $(ARCH)) -DIRS += pcmcia sysfs +DIRS += pcmcia pcmcia-resource sysfs endif ifeq (x86_64, $(ARCH)) -DIRS += pcmcia sysfs +DIRS += pcmcia pcmcia-resource sysfs endif diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index 106f0d36a..bf95bc01c 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,4 +1,5 @@ 1.8: +- build pcmcia header only on i386/x86_64 (#30668) - use api.mandriva.com to retrieve mirror list (#29346) 1.7: -- cgit v1.2.1