diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-25 18:44:22 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-25 18:44:22 +0000 |
commit | d32ef4fdb82deff32fa00bdd3e269abaa5f54eab (patch) | |
tree | ae52ea717d109cce22dc910632cb3005ea3badbe /package/Makefile | |
parent | c3debd3d4eac0319da9e9c093b72a03fc6518c36 (diff) |
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 |