diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-07 23:00:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-07 23:00:19 +0000 |
commit | 36edc7828897254bed4ed802d3112974b0c882fd (patch) | |
tree | 4cebf2bbfa2a5d268f479d6a4ee553ed7db59283 /openwrt/package/Makefile | |
parent | 592c60778f966f6aa1bdd581bc0ea51f5b857017 (diff) | |
download | mtk-20170518-36edc7828897254bed4ed802d3112974b0c882fd.zip mtk-20170518-36edc7828897254bed4ed802d3112974b0c882fd.tar.gz mtk-20170518-36edc7828897254bed4ed802d3112974b0c882fd.tar.bz2 |
Added scanlogd, thanks to Stephen Rose for his work
SVN-Revision: 3186
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 5e29f88..b1e8bdd 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -192,6 +192,7 @@ package-$(BR2_PACKAGE_SABLEVM) += sablevm package-$(BR2_COMPILE_SABLEVM_CLASSPATH) += sablevm-classpath package-$(BR2_COMPILE_SAMBA) += samba package-$(BR2_PACKAGE_SANE_BACKENDS) += sane-backends +package-$(BR2_PACKAGE_SCANLOGD) += scanlogd package-$(BR2_PACKAGE_SCDP) += scdp package-$(BR2_PACKAGE_SCREEN) += screen package-$(BR2_PACKAGE_SDK) += sdk @@ -342,6 +343,7 @@ endif rrdtool-compile: cgilib-compile freetype-compile libart-compile libpng-compile rrdtool1-compile: zlib-compile rsync-compile: popt-compile +scanlogd-compite: libpcap-compile libnids-compile libnet-compile scdp-compile: libnet-compile screen-compile: ncurses-compile siproxd-compile: libosip2-compile |