force pcmcia-cs reconfiguration when the kernel configuration changes
[openwrt.git] / package / pcmcia-cs / Makefile
index 1b096fc..6aca50f 100644 (file)
@@ -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 \
This page took 0.031479 seconds and 4 git commands to generate.