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 | b069bec88d3a2db51479160a639975e09daae5e5 (patch) | |
tree | 06d6acb33dfacd0aed598eb3ab8bbad363954a63 /openwrt/package/Makefile | |
parent | c6cff7070731e873094716c36eb01c6f700993ce (diff) |
add pcmcia-cs package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2546 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index ca501c1072..f945e32df0 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |