diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-26 02:09:28 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-26 02:09:28 +0000 |
commit | 83c11f0f5dd720834e00c02825798da7853faf4c (patch) | |
tree | 068114cbbb66de552049f5f60c272e709346b906 /package/Makefile | |
parent | 5e5f89afc321070aadcab46bab6d1bf253067663 (diff) | |
download | upstream-83c11f0f5dd720834e00c02825798da7853faf4c.tar.gz upstream-83c11f0f5dd720834e00c02825798da7853faf4c.tar.bz2 upstream-83c11f0f5dd720834e00c02825798da7853faf4c.zip |
add p910nd (thanks to Oliver Ertl)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1993 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 7c9cd2de79..c6ddc5d2ff 100644 --- a/package/Makefile +++ b/package/Makefile @@ -122,6 +122,7 @@ package-$(BR2_PACKAGE_OPENSWAN) += openswan package-$(BR2_PACKAGE_OPENVPN) += openvpn package-$(BR2_PACKAGE_OSIRIS) += osiris package-$(BR2_PACKAGE_PALANTIR) += palantir +package-$(BR2_PACKAGE_P910ND) += p910nd package-$(BR2_PACKAGE_PARPROUTED) += parprouted package-$(BR2_PACKAGE_PCRE) += pcre package-$(BR2_COMPILE_PHP4) += php4 |