AND fix compilation for ARM
bring back IPv6 support, disabled by default with commit
http://repo.or.cz/tomato.git?a=commit;h=1444258699b4e785cb41d059a8ee0a3861aad31e
since commit bfb985beaf (ARM)
we use an interface name for the listening_ip= value instead of an IP/netmask
--> with IPv6 support, we have to specify an interface name for listening_ip
==> Ok now and we can activate IPv6 again
Thanks @M_ars
AND fix compilation for ARM
bring back IPv6 support, disabled by default with commit
http://repo.or.cz/tomato.git?a=commit;h=1444258699b4e785cb41d059a8ee0a3861aad31e
since commit bfb985beaf (ARM)
we use an interface name for the listening_ip= value instead of an IP/netmask
--> with IPv6 support, we have to specify an interface name for listening_ip
==> Ok now and we can activate IPv6 again
Thanks @M_ars
- Changed predefined arrays to dynamic in case size of server string in nvram is unexpectedly long
- Removed leftover includes from debugging
- Incorporated koitsu's suggestion on strtok vs. breaking array into 2D array
- General cleanup
Update basic-time.asp to change the ntp resync hourly options to one "auto interval" setting. This sets up for using Busybox ntpd which does not currently implement minpoll and maxpoll. ntpd auto adjusts time on a slide scale (which is probably better than user forcing it).
Setup for use of Busybox ntpd. Disable both ntpc and ntpclient builds. Reduces firmware size between 4KB and 8KB respectively.
Setup for use of Busybox ntpd as opposed to ntpc/ntpclient. Enable ntp.conf so we can store the server values etc in there.
Switch to using Busybox ntpd as opposed to ntpc or ntpclient.
Source: https://kernel.googlesource.com/pub/scm/linux/kernel/git/shemminger/bridge-utils/
42c1aef brctl: fix signed/unsigned comparison warnings by Stephen Hemminger · 10 months ago master
b69811c libbridge: add missing sys/time.h include in header by Aleksander Morgado · 10 months ago
7b42114 libbridge: Include the configured CFLAGS when compiling by David Michael · 12 months ago
b9841b0 bridge-utils 1.6 release by Stephen Hemminger · 1 year, 7 months ago v1.6
fec4f55 man: add obsolete notice to man page by Stephen Hemminger · 1 year, 7 months ago
821a735 brctl: better error handling by Stephen Hemminger · 1 year, 9 months ago
44d276b Fix building on musl libc by Kylie McClain · 1 year, 11 months ago
76f97da bridge-utils: Pretty print configure help by Andrey Mazo · 4 years, 2 months ago
2ccf7b1 bridge-utils: AC_OUTPUT should be used without arguments by Andrey Mazo · 4 years, 2 months ago
c50a537 bridge-utils: Remove unused variable in doc/Makefile.in by Andrey Mazo · 4 years, 2 months ago
6d9236a bridge-utils: Abort compilation on error in any subdirectory by Andrey Mazo · 4 years, 2 months ago
97d6888 Clean up autoconf debris when doing make maintainer-clean by Stephen Hemminger · 5 years ago
6f83ef1 ignore build files by Stephen Hemminger · 5 years ago
32b4d8f rename configure.in to configure.ac by Yegor Yefremov · 5 years ago
8e31694 update email address by Stephen Hemminger · 5 years ago
5eebb7f bridge-utils: Fix compile against linux-3.8.x by Russell Senior · 5 years ago
4ad479e Fix typo's on man page by Stephen Hemminger · 6 years ago
4decdea bug with older glibc: "brctl show" shows nothing by David Johnson · 7 years ago
7fc99b7 skip . and .. in accurately in isbridge() by Xiaochen Wang · 7 years ago
bb9970a Check error returns from write to sysfs by Stephen Hemminger · 7 years ago
c7ed099 Fix error message for incorrect command by Stephen Hemminger · 7 years ago
8ef7b77 Fix incorrect command in manual by Stephen Hemminger · 7 years ago
- Changed predefined arrays to dynamic in case size of server string in nvram is unexpectedly long
- Removed leftover includes from debugging
- Incorporated koitsu's suggestion on strtok vs. breaking array into 2D array
- General cleanup
Update basic-time.asp to change the ntp resync hourly options to one "auto interval" setting. This sets up for using Busybox ntpd which does not currently implement minpoll and maxpoll. ntpd auto adjusts time on a slide scale (which is probably better than user forcing it).
Setup for use of Busybox ntpd. Disable both ntpc and ntpclient builds. Reduces firmware size between 4KB and 8KB respectively.
Setup for use of Busybox ntpd as opposed to ntpc/ntpclient. Enable ntp.conf so we can store the server values etc in there.
Switch to using Busybox ntpd as opposed to ntpc or ntpclient.
Source: https://kernel.googlesource.com/pub/scm/linux/kernel/git/shemminger/bridge-utils/
42c1aef brctl: fix signed/unsigned comparison warnings by Stephen Hemminger · 10 months ago master
b69811c libbridge: add missing sys/time.h include in header by Aleksander Morgado · 10 months ago
7b42114 libbridge: Include the configured CFLAGS when compiling by David Michael · 12 months ago
b9841b0 bridge-utils 1.6 release by Stephen Hemminger · 1 year, 7 months ago v1.6
fec4f55 man: add obsolete notice to man page by Stephen Hemminger · 1 year, 7 months ago
821a735 brctl: better error handling by Stephen Hemminger · 1 year, 9 months ago
44d276b Fix building on musl libc by Kylie McClain · 1 year, 11 months ago
76f97da bridge-utils: Pretty print configure help by Andrey Mazo · 4 years, 2 months ago
2ccf7b1 bridge-utils: AC_OUTPUT should be used without arguments by Andrey Mazo · 4 years, 2 months ago
c50a537 bridge-utils: Remove unused variable in doc/Makefile.in by Andrey Mazo · 4 years, 2 months ago
6d9236a bridge-utils: Abort compilation on error in any subdirectory by Andrey Mazo · 4 years, 2 months ago
97d6888 Clean up autoconf debris when doing make maintainer-clean by Stephen Hemminger · 5 years ago
6f83ef1 ignore build files by Stephen Hemminger · 5 years ago
32b4d8f rename configure.in to configure.ac by Yegor Yefremov · 5 years ago
8e31694 update email address by Stephen Hemminger · 5 years ago
5eebb7f bridge-utils: Fix compile against linux-3.8.x by Russell Senior · 5 years ago
4ad479e Fix typo's on man page by Stephen Hemminger · 6 years ago
4decdea bug with older glibc: "brctl show" shows nothing by David Johnson · 7 years ago
7fc99b7 skip . and .. in accurately in isbridge() by Xiaochen Wang · 7 years ago
bb9970a Check error returns from write to sysfs by Stephen Hemminger · 7 years ago
c7ed099 Fix error message for incorrect command by Stephen Hemminger · 7 years ago
8ef7b77 Fix incorrect command in manual by Stephen Hemminger · 7 years ago