diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-20 18:14:29 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-20 18:14:29 +0000 |
commit | 30f510674a1313843bf364a9f1a5a59dc2f7c6db (patch) | |
tree | 4f41bf2c71916d5202215dcf56c468d71d8a9131 /package/Makefile | |
parent | 08479c3ef6123d8b8156fd8e5e9c1763216e0503 (diff) |
add olsrd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@689 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 4008d434c..2042c5737 100644 --- a/package/Makefile +++ b/package/Makefile @@ -35,6 +35,7 @@ package-$(BR2_PACKAGE_NCURSES) += ncurses package-$(BR2_PACKAGE_NFSD) += nfs-server package-$(BR2_PACKAGE_NOCATSPLASH) += nocatsplash package-$(BR2_PACKAGE_NTPCLIENT) += ntpclient +package-$(BR2_PACKAGE_OLSRD) += olsrd package-$(BR2_PACKAGE_OPENSSL) += openssl package-$(BR2_PACKAGE_OPENSWAN) += openswan package-$(BR2_PACKAGE_OPENNTPD) += openntpd |