1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:55:27 +03:00

Add --enable-natt and --enable-dpd configuration options, closes #700

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4619 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-08-22 09:50:02 +00:00
parent ad7702f5aa
commit 591d35c383

View File

@ -72,6 +72,8 @@ define Build/Configure
--with-openssl="$(STAGING_DIR)/usr" \
--without-libradius \
--without-libpam \
--enable-dpd \
--enable-natt \
);
endef