diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:31:08 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:31:08 +0000 |
commit | 478ab1f366021149c49fba4c0a5f43eb42ee4cba (patch) | |
tree | f909cbe47bcaf58f1ef54e21f433f22aa8c4090b /package/Makefile | |
parent | 800638d733635beaa47f11f977de169cef134ed7 (diff) | |
download | upstream-478ab1f366021149c49fba4c0a5f43eb42ee4cba.tar.gz upstream-478ab1f366021149c49fba4c0a5f43eb42ee4cba.tar.bz2 upstream-478ab1f366021149c49fba4c0a5f43eb42ee4cba.zip |
add pcmcia-cs package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2546 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index ca501c1072..f945e32df0 100644 --- a/package/Makefile +++ b/package/Makefile @@ -140,6 +140,7 @@ package-$(BR2_COMPILE_OSIRIS) += osiris package-$(BR2_PACKAGE_PALANTIR) += palantir package-$(BR2_PACKAGE_P910ND) += p910nd package-$(BR2_PACKAGE_PARPROUTED) += parprouted +package-$(BR2_COMPILE_PCMCIA_CS) += pcmcia-cs package-$(BR2_COMPILE_PCRE) += pcre package-$(BR2_COMPILE_PHP4) += php4 package-$(BR2_COMPILE_PHP5) += php5 |