diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-28 11:05:38 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-28 11:05:38 +0000 |
commit | dbbf2bf4b945c8ac102198af9f9bc2707a4c77d2 (patch) | |
tree | 56a8bd7ee2315d45b2ce086133c4c75ff6f4e1a2 /openwrt/package/Makefile | |
parent | b1d8aab6c4228cc9ddadc95a6d3a1a681f95e251 (diff) |
add experimental quagga package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@470 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 95e7d70676..d010cb2fb6 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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_QUAGGA) += quagga package-$(BR2_PACKAGE_SER) += ser package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump |