You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Eneas U de Queiroz 750d52f6c9 wolfssl: use -fomit-frame-pointer to fix asm error
32-bit x86 fail to compile fast-math feature when compiled with frame
pointer, which uses a register used in a couple of inline asm functions.

Previous versions of wolfssl had this by default.  Keeping an extra
register available may increase performance, so it's being restored for
all architectures.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years ago
..
base-files base-files: prevent issues w/ overlay on powerloss after sysupgrade 4 years ago
boot uboot-mxs: bump to v2020.04 4 years ago
devel perf: build with NO_LIBCAP=1 4 years ago
firmware cypress-firmware: add PROVIDES sections 4 years ago
kernel kernel: add gpio-it87 4 years ago
libs wolfssl: use -fomit-frame-pointer to fix asm error 4 years ago
network dnsmasq: add /etc/dnsmasq.d/ to conffiles 4 years ago
system procd: update to git HEAD 4 years ago
utils exfat-utils: move into packages feed 4 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago