CFLAGS were set explicitly in configure.ac
and then got included in Makefile; remove them
fix compile error found on buildbot with arch sunxi
several compile errors on .o files:
tayga uses VFP register arguments, nat64.o does not
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@40700 3c298f89-4303-0410-b956-a3cf2f4a3e73
Some objects were not compiled with our CFLAGS.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39941 3c298f89-4303-0410-b956-a3cf2f4a3e73
This uses SED syntax which is unsupported most of the time, and we copy the
sample configuration so we do not really care
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39825 3c298f89-4303-0410-b956-a3cf2f4a3e73
On my ramips RT5350 HAME-MPR1 target, my build directory is:
"build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2", thus the problem.
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39657 3c298f89-4303-0410-b956-a3cf2f4a3e73
flex is build as a tool inside the build system, so use it.
[florian: bump package revision]
Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36105 3c298f89-4303-0410-b956-a3cf2f4a3e73
Radvd has been updated to 1.9.1 in June. There are some changes related to
IPv6 functionality, but additionally the change concerns scrapping the
built-in daemonization code and starting to use libdaemon for that.
This patch updates radvd to 1.9.1 and adds the dependency for libdaemon.
Signed-off-by: hannu.nyman@iki.fi
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32827 3c298f89-4303-0410-b956-a3cf2f4a3e73
According to its own author, aiccu is broken on nat gateways, not meant for
unattended operation and in the need for a hardware rtc to function properly.
Since restarting aiccu or attempting to work around those problems violate
the sixxs terms of service, this commit removes any non-necessary patches
and any scripts shipped with it.
Users having trouble with aiccu may contact the sixxs staff for assistance.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32666 3c298f89-4303-0410-b956-a3cf2f4a3e73
Radvd has been updated to 1.8.5 a few months ago, while Openwrt still uses
1.8.3. http://www.litech.org/radvd/
This patch updates radvd to 1.8.5. No major changes required.
signed off by: hannu.nyman@iki.fi
I send the patch again to make sure that Windows does not mess with LFs...
(not sure if that is needed, but Patchwork shows the previous one strangely)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a mini variant with the internal databases disabled
* move the log programs into their own package
* remove unrecognized configure options
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31868 3c298f89-4303-0410-b956-a3cf2f4a3e73
this adds a package for utility tool called tunslip6 from the Contiki OS for
estabilishing a SLIP connection over USB to an attached Contiki device for
6LoWPAN connectivity.
Signed-off-by: Markus Becker <mab@comnets.uni-bremen.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31165 3c298f89-4303-0410-b956-a3cf2f4a3e73
Static NAT64 entries should really belong to firewall config and could
be also processed by firewall code.
Currently tayga only processes ipv4_addr and ipv6_addr options, this is
the mapping itself. ipv4_addr is taken from dynamic pool and is not
accessable from anywhere. In addition, firewall code may add DNAT/SNAT
rules to map it to address from WAN interface and permit access from WAN
zone using selected ports/protocols. Furthermore, firewall may allow or
deny access to ipv6_addr from 4-to-6 translated addresses.
Example:
config nat64
option ipv4_addr 192.0.2.31
option ipv6_addr 2001:db8::31
Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30582 3c298f89-4303-0410-b956-a3cf2f4a3e73
New features in 0.2.2:
- libconfuse dependency removed
- Improved logging
- New auto-configuration option
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30580 3c298f89-4303-0410-b956-a3cf2f4a3e73