diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-25 18:44:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-25 18:44:22 +0000 |
commit | 371c7845b88e20cb817e659f078d986502a9bde5 (patch) | |
tree | ae52ea717d109cce22dc910632cb3005ea3badbe /package/Makefile | |
parent | f068feeb492075d80aff07b98112ecc89a66100e (diff) | |
download | upstream-371c7845b88e20cb817e659f078d986502a9bde5.tar.gz upstream-371c7845b88e20cb817e659f078d986502a9bde5.tar.bz2 upstream-371c7845b88e20cb817e659f078d986502a9bde5.zip |
add sip express router
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@455 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 5009a321a4..50eacfcf81 100644 --- a/package/Makefile +++ b/package/Makefile @@ -31,6 +31,7 @@ package-$(BR2_PACKAGE_PORTMAP) += portmap package-$(BR2_PACKAGE_PPP) += ppp package-$(BR2_PACKAGE_PPTP) += pptp package-$(BR2_PACKAGE_PPTPD) += pptpd +package-$(BR2_PACKAGE_SER) += ser package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_ZLIB) += zlib |