diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-14 09:57:19 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-14 09:57:19 +0000 |
commit | 7c82d19c08382c1f86963f38f6481b12fa799a35 (patch) | |
tree | 96bb427bc0a6046e32ecc5509157ec41dc160ed8 /openwrt/package/Makefile | |
parent | 75746686bdbb524d488a403478ac9b96d041a07a (diff) |
add srelay package, i have seen a description in our wiki
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1915 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 f1da9deeb..438658229 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -157,6 +157,7 @@ package-$(BR2_PACKAGE_SPEEX) += speex package-$(BR2_PACKAGE_SQLITE) += sqlite package-$(BR2_PACKAGE_SQLITE2) += sqlite2 package-$(BR2_PACKAGE_SSMTP) += ssmtp +package-$(BR2_PACKAGE_SRELAY) += srelay package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_TINC) += tinc |