Explicitely disable the use of epoll (#3703)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11616 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-07-02 10:28:52 +00:00
parent a8fd722139
commit 4445452b51

View File

@ -48,6 +48,8 @@ define Build/Configure
--enable-management \
--disable-socks \
--enable-password-save \
,\
ac_cv_func_epoll_create=no \
)
endef