diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-01 11:57:57 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-01 11:57:57 +0000 |
commit | a73057238b4e55edea1a9dad2dcfe99c66cd214e (patch) | |
tree | 604ec5d0b30a286e217c29c5876bf13df2f07097 /package/Makefile | |
parent | a5d9d02c3a7a26f91ea99c83598dbca32136872e (diff) | |
download | upstream-a73057238b4e55edea1a9dad2dcfe99c66cd214e.tar.gz upstream-a73057238b4e55edea1a9dad2dcfe99c66cd214e.tar.bz2 upstream-a73057238b4e55edea1a9dad2dcfe99c66cd214e.zip |
Added udp-broadcast-relay, corrected missing Makefile lines for tinyproxy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3108 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 18888b72c9..5e29f88073 100644 --- a/package/Makefile +++ b/package/Makefile @@ -215,9 +215,11 @@ package-$(BR2_PACKAGE_SRELAY) += srelay package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_TINC) += tinc +package-$(BR2_PACKAGE_TINYPROXY) += tinyproxy package-$(BR2_PACKAGE_TOR) += tor package-$(BR2_PACKAGE_TTCP) += ttcp package-$(BR2_PACKAGE_UCLIBCXX) += uclibc++ +package-$(BR2_PACKAGE_UDP_BROADCAST_RELAY) += udp-broadcast-relay package-$(BR2_PACKAGE_ULOGD) += ulogd package-$(BR2_PACKAGE_UPDATEDD) += updatedd package-$(BR2_COMPILE_USBUTILS) += usbutils @@ -266,6 +268,7 @@ $(INSTALL_PACKAGES): base-files-install amwall-compile: libamsel-compile arpd-compile: libpcap-compile libdnet-compile libevent-compile arpwatch-compile: libpcap-compile +atftp-compile: readline-compile avahi-compile: libdaemon-compile expat-compile libgdbm-compile bind-compile: openssl-compile clinkc-compile: expat-compile |