diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-01-25 11:17:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-01-25 11:17:27 +0000 |
commit | be8b2870e736a402f14aaccb24ad2054556017bc (patch) | |
tree | 0895f7bcc00a9ae3d7a26c816178b7c84dd5e520 /package | |
parent | 1fe08f3c58484659827674a1b2fcdeb82d02f87a (diff) | |
download | upstream-be8b2870e736a402f14aaccb24ad2054556017bc.tar.gz upstream-be8b2870e736a402f14aaccb24ad2054556017bc.tar.bz2 upstream-be8b2870e736a402f14aaccb24ad2054556017bc.zip |
force pcmcia-cs reconfiguration when the kernel configuration changes
SVN-Revision: 6198
Diffstat (limited to 'package')
-rw-r--r-- | package/pcmcia-cs/Makefile | 2 |
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 \ |