diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-19 11:29:33 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-19 11:29:33 +0000 |
commit | c6274d3fa319c14ab6147e0181f174fe2433c76a (patch) | |
tree | 6198272e4a79e0f67127fb4fbb974eac3cbb7c49 /openwrt/package/Makefile | |
parent | 9f7cdfe0cf7437a4ac87043622657ef34db61048 (diff) | |
download | mtk-20170518-c6274d3fa319c14ab6147e0181f174fe2433c76a.zip mtk-20170518-c6274d3fa319c14ab6147e0181f174fe2433c76a.tar.gz mtk-20170518-c6274d3fa319c14ab6147e0181f174fe2433c76a.tar.bz2 |
add scdp package (thanks to Florian Fainelli)
SVN-Revision: 2179
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 5e5087d..ab95cab 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -163,6 +163,7 @@ package-$(BR2_PACKAGE_RSYNC) += rsync package-$(BR2_PACKAGE_SABLEVM) += sablevm package-$(BR2_PACKAGE_SABLEVM_CLASSPATH) += sablevm-classpath package-$(BR2_COMPILE_SAMBA) += samba +package-$(BR2_PACKAGE_SCDP) += scdp package-$(BR2_PACKAGE_SCREEN) += screen package-$(BR2_PACKAGE_SDK) += sdk package-$(BR2_PACKAGE_SER) += ser @@ -277,6 +278,7 @@ endif rrdtool-compile: cgilib-compile freetype-compile libart-compile libpng-compile rrdtool1-compile: zlib-compile rsync-compile: popt-compile +scdp-compile: libnet-compile screen-compile: ncurses-compile siproxd-compile: libosip2-compile sipsak-compile: openssl-compile |