aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update mtd-utils to 1.5.2Hauke Mehrtens2015-12-056-104/+7
* kernel: fix linux 4.4 mac80211 build errorFelix Fietkau2015-12-051-0/+24
* lldpd: add STOP=01 param in init scriptFelix Fietkau2015-12-051-1/+2
* lantiq: add VDSL2 vectoring status informationFelix Fietkau2015-12-051-1/+12
* lantiq: ltq-vdsl-mei: enable vectoring supportFelix Fietkau2015-12-052-1/+12
* lantiq: get rid of the dsl_fw mtd partitionFelix Fietkau2015-12-054-53/+3
* iw: add VHT80 support for 802.11sFelix Fietkau2015-12-051-0/+170
* mac80211: Allow to select VHT80 in IBSS modeFelix Fietkau2015-12-051-1/+4
* iw: add VHT80 support for IBSSFelix Fietkau2015-12-052-0/+145
* iw: display interface TX power if availableFelix Fietkau2015-12-051-0/+32
* iw: sync nl80211.h with compat-wireless 2015-10-26Felix Fietkau2015-12-051-2/+92
* iw: update to version 4.3Felix Fietkau2015-12-054-136/+56
* mac80211: Allow enabling tracing for the drivers that support itFelix Fietkau2015-12-051-0/+19
* busybox: Update config for 1.24.1Felix Fietkau2015-12-057-235/+412
* lantiq: remove 3.18 supportFelix Fietkau2015-12-0546-20339/+0
* mac80211: enable build with linux 4.4Felix Fietkau2015-12-041-1/+0
* mac80211: update to 2015-12-03Felix Fietkau2015-12-0495-2932/+424
* lantiq: fix a race condition in the SPI driver leading to rx FIFO overflows (...Felix Fietkau2015-12-041-1/+13
* lantiq: debloat the ltq-vdsl-app binaryFelix Fietkau2015-12-041-2/+2
* lantiq: re-enable spi-xway for TD-W89X0 now that it is fixedFelix Fietkau2015-12-041-58/+46
* lantiq: fix xway spi driver timeout issuesFelix Fietkau2015-12-041-1/+1
* lantiq: clean up the xrx200 ethernet driver and fix stability issuesFelix Fietkau2015-12-042-73/+50
* br2684ctl: convert init script to procd, add hotplug/reload supportFelix Fietkau2015-12-043-35/+34
* lantiq: move esi calls to dsl_cpe_control scripts to fix ordering wrt. loadin...Felix Fietkau2015-12-046-11/+6
* ar71xx: convert gpio switch config to board.dJo-Philipp Wich2015-12-042-25/+27
* board.d: add support for gpio_switch sectionsJo-Philipp Wich2015-12-042-0/+36
* mcs814x: switch from uci-defaults to board.dJo-Philipp Wich2015-12-043-24/+17
* sunxi: fix board.d permissionsJo-Philipp Wich2015-12-041-0/+0
* orion: convert initial network configuration to board.dJo-Philipp Wich2015-12-042-53/+15
* sunxi: switch from uci-defaults to board.dJo-Philipp Wich2015-12-042-32/+26
* ar7: switch from uci-defaults to board.dJo-Philipp Wich2015-12-043-80/+28
* ath25: switch from uci-defaults to board.dJo-Philipp Wich2015-12-044-56/+41
* lantiq: switch from uci-defaults to board.dJo-Philipp Wich2015-12-043-214/+154
* brcm63xx: switch from uci-defaults to board.dJo-Philipp Wich2015-12-043-158/+143
* all: remove redundant board.d/00_model filesJo-Philipp Wich2015-12-0411-143/+0
* base-files: board.d: auto-set model id and name if /tmp/sysinfo is availableJo-Philipp Wich2015-12-041-0/+10
* kernel: drop bridge hack for removing ipv6 dependencyJonas Gorski2015-12-044-492/+0
* base-files: board.d: support dsl modems, atm bridges and pppoe protocolJo-Philipp Wich2015-12-042-1/+97
* kernel: mvswitch: merge 3.10+ compile fix into the codeJonas Gorski2015-12-045-143/+3
* kernel: drop unneeded modification of mtd_add_partition functionRafał Miłecki2015-12-046-54/+20
* kernel: drop old uimage splitter from 4.4Rafał Miłecki2015-12-042-71/+1
* malta: board.d: fix typoJo-Philipp Wich2015-12-041-1/+1
* kirkwood: add missing board_config_flush(), remove dead codeJo-Philipp Wich2015-12-031-20/+1
* all: remove dummy ucidef_set_interface_loopback() from board.dJo-Philipp Wich2015-12-038-20/+0
* arc770: switch from uci-defaults to board.dJo-Philipp Wich2015-12-033-23/+32
* mxs: convert from uci-defaults to board.dJo-Philipp Wich2015-12-033-23/+32
* malta: switch from uci-defaults to board.dJo-Philipp Wich2015-12-032-2/+20
* at91: switch from uci-defaults to board.dJo-Philipp Wich2015-12-032-8/+17
* realview: switch from uci-defaults to board.dJo-Philipp Wich2015-12-033-6/+20
* imx6: switch from uci-defaults to board.dJo-Philipp Wich2015-12-032-8/+17
an class="k">$(TMP_DIR)/dl && \ rm -rf $(SUBDIR) && \ [ \! -d $(SUBDIR) ] && \ ( svn help export | grep -q trust-server-cert && \ svn export --non-interactive --trust-server-cert -r$(VERSION) $(URL) $(SUBDIR) || \ svn export --non-interactive -r$(VERSION) $(URL) $(SUBDIR) ) && \ echo "Packing checkout..." && \ $(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \ mv $(TMP_DIR)/dl/$(FILE) $(DL_DIR)/ && \ rm -rf $(SUBDIR); \ ) endef define DownloadMethod/git $(call wrap_mirror, \ echo "Checking out files from the git repository..."; \ mkdir -p $(TMP_DIR)/dl && \ cd $(TMP_DIR)/dl && \ rm -rf $(SUBDIR) && \ [ \! -d $(SUBDIR) ] && \ git clone $(URL) $(SUBDIR) && \ (cd $(SUBDIR) && git checkout $(VERSION)) && \ echo "Packing checkout..." && \ rm -rf $(SUBDIR)/.git && \ $(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \ mv $(TMP_DIR)/dl/$(FILE) $(DL_DIR)/ && \ rm -rf $(SUBDIR); \ ) endef define DownloadMethod/bzr $(call wrap_mirror, \ echo "Checking out files from the bzr repository..."; \ mkdir -p $(TMP_DIR)/dl && \ cd $(TMP_DIR)/dl && \ rm -rf $(SUBDIR) && \ [ \! -d $(SUBDIR) ] && \ bzr export -r$(VERSION) $(SUBDIR) $(URL) && \ echo "Packing checkout..." && \ $(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \ mv $(TMP_DIR)/dl/$(FILE) $(DL_DIR)/ && \ rm -rf $(SUBDIR); \ ) endef define DownloadMethod/hg $(call wrap_mirror, \ echo "Checking out files from the hg repository..."; \ mkdir -p $(TMP_DIR)/dl && \ cd $(TMP_DIR)/dl && \ rm -rf $(SUBDIR) && \ [ \! -d $(SUBDIR) ] && \ hg clone -r $(VERSION) $(URL) $(SUBDIR) && \ find $(SUBDIR) -name .hg | xargs rm -rf && \ echo "Packing checkout..." && \ $(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \ mv $(TMP_DIR)/dl/$(FILE) $(DL_DIR)/ && \ rm -rf $(SUBDIR); \ ) endef Validate/cvs=VERSION SUBDIR Validate/svn=VERSION SUBDIR Validate/git=VERSION SUBDIR Validate/bzr=VERSION SUBDIR Validate/hg=VERSION SUBDIR define Download/Defaults URL:= FILE:= PROTO:= MD5SUM:= SUBDIR:= MIRROR:=1 VERSION:= endef define Download $(eval $(Download/Defaults)) $(eval $(Download/$(1))) $(foreach FIELD,URL FILE $(Validate/$(call dl_method,$(URL),$(PROTO))), ifeq ($($(FIELD)),) $$(error Download/$(1) is missing the $(FIELD) field.) endif ) $(foreach dep,$(DOWNLOAD_RDEP), $(dep): $(DL_DIR)/$(FILE) ) download: $(DL_DIR)/$(FILE) $(DL_DIR)/$(FILE): mkdir -p $(DL_DIR) $(if $(DownloadMethod/$(call dl_method,$(URL),$(PROTO))),$(DownloadMethod/$(call dl_method,$(URL),$(PROTO))),$(DownloadMethod/unknown)) endef