| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
This fixes 3 minor security problems.
SSLv3 is deactivated by default now.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|
|
|
|
|
|
| |
iftop would display portions of mac address with large ffffff prefixes.
Make if_hw_addr type consistent.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
|
|
|
|
|
|
|
|
|
|
| |
Move logging command line option to uci:
option verbose [0]/1/2 - mono-syllabic/verbose/noisy
Previously handled as 'OPTIONS' in .init script however variable
was ignored so never worked.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
|
|
|
|
| |
Signed-off-by: Gabe Rodriguez <lifehacksback@gmail.com>
|
|
|
|
|
|
| |
in the debug log
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are multiple prism54/p54 firmware versions for different
drivers and devices. Therefore, assigning the package version
of all the different firmware packages on the old prism54
firmware could break if any of the p54 firmwares are updated
and we need to roll out new packages.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
[removed PKG_VERSION]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|
|
|
|
|
| |
Extract the other p54 firmware files into the prism54-firmware package.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of downloading the firmware for prism54 devices in the
wireless.mk do it in an extra package Makefile. To ship the complete
source code Intel ships our modified OpenWrt/LEDE + the content of the
dl directory. We do not want to have any files in the dl/ directory
which are not needed to build our images. The prism54 gets downloaded
every time independently of building kmod-net-prism54 or not. When it
is in a own package it only gets downloaded when the firmware package
is selected.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
|
|
|
|
| |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
|\
| |
| | |
zynq: add sdcard image generation support
|
| |
| |
| |
| | |
Signed-off-by: Mike Qin <Fengling.Qin@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Mike Qin <Fengling.Qin@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Mike Qin <Fengling.Qin@gmail.com>
|
| |\
| | |
| | | |
update system packages to latest HEAD, bump 4.1 to 4.1.27
|
| |\ \
| | | |
| | | | |
packages: fix nvram makefile
|
|\ \ \ \
| |_|_|/
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
To work correctly hostapd requires wireless driver to allow interfaces
removal. It was working with brcmfmac only partially. Firmware for
BCM43602 got some special hack (feature?) that allowed removing all
interfaces by disabling mbss mode. It wasn't working with BCM4366
firmware and remaining interfaces were preventing hostapd from starting
again.
Those patches add support for "interface_remove" firmware method which
works with BCM4366 firmware and they make it finally possible to use
BCM4366 & brcmfmac & multiple interfaces.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This way names follow current schema.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| |\ \
| | | |
| | | | |
package updates, cmake fixes, bump arm64 to 4.4
|
| |\ \ \
| | | | |
| | | | | |
ca-certificates: Add certificate bundle for packages that need it
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Some packages don't use /etc/ssl/certs but instead use /etc/ssl/certs/ca-certificates.crt.
For those packages add a ca-bundle package>.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
On OS X systems, the compilation of e2fsprogs fails at subst.c due to a
missing sys/stat.h include:
subst.c:333:14: error: variable has incomplete type 'struct stat'
struct stat stbuf;
^
subst.c:333:9: note: forward declaration of 'struct stat'
struct stat stbuf;
^
subst.c:392:8: warning: implicit declaration of function 'fstat' is invalid in C99
[-Wimplicit-function-declaration]
if (fstat(fd, &stbuf) == 0) {
^
subst.c:438:12: warning: implicit declaration of function 'fchmod' is invalid in C99
[-Wimplicit-function-declaration]
(void) fchmod(ofd, 0444);
^
2 warnings and 1 error generated.
make[3]: *** [subst.o] Error 1
Declare the nescessary HAVE_SYS_STAT_H macro to include the required header in
order to avoid the undeclared stat structure.
Tested-By: David Thornley <david.thornley@touchstargroup.com>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| |_|_|/
|/| | |
| | | |
| | | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| |_|/
|/| |
| | |
| | | |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
| | |
| | |
| | |
| | |
| | |
| | | |
adds a SIGCHLD handling fix and jshn performance improvements
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
| | |
| | |
| | |
| | |
| | |
| | | |
It contains some quirks for old MIPS devices.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Storage of such zones is provided by a nf_ct_ext struct, hence conntrack
memory foot print will not be increased if zones are not used.
Signed-off-by: Alin Năstac <alin.nastac@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The igb kmods selects kmod-i2c-algo-bit which in turn is invisible until
kmod-i2c-core gets selected, causing kmod-igb to be hidden from menuconfig
as well.
Let kmod-igb select kmod-i2c-core as well in order to make it visible
in menuconfig right away.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When a router is under load ntpd would have better chance to accurately
maintain system time.
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
show the license for this package in opkg
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
show the license for this package in opkg
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
show the license for this package in opkg
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fixes:
configure: WARNING: unrecognized options: --disable-werror
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
|