diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-28 11:05:38 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-28 11:05:38 +0000 |
commit | 6b23703c49c96c2e20263e3ef76f7d5636163f03 (patch) | |
tree | 2d22f2d748688b46f103184df301830f8065f9a5 /package/Makefile | |
parent | d2589de6735ba809beb99d3dbf83acb7d9498d62 (diff) | |
download | upstream-6b23703c49c96c2e20263e3ef76f7d5636163f03.tar.gz upstream-6b23703c49c96c2e20263e3ef76f7d5636163f03.tar.bz2 upstream-6b23703c49c96c2e20263e3ef76f7d5636163f03.zip |
add experimental quagga package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@470 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 95e7d70676..d010cb2fb6 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_QUAGGA) += quagga package-$(BR2_PACKAGE_SER) += ser package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump |