219 Commits

Author SHA1 Message Date
swalker
c6a623038a [packages] ndisc: update to 1.0.1
* add missing librt dependencies
 * drop obsolete patch


git-svn-id: svn://svn.openwrt.org/openwrt/packages@25856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-04 02:16:29 +00:00
jow
1bbe542316 [packages] send: fix more OpenSSL 1.0.0 fallout
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 18:05:58 +00:00
jow
98c70737dd [packages] radvd: revert r25424 for now as it seems to cause problems in various cases and it breaks 6to4 prefix announcements. Users who want to use automatic prefix selection can still use ::/64 in the configuration
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25546 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-15 14:19:19 +00:00
jow
1655eb3039 [packages] wide-dhcpv6: generate used DUID from interface mac address before starting the client
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25461 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-11 03:38:22 +00:00
jow
500c9dc699 [packages] radvd: use "::/64" placeholder for empty prefixes in interface sections (#8788)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-08 17:30:56 +00:00
jow
4371698389 [packages] send: resolve header clash with libconfig
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25346 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-03 18:10:11 +00:00
swalker
60472ecda0 [packages] ndisc: update to 1.0.0
* add missing libpthread dependencies
 * append -std=c99 to TARGET_CFLAGS
 * update URL
 * use PKG_INSTALL
 * refresh patches


git-svn-id: svn://svn.openwrt.org/openwrt/packages@25336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-03 03:25:29 +00:00
nbd
e4e5ac09c1 miredo: add a missing #include to fix compile errors under uclibc 0.9.32
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-01 21:41:45 +00:00
swalker
4749786c0d [packages] radvd: move the client option to the interface config, switch to lists for possible multiple values
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-29 02:38:39 +00:00
swalker
79e179e291 [packages] radvd: update to 1.7
* add RFC6106 DNSSL and clients init script options
 * add route, DNSSL and clients config sections
 * remove now ignored AdvRDNSSPreference and AdvRDNSSOpen pre RFC5006 options
 * remove empty route bool options
 * remove obsolete avr32 patch
 * use PKG_INSTALL, CONFIGURE_ARGS and MAKE_FLAGS


git-svn-id: svn://svn.openwrt.org/openwrt/packages@25224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-29 01:04:03 +00:00
jow
2b269e5e9c [packages] remove usages of $(CONFIG_LARGEFILE) and $(DISABLE_LARGEFILE)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25207 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-28 16:59:47 +00:00
swalker
bd17db9949 [packages] ipv6calc: update to 0.80.0, use PKG_INSTALL and MAKE_FLAGS
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24884 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-02 20:23:27 +00:00
jow
7df0f1a714 [packages] radvd: fix a config_get_bool call in initscript, fixes "sh: bad number" during restart
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-15 01:24:49 +00:00
mb
a694b2edf4 send: uClibc-0.9.31 fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 22:15:44 +00:00
mb
b89365116f wide-dhcpv6: Compile for for uClibc-0.9.31.
We need -D_GNU_SOURCE. However, that also introduces a "dprintf" prototype, which clashes with our local dprintf. We use an ugly workaround. (Don't want to touch every caller of dprintf, because the patch would be huge.)


git-svn-id: svn://svn.openwrt.org/openwrt/packages@23802 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 21:19:58 +00:00
swalker
2497be784d [packages] miredo: replace dead upstream url
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23534 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 07:38:56 +00:00
mb
53138c6975 Use PKG_BUILD_PARALLEL:=0 to force-disable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-16 18:43:37 +00:00
mb
176a0d648b send: Internal dependencies are broken. Force -j1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23458 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-15 17:41:59 +00:00
mb
bed805ba9f mrd6: Compile fixes.
Do not use uClibc++. It causes linker errors with multiple symbols.
Fix/enable parallel build.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@23341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-08 22:15:43 +00:00
jow
0b8093e64b [packages] replace @LINUX_2_6 with @!LINUX_2_4, fixes fallout after r23246
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 23:56:19 +00:00
florian
a753f9759d [package] update miredo to 1.2.3, packaged miredo-privproc, add client-hook script, patch from Alexander Khrykin
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 16:36:35 +00:00
nico
339aff67f8 [packages] miredo: various fixes and cleanup
* force use of shared libraries, remove obsolete configure args
 * add a miredo-common package for shared libraries (libteredo & libtun) (closes: #7761)
 * install config file in /etc/miredo/ (default) instead of /etc/
 * use default config file location in initscripts, remove useless ipv6 & tun modules loading in start functions
 * use PKG_INSTALL
 * bump release number


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 14:20:10 +00:00
acinonyx
2581cd9a4b [packages] aiccu: Add missing double quotes in init script (#7705)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-08 10:41:24 +00:00
kerneis
133647f026 [packages] ahcpd: apply unreleased upstream patch
- Tue Jul 20 00:25:27 CEST 2010  Juliusz Chroboczek <jch@pps.jussieu.fr>
  * Fix typo -- ignore autoconf prefixes for plen > 64.
- Use uci_get_state instead of invoking uci directly.

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20 09:20:54 +00:00
nico
212433a495 [packages] dibbler: fix initscript (closes: #7628), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 12:45:42 +00:00
nico
185bd0c3f1 [packages] dibbler: remove obsolete hacks (not linked against uClibc++ anymore)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22161 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-13 03:14:22 +00:00
nico
3e679367f0 [packages] replace occurences of -lgcc with $(LIBGCC_S)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-11 00:37:05 +00:00
jow
9d64255f81 [packages] ndisc: make rdnssd depend on librt, fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-13 00:22:08 +00:00
jow
79248ce0e6 [packages] ndisc:
- update to v0.9.9
	- fix compilation by providing dummy WIFCONTINUED() macro
	- package rdnssd DNS discovery deamon


git-svn-id: svn://svn.openwrt.org/openwrt/packages@21772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-13 00:17:30 +00:00
kerneis
f88732d0b8 [package] ahcpd: Fix server mode (broken script)
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21644 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-31 12:17:42 +00:00
kerneis
34da8acdbe [package] ahcpd: fix typo in config file
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-28 16:49:24 +00:00
nico
4d821d398b [packages] bump release number for packages modified after 0.03
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21480 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 14:22:12 +00:00
abyrne
46bb6663d8 [packages] wide-dhcpv6: Fix request option variable names
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21161 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-26 04:06:46 +00:00
jow
1c46935b8a [packages] 6scripts: fix incorrect route command (#7203)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-23 10:53:01 +00:00
mirko
20ddaf2664 ensure it's started before ratvd
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20860 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 23:22:08 +00:00
abyrne
e72c2bc218 [packages] wide-dhcpv6: Set maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-05 02:15:14 +00:00
abyrne
c3b6bbd2d8 [packages] wide-dhcpv6: Add debug option to dhcp6c
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20691 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 06:41:00 +00:00
florian
7d35f87f69 [package] update radvd to 1.6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-28 13:22:00 +00:00
florian
970ae9490e [package] fix dibbler-server pid creation (#6906)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-27 13:55:09 +00:00
swalker
dd0df52de1 [packages] thc-ipv6: use PKG_RELEASE instead of PKG_REVISION
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-21 19:10:34 +00:00
florian
d0364ff5c3 [package] link dibbler-server against libstdc++, does not work with uclibc++ (#6905)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-21 16:14:08 +00:00
abyrne
8d2ea2472d [packages] wide-dhcpv6: delete empty, unused file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-21 06:39:17 +00:00
florian
86bbe7ee19 [package] fix dibbler dependencies (#6879)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 22:11:37 +00:00
thepeople
85dd0c381b Update wide-dhcpv6 package, from #6820
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 18:16:29 +00:00
florian
2be0537b61 [package] make 6tunnel support a delegated block (#4724)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 16:40:56 +00:00
kerneis
3a81a088df [package] ahcpd: Fix reload rule in init script
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20166 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-12 17:29:27 +00:00
kerneis
f5639f3110 [package] ahcpd: Comment options in config file
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-12 17:29:25 +00:00
spudz76
4e125ff4a8 [patchteam] Add wide-ipv6 packages, thanks Raphael
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-26 01:13:38 +00:00
kerneis
ddee128613 [package] ahcpd: update to 0.51, fix scripts
- Full-featured UCI configuration file (including server mode).
- Client mode configuration in /etc/config/network (proto ahcp).
- Launch at most one instance in server/forwarder mode, and as many
  instance as interfaces in client mode.
- Add status and reload options to init script.
- Make /etc/config/ahcpd a config file, simplify Makefile.
- Do not check the pid file (useless).
- 29 January 2010: ahcpd 0.51
  * Servers are now configured with a plain-text configuration file.
  * Implemented client-side support for prefix delegation (-P).
  * Made requesting state more persistent, to deal with packet loss.
  * Fixed a typo that prevented the -I option from working.
  * Fixed compilation on BSD systems.
  * Fixed a bug that could cause an expired lease to be discarded when
    older ones are available.

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-22 11:00:30 +00:00
lars
feaea67a32 [packages] Add missing md5sums
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 01:20:44 +00:00