Community maintained packages for difos.
gcc-7 with -Os makes inline functions disappeard. It are caused by the new C11 inline semantics. pass option -fgnu89-inline to gcc let it use gnu inline semantics. see https://wiki.debian.org/GCC7#Porting_help bandwidthd.o: In function `RCDF_Load': bandwidthd.c:(.text+0xb33): undefined reference to `FindIp' bandwidthd.o: In function `PacketCallback': bandwidthd.c:(.text+0x11d0): undefined reference to `FindIp' bandwidthd.c:(.text+0x11e2): undefined reference to `Credit' bandwidthd.c:(.text+0x11ea): undefined reference to `FindIp' bandwidthd.c:(.text+0x11fc): undefined reference to `Credit' bandwidthd.c:(.text+0x1218): undefined reference to `FindIp' bandwidthd.c:(.text+0x122a): undefined reference to `Credit' bandwidthd.c:(.text+0x1232): undefined reference to `FindIp' bandwidthd.c:(.text+0x1244): undefined reference to `Credit' collect2: error: ld returned 1 exit status Makefile:20: recipe for target 'bandwidthd' failed make[4]: *** [bandwidthd] Error 1 Signed-off-by: Guo Li <uxgood.org@gmail.com> |
||
---|---|---|
.github | ||
.keys | ||
admin | ||
devel | ||
fonts/dejavu-fonts-ttf | ||
ipv6/tayga | ||
kernel | ||
lang | ||
libs | ||
multimedia | ||
net | ||
sound | ||
utils | ||
.travis.yml | ||
.travis_do.sh | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.