322 Commits

Author SHA1 Message Date
florian
8d3fbd4b11 tayga: fix compile on platforms with VFP
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
2014-05-05 19:30:59 +00:00
juhosg
28d6073cad packages/tspc: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40121 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-27 07:04:09 +00:00
juhosg
6e92d62173 packages/shorewall6-lite: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40106 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-27 07:03:55 +00:00
juhosg
c184c9de88 packages/ptrtd: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-27 07:03:35 +00:00
juhosg
98bfa7fb40 packages/gw6c: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-27 07:02:29 +00:00
florian
50b907a631 gw6c: pass our CFLAGS
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
2014-03-17 17:14:36 +00:00
cyrus
e02e8ce2e1 mrd6: adopted in openwrt-routing
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-14 08:23:27 +00:00
florian
37ed46d819 tspc: do not attempt patching the configuration file
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
2014-03-08 00:57:39 +00:00
hauke
9d35b39418 gw6c: fixed sed separator
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
2014-02-21 20:46:47 +00:00
hauke
77542a33ea send: move patch to right location
Signed-off-by: Michael Heimpold <mhei@heimpold.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-11-17 16:26:50 +00:00
kerneis
ccdd5ec68d Migrate ahcpd and babeld to openwrt-routing
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38569 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-28 16:14:43 +00:00
jow
ecbf080173 Drop ndppd, it moved to the openwrt-oruting feed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@37117 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-07-01 13:41:40 +00:00
nbd
937f802cad packages: fold the IPv6 menu into Network
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-14 15:02:57 +00:00
kerneis
5d51fa9ee2 [packages] DNS change: jussieu.fr -> univ-paris-diderot.fr
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36585 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-09 07:43:38 +00:00
kerneis
9e1dfdd62f ahcpd: fix init script
eval is necessary because $args introduces quotes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-02 14:12:07 +00:00
florian
4d7b74b777 send: use flex instead of lex
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
2013-03-22 10:04:15 +00:00
cyrus
309c6ef970 Kill obsoleted 6scripts
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-24 11:41:40 +00:00
jow
40f096ed49 thc-ipv6: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 21:17:08 +00:00
nbd
ca74ca9b86 packages: fix parallel build by adding + for every make command that passes the jobserver
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 09:58:24 +00:00
jow
706c091e76 [packages] radvd: allow uppercase chars in string literals (#12174)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-12 09:42:44 +00:00
florian
e87bc906d3 [package] gw6c: fix missing LIBGCC_S dependency
Showed up on ARM builds.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33017 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 15:39:51 +00:00
blogic
f9f48b58d6 [packages] miredo libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-05 08:17:07 +00:00
blogic
24f8445cad [packages] gw6c libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:18 +00:00
blogic
20763a7794 [packages] ndppd libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32985 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:17 +00:00
blogic
06fddda200 [packages] dibbler libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:30 +00:00
blogic
40590b62fd [packages] bump radvd to 1.9.1
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
2012-07-24 22:26:25 +00:00
jow
3c166ac22a [packages] aiccu: repair depends
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32708 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-14 16:23:38 +00:00
jow
00dd76db22 [packages] aiccu: remove complete integration, only leave the binary
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
2012-07-11 12:17:46 +00:00
jow
b3e8f51a2e Update radvd to 1.8.5
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
2012-07-01 11:04:04 +00:00
nbd
2bedf2682d ndisc: remove obsolete ppoll patch, it breaks eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32536 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 20:41:09 +00:00
jow
7465d55625 [packages] miredo: explicitely disable libcap
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-13 11:02:30 +00:00
jow
2f9a65fa97 [packages] normalize PKG_FIXUP - the "libtool" fixup is merely an alias for "autoreconf", so change all occurences to that
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 21:18:33 +00:00
jow
3f579aba93 [packages] /etc/functions.sh => /lib/functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-05 15:54:57 +00:00
jow
cdabe8959f [packages] 6scripts: use network.sh to find device names
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31971 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 01:26:11 +00:00
jow
524b8d3632 [packages] wide-dhcpv6: use network.sh to find devices
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 00:30:58 +00:00
jow
02a568e6af [packages] radvd: use network.sh to find device names
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 14:56:51 +00:00
swalker
cb00c8fb48 [packages] ipv6calc: update to 0.93.1
* 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
2012-05-27 02:12:02 +00:00
nbd
073139f811 tagya: do not add the old network proto scripts if netifd is enabled, add a TODO comment
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31731 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 23:35:46 +00:00
nbd
b60301cc27 ahcp: remove the proto handler script, it seems to be completely useless
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 20:58:35 +00:00
acinonyx
2eb7eeee25 [packages] miredo: Fix compiling with automake v1.11.3 (#11283)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 22:20:47 +00:00
florian
c3bef2edd6 [package] add tunslip6
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
2012-04-02 16:20:06 +00:00
swalker
2054ba06b8 [packages] dibbler: update to 0.8.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-02 05:22:30 +00:00
nbd
3a3bae91d5 mrd6: fix a compile error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 18:08:29 +00:00
nbd
197cb94c32 miredo: fix a compile error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 18:08:27 +00:00
juhosg
9e29b4cb85 packages: ipv6/tayga: move static mappings to 'firewall' config
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
2012-02-16 11:58:32 +00:00
juhosg
eb1d43d020 packages: ipv6/tayga: add more checks
Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 11:58:31 +00:00
juhosg
73016420ff ndppd: new upstream release 0.2.2
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
2012-02-16 11:58:30 +00:00
cshore
3f88ab94a9 [packages] more gcc 4.6 compilation fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-15 09:34:08 +00:00
cshore
fc8c6d10f3 [packages] Mass Fix for GCC 4.6
nodefaultlibs now includes libc so we have to add it where we want it

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 17:34:08 +00:00
swalker
b3bd07a145 [packages] dibbler: update to 0.8.1
* switch to uclibcxx
 * add requestor package, init scripts & conffiles
 * drop obsolete patches


git-svn-id: svn://svn.openwrt.org/openwrt/packages@30425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-10 19:21:21 +00:00