We were not properly linking with libnl as intended, and linking with
libnl-tiny works just fine, so use that one instead.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40798 3c298f89-4303-0410-b956-a3cf2f4a3e73
This server is compatible with the openconnect client,
and cisco's anyconnect clients.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
[florian: fix libcrypt detection and missing protobuf-c dependency]
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40797 3c298f89-4303-0410-b956-a3cf2f4a3e73
buildbot reported error on platforms with VFP (sunxi,imx6,omap):
ld: error: ../bin/rtl83xx uses VFP register arguments, /tmp/....o does not
CFLAGS were created by acustom shellscript that was setting host
includes paths. this was disabled
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40791 3c298f89-4303-0410-b956-a3cf2f4a3e73
buildbot reported error on platforms with VFP (sunxi,imx6,omap):
NPtcp uses VFP register arguments, /tmp/.o does not
CFLAGS were overwritten so append them instead
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40790 3c298f89-4303-0410-b956-a3cf2f4a3e73
buildbot reported error on platforms with VFP (sunxi,imx6,omap):
mdk3 uses VFP register arguments, /tmp/ccBN2WMD.o does not
mdk3 uses VFP register arguments, osdep/libosdep.a(osdep.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(network.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(linux.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(radiotap-parser.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(common.o) does not
with failed to merge target specific data of file ...
CFLAGS were overwritten so append them instead
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40789 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch adds support for Mythic Beast's Dynamic DNS API as documented
here: https://www.mythic-beasts.com/support/topics/dynamicdns.
Signed-off-by: Liam Fraser <liam@mythic-beasts.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40727 3c298f89-4303-0410-b956-a3cf2f4a3e73
DHCPv6 and other features
see: http://roy.marples.name/projects/dhcpcd/wiki/DhcpcdHistory
-update download location
-install default dhcpcd hooks script and example hooks
v2:
-add CFLAGS to configure test
configure test failed silently on OMAP because of missing CFLAGS (-mfloat-abi=hard) with
../arm-openwrt-linux-uclibcgnueabi/bin/ld: error: _getifaddrs uses VFP register arguments
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40726 3c298f89-4303-0410-b956-a3cf2f4a3e73
This solution might be a little bit dirty - is adding those -mfloat-abi
switches to CXXFLAGS in rules.mk cleaner ?
but they are overwritten in this case so dunno :/
reported by buildbot on sunxi
configure fails to detect C++ compiler:
a.out uses VFP register arguments, /tmp/ccHPrqts.o does not
fixed by first change
other errors when linking:
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/miscutil.o does not
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/mem_utils.o does not
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/mutexes.o does not
fixed by second change
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40724 3c298f89-4303-0410-b956-a3cf2f4a3e73
v2: INTL support was not at default DEPENDS (broke nossl)
libintl.h was not found when CONFIG_BUILD_NLS was selected
explicit -lintl fixes
undefined reference to `libintl_gettext'
fixes ticket #15816
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40701 3c298f89-4303-0410-b956-a3cf2f4a3e73