From 2d7605d1b41eaaeb6be07dc4d3f52baa674cec64 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 25 Jan 2007 11:17:27 +0000 Subject: [PATCH] force pcmcia-cs reconfiguration when the kernel configuration changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6198 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/pcmcia-cs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/pcmcia-cs/Makefile b/package/pcmcia-cs/Makefile index 1b096fc01..6aca50fd7 100644 --- a/package/pcmcia-cs/Makefile +++ b/package/pcmcia-cs/Makefile @@ -30,6 +30,8 @@ define Package/pcmcia-cs URL:=http://pcmcia-cs.sourceforge.net/ endef +$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config + define Build/Configure ( cd $(PKG_BUILD_DIR); \ ./Configure \ -- 2.35.1