aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ar71xx: use netgear prefix for WNDR3700 LED namesGabor Juhos2013-09-215-9/+13
* ar71xx: add an uci-defaults script for LED configuration migrationGabor Juhos2013-09-211-0/+55
* ar71xx: let HW switch control WAN LED on dir-825-c1Gabor Juhos2013-09-211-4/+5
* ar71xx: image: override mkcameofw statusGabor Juhos2013-09-211-0/+1
* ar71xx: fix LAN LEDs for dir-825-c1Gabor Juhos2013-09-211-4/+4
* odhcp6c: handle NoAddrsAvail IA-statusSteven Barth2013-09-211-2/+2
* ar71xx: set proper wan mac during initial configuration on dir-825-c1Gabor Juhos2013-09-201-1/+10
* ar71xx: tew-712br: use ath79_parse_ascii_mac helperGabor Juhos2013-09-201-17/+7
* ar71xx: tew-673gru: use ath79_parse_ascii_mac helperGabor Juhos2013-09-201-14/+2
* ar71xx: dir-825-c1: use ath79_parse_ascii_mac helperGabor Juhos2013-09-201-14/+2
* ar71xx: dir-825-b1: use ath79_parse_ascii_mac helperGabor Juhos2013-09-201-14/+2
* ar71xx: dir-505-a1: use ath79_parse_ascii_mac helperGabor Juhos2013-09-201-17/+7
* ar71xx: rename ath79_parse_mac_addr to ath79_parse_ascii_macGabor Juhos2013-09-202-12/+19
* ar71xx: fix Cameo934x initramfs image generationGabor Juhos2013-09-201-1/+1
* lantiq: fix usb on sx76xLuka Perkov2013-09-201-5/+1
* imx6: update gw5400-a dtsLuka Perkov2013-09-203-128/+103
* imx6: update PCIe driverLuka Perkov2013-09-2011-96/+1656
* imx6: update network defaults for Gateworks VentanaLuka Perkov2013-09-201-1/+7
* imx6: update configLuka Perkov2013-09-201-2/+12
* imx6: drop inittabLuka Perkov2013-09-201-3/+0
* ar71xx: add profile and build image for the WD My Net N600 boardGabor Juhos2013-09-192-0/+52
* ar71xx: add sysupgrade support for the WD My Net N600 boardGabor Juhos2013-09-191-0/+18
* ar71xx: add user-space support for the WD My Net N600 boardGabor Juhos2013-09-195-0/+35
* package/mtd: enable seama fixup code for ar71xxGabor Juhos2013-09-191-1/+1
* ar71xx: add kernel support for the WD My Net N600 boardGabor Juhos2013-09-193-0/+231
* ar71xx: wndr4300: enable HW ECC mode for the NAND controllerGabor Juhos2013-09-191-0/+4
* ar71xx: add ath79_nfc_set_ecc_mode helperGabor Juhos2013-09-192-0/+8
* ar71xx: ar934x_nfc: add experimental support for hardware ECCGabor Juhos2013-09-194-3/+352
* ar71xx: ar934x_nfc: return error code from some low-level functionsGabor Juhos2013-09-191-10/+18
* ar71xx: ar934x_nfc: use devm_* functionsGabor Juhos2013-09-191-15/+6
* ar71xx: add profile and build image for the TL-MR13U boardGabor Juhos2013-09-192-0/+12
* firmware-utils/mktplinkfw: add support for the TL-MR13U boardGabor Juhos2013-09-191-0/+6
* ar71xx: add user-space support for the TL-MR13U boardGabor Juhos2013-09-194-0/+9
* ar71xx: add kernel support for TP-Link TL-MR13UGabor Juhos2013-09-193-0/+147
* ar71xx: wnr2200: fix a typo in a LED nameGabor Juhos2013-09-191-1/+1
* ar71xx: add profile and build image for the WNR2200 boardGabor Juhos2013-09-192-0/+13
* ar71xx: add user-space support for the WNR2200 boardGabor Juhos2013-09-193-0/+7
* ar71xx: add kernel support for Netgear WNR2200 wireless routerGabor Juhos2013-09-193-0/+177
* kernel: add AutoProbe for ppp_async and ppp_synctty (should fix #14185)Felix Fietkau2013-09-191-1/+2
* ralink: make dcs930 uvc camera workJohn Crispin2013-09-191-0/+255
* ralink: add support for dalink dcs930l ipcamJohn Crispin2013-09-198-1/+140
* ralink: add back dwc_otg driverJohn Crispin2013-09-191-0/+24517
* lantiq: style fixesLuka Perkov2013-09-192-6/+2
* lantiq: add initial support for Siemens GIGASX76XLuka Perkov2013-09-193-1/+134
* lantiq: add support for ZyXEL P2601HNFXLuka Perkov2013-09-194-1/+209
* lantiq: add support for ZTE H201LLuka Perkov2013-09-195-1/+161
* malta: target.mk cosmetical fixupLuka Perkov2013-09-182-3/+3
* brcm47xx: b44: bgmac: some small changes to the phylib patchesHauke Mehrtens2013-09-182-38/+24
* lantiq: fix bug in hcd gpio detetcion codeJohn Crispin2013-09-181-1/+1
* lantiq: fix FRITZ7320 flash window sizeJohn Crispin2013-09-181-1/+1
="$(OVERRIDELIST)" ' \ BEGIN { \ while (getline < (of)) \ override[$$NF]=$$0; \ close(of) \ } \ { \ info=$$0; \ gsub(/\//, "_", info); \ dir=$$0; \ pkg=""; \ if($$NF in override) \ pkg=override[$$NF]; \ print "$$(eval $$(call PackageDir," info "," dir "," pkg "))"; \ } ' < $<; \ true; \ ) > $@ -include $(TMP_DIR)/info/.files-$(SCAN_TARGET).mk $(TARGET_STAMP):: +( \ $(NO_TRACE_MAKE) $(FILELIST); \ MD5SUM=$$(cat $(FILELIST) $(OVERRIDELIST) | (md5sum || md5) 2>/dev/null | awk '{print $$1}'); \ [ -f "$@.$$MD5SUM" ] || { \ rm -f $@.*; \ touch $@.$$MD5SUM; \ touch $@; \ } \ ) $(TMP_DIR)/.$(SCAN_TARGET): $(TARGET_STAMP) $(SCAN_STAMP) $(call progress,Collecting $(SCAN_NAME) info: merging...) -cat $(FILELIST) | awk '{gsub(/\//, "_", $$0);print "$(TMP_DIR)/info/.$(SCAN_TARGET)-" $$0}' | xargs cat > $@ 2>/dev/null $(call progress,Collecting $(SCAN_NAME) info: done) echo FORCE: .PHONY: FORCE .NOTPARALLEL: