diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-15 07:01:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-15 07:01:52 +0000 |
commit | a9ea376897658a20d5abeab2342eaa6c26cfba0d (patch) | |
tree | e173189afb6fb10eb51dca65a5868c016ad186c3 | |
parent | ba9a1bc12c160f4b4657dd7610d37b7342649593 (diff) | |
download | buildroot-novena-a9ea376897658a20d5abeab2342eaa6c26cfba0d.tar.gz buildroot-novena-a9ea376897658a20d5abeab2342eaa6c26cfba0d.zip |
bump version
-rw-r--r-- | make/pcmcia.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/pcmcia.mk b/make/pcmcia.mk index ae604db79..16927db27 100644 --- a/make/pcmcia.mk +++ b/make/pcmcia.mk @@ -21,9 +21,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA -PCMCIA_SOURCE:=pcmcia-cs-3.2.4.tar.gz +PCMCIA_SOURCE:=pcmcia-cs-3.2.5.tar.gz PCMCIA_SITE:=http://aleron.dl.sourceforge.net/sourceforge/pcmcia-cs -PCMCIA_DIR:=$(BUILD_DIR)/pcmcia-cs-3.2.4 +PCMCIA_DIR:=$(BUILD_DIR)/pcmcia-cs-3.2.5 PCMCIA_PATCH:=$(SOURCE_DIR)/pcmcia.patch PCMCIA_CAT:=zcat |