diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-22 03:31:08 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-22 03:31:08 +0000 |
commit | ddc96a017a5ccecc07db302b4ea3d7cee004016f (patch) | |
tree | f909cbe47bcaf58f1ef54e21f433f22aa8c4090b /package/Makefile | |
parent | cf78fead7725c5addab551c1eb1d4921e5f0ade6 (diff) |
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 ca501c107..f945e32df 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 |