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 | e0a74da1e867b737f9a017b31f959bcbe49e8636 (patch) | |
tree | 8c863529b9cea9ef472e5766646e1bc96e96cc51 /openwrt/package/Makefile | |
parent | e22e54164a12041ce4ce89baf93cdf9c20f0df4d (diff) | |
download | mtk-20170518-e0a74da1e867b737f9a017b31f959bcbe49e8636.zip mtk-20170518-e0a74da1e867b737f9a017b31f959bcbe49e8636.tar.gz mtk-20170518-e0a74da1e867b737f9a017b31f959bcbe49e8636.tar.bz2 |
add pcmcia-cs package
SVN-Revision: 2546
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 ca501c1..f945e32 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 |