aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-01-25 11:17:27 +0000
committerNicolas Thill <nico@openwrt.org>2007-01-25 11:17:27 +0000
commita7c699c112e3812509cf5e34294f89db33927d58 (patch)
tree7833283802933d045f9f860fc85031840241c107 /package
parent0f213a6fea9a81c759906abdb62b53fdc295c596 (diff)
downloadmaster-187ad058-a7c699c112e3812509cf5e34294f89db33927d58.tar.gz
master-187ad058-a7c699c112e3812509cf5e34294f89db33927d58.tar.bz2
master-187ad058-a7c699c112e3812509cf5e34294f89db33927d58.zip
force pcmcia-cs reconfiguration when the kernel configuration changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6198 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/pcmcia-cs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pcmcia-cs/Makefile b/package/pcmcia-cs/Makefile
index 1b096fc013..6aca50fd78 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 \