aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* hostapd: ubus: fix uninitialized pointerDavid Bauer2021-10-211-1/+1
* hostapd: fix up patches after the last commitFelix Fietkau2021-10-214-8/+8
* hostapd: fix a race condition on adding AP mode wds sta interfacesFelix Fietkau2021-10-212-1/+23
* netifd: update to the latest versionFelix Fietkau2021-10-211-3/+3
* ltq-vdsl-app: add error vector counters to the ubus metricsAndre Heider2021-10-211-0/+23
* ltq-vdsl-app: prepare for multiple mei ioctlsAndre Heider2021-10-212-19/+23
* ath10k-ct: update to version from 2021-09-22Andrew Robbins2021-10-213-10/+5
* wolfssl: fix compile when enable-devcrypto is setIvan Pavlov2021-10-211-0/+22
* iw: sync nl80211 with kernel backportsHauke Mehrtens2021-10-211-13/+56
* mac80211: add missing patch chunk for mac80211_hwsimFelix Fietkau2021-10-202-4/+42
* mt76: update to the latest versionFelix Fietkau2021-10-204-167/+40
* mac80211: backport a few trivial patchesFelix Fietkau2021-10-206-0/+579
* ncurses: add tmux terminfoJitao Lu2021-10-191-1/+3
* hostapd: fix goto loop for ubus assoc handlerDavid Bauer2021-10-191-8/+7
* wireguard-tools: add uci option to disable wireguard peersStepan Henek2021-10-183-1/+16
* nftables: bump to 1.0.0Stijn Tintel2021-10-191-3/+3
* procd: update to git HEADDaniel Golle2021-10-171-3/+3
* wolfssl: remove --enable-sha512 configure switchAndre Heider2021-10-171-2/+2
* wolfssl: always build with --enable-reproducible-buildAndre Heider2021-10-171-0/+1
* wolfssl: build with WOLFSSL_ALT_CERT_CHAINSAndre Heider2021-10-171-2/+8
* buildsystem: add CONFIG_SECCOMPFlorian Eckert2021-10-161-2/+1
* hostapd: ubus: add BSS transtiton request methodDavid Bauer2021-10-131-40/+112
* hostapd: ubus: add notification for BSS transition responseDavid Bauer2021-10-133-0/+74
* procd: update to git HEADDaniel Golle2021-10-131-4/+4
* netifd: update to git HEADDaniel Golle2021-10-131-3/+3
* mt76: update to the latest versionFelix Fietkau2021-10-121-3/+3
* mt76: update to the latest versionFelix Fietkau2021-10-111-2/+2
* mac80211: remove kcov bits from TWT backport patchFelix Fietkau2021-10-111-5/+1
* mt76: update to the latest versionFelix Fietkau2021-10-112-209/+3
* mac80211: backport AP mode TWT supportFelix Fietkau2021-10-113-1/+693
* Revert "gpio-cdev: add nu801 userspace driver"Christian Lamparter2021-10-102-56/+0
* gpio-cdev: add nu801 userspace driverChris Blake2021-10-102-0/+56
* rockchip: rename "Rock Pi 4" to "Rock Pi 4A"Adrian Schmutzler2021-10-101-1/+1
* umdns: add missing syscalls to seccomp filterRonny Kotzschmar2021-10-071-0/+3
* kernel: drop kmod-gpio-devStijn Tintel2021-10-051-16/+0
* busybox: update to 1.34.1Hannu Nyman2021-10-053-116/+2
* uboot-mediatek: update to 2021.10Daniel Golle2021-10-0432-610/+77
* dnsmasq: add explicit "set:" for client-matching optionsPaul Fertser2021-10-031-6/+6
* treewide: use AUTORELEASE on all uboot-* packagesAdrian Schmutzler2021-10-0210-10/+10
* bcm4908img: detect Linksys imagesRafał Miłecki2021-10-022-1/+23
* bcm4908img: store offset of tail dataRafał Miłecki2021-10-022-11/+14
* mvebu: add Globalscale MOCHAbinRobert Marko2021-10-021-1/+2
* uboot-lantiq: fix sha1.h header clash when system libmd installedAlan Swanson2021-10-021-0/+172
* uboot-mediatek: fix and make use of LEDs on BPi-R2Daniel Golle2021-09-302-5/+36
* netifd: update to the latest versionFelix Fietkau2021-09-301-3/+3
* mac80211: allow retry of wifi setup if an iw interface add command failsFelix Fietkau2021-09-301-1/+1
* cryptodev-linux: update to 1.12Rosen Penev2021-09-292-35/+3
* kernel: add missing symbol to kmod-kvmStijn Tintel2021-09-291-0/+1
* kernel: order kmod-kvm symbols alphabeticallyStijn Tintel2021-09-291-2/+2
* netifd: update to the latest versionFelix Fietkau2021-09-281-3/+3
$$libs) HOSTCXXFLAGS_qconf.o = $(shell . $(obj)/qconf-cfg && echo $$cflags) $(obj)/qconf.o: $(obj)/qconf-cfg $(obj)/qconf.moc quiet_cmd_moc = MOC $@ cmd_moc = $(shell . $(obj)/qconf-cfg && echo $$moc) -i $< -o $@ $(obj)/%.moc: $(src)/%.h $(obj)/qconf-cfg $(call cmd,moc) # check if necessary packages are available, and configure build flags filechk_conf_cfg = $(CONFIG_SHELL) $< $(obj)/%conf-cfg: $(src)/%conf-cfg.sh FORCE $(call filechk,conf_cfg) clean-files += *conf-cfg # =========================================================================== # OpenWrt rules and final adjustments that need to be made after reading the # full upstream Makefile FORCE: ifdef BUILD_SHIPPED_FILES shipped-files := lexer.lex.c parser.tab.c parser.tab.h clean-files += $(shipped-files) .SECONDARY: $(shipped-files) %.tab.c %.tab.h: %.y bison -l -d -b $* $< %.lex.c: %.l flex -L -o$@ $< endif $(foreach f, mconf.o $(lxdialog), \ $(eval $f: CFLAGS+=$$(HOSTCFLAGS_$f))) $(obj)/lexer.lex.o: CFLAGS += $(HOSTCFLAGS_lexer.lex.o) $(obj)/parser.tab.o: CFLAGS += $(HOSTCFLAGS_parser.tab.o) $(obj)/qconf.o: CXXFLAGS+=$(HOSTCXXFLAGS_qconf.o) conf: $(conf-objs) # The *conf-cfg file is used (then filtered out) as the first prerequisite to # avoid sourcing it before the script is built, when trying to compute CFLAGS # for the actual first prerequisite. This avoids errors like: # '/bin/sh: ./mconf-cfg: No such file or directory' mconf: mconf-cfg $(mconf-objs) $(CC) -o $@ $(filter-out mconf-cfg,$^) $(HOSTLDLIBS_mconf) nconf: nconf-cfg $(nconf-objs) $(CC) -o $@ $(filter-out nconf-cfg,$^) $(HOSTLDLIBS_nconf) qconf: qconf-cfg $(qconf-cxxobjs) $(qconf-objs) $(CXX) -o $@ $(filter-out qconf-cfg,$^) $(HOSTLDLIBS_qconf)