aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc83xx
Commit message (Expand)AuthorAgeFilesLines
* kernel: update linux 3.8 to 3.8.9Gabor Juhos2013-04-261-1/+1
* kernel: update linux 3.8 to 3.8.8Gabor Juhos2013-04-191-1/+1
* kernel: update linux 3.8 to 3.8.7Gabor Juhos2013-04-141-1/+1
* kernel: update linux 3.8 to 3.8.6Gabor Juhos2013-04-061-1/+1
* kernel: update linux 3.8 to 3.8.3Gabor Juhos2013-03-151-1/+1
* mpc83xx: remove 3.7 supportGabor Juhos2013-03-1011-4541/+0
* mpc83xx: switch to 3.8Gabor Juhos2013-03-101-1/+1
* kernel: update linux 3.7 to 3.7.10Gabor Juhos2013-03-031-1/+1
* mpc83xx: add support for 3.8Gabor Juhos2013-02-2111-0/+4547
* kernel: update linux 3.7 to 3.7.9Gabor Juhos2013-02-171-1/+1
* kernel: update linux 3.7 to 3.7.8Gabor Juhos2013-02-151-1/+1
* kernel: update linux 3.7 to 3.7.7Gabor Juhos2013-02-121-1/+1
* kernel: update linux 3.7 to 3.7.6Gabor Juhos2013-02-041-1/+1
* refresh kernel configsGabor Juhos2013-02-011-2/+2
* kernel: update linux 3.7 to 3.7.5Gabor Juhos2013-01-291-1/+1
* kernel: clean up crypto related kconfig optionsFelix Fietkau2013-01-271-5/+0
* kernel: update linux 3.7 to 3.7.4Gabor Juhos2013-01-241-1/+1
* all targets: use numerically prefixed uci-defaults file names to better contr...Jo-Philipp Wich2013-01-181-0/+0
* kernel: update linux 3.7 to 3.7.3Gabor Juhos2013-01-181-1/+1
* target: enable XZ BCJ decompressor code after r35097Florian Fainelli2013-01-141-0/+2
* mpc83xx: remove 3.6 supportGabor Juhos2013-01-1211-4535/+0
* mpc83xx: switch to 3.7Gabor Juhos2013-01-121-1/+1
* mpc83xx: add support for 3.7Gabor Juhos2012-12-2611-0/+4544
* mpc83xx: nuke 3.3 supportGabor Juhos2012-12-2611-4548/+0
* mpc83xx: switch to 3.6.11Gabor Juhos2012-12-261-1/+1
* mpc83xx: add support for 3.6Gabor Juhos2012-12-2611-0/+4535
* mpc83xx: create package for the rbppc_cf moduleGabor Juhos2012-12-261-0/+25
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
* [kernel] gpiodev/gpioctl RIPJohn Crispin2012-10-111-1/+0
* [kernel] bump to 3.3.8John Crispin2012-06-051-1/+1
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-9/+0
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-141-1/+1
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-1/+1
* mpc83xx: remove broken flagGabor Juhos2012-05-051-1/+1
* mpc83xx: populate network config from an uci-default scriptGabor Juhos2012-05-054-0/+87
* mpc83xx: cleanup rb333.dtsGabor Juhos2012-05-051-217/+211
* mpc83xx: fix MAC addresses on the RB333Gabor Juhos2012-05-051-5/+18
* mpc83xx: fix build warnings in RB333/600 dtb wrappersGabor Juhos2012-05-051-4/+2
* mpc83xx: remove 2.6.36 supportGabor Juhos2012-05-0232-5006/+0
* mpc83xx: switch to 3.3Gabor Juhos2012-05-021-1/+1
* mpc83xx: add support for 3.3Gabor Juhos2012-05-0211-0/+4555
* mpc83xx: remove 2.6.32 supportGabor Juhos2012-04-217-2665/+0
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-251-1/+0
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. in...Felix Fietkau2011-03-261-1/+1
* [kernel] update to kernel 2.6.36.4Florian Fainelli2011-02-191-1/+1
* base-files: use shutdown instead of stop when the system goes down (patch by ...Felix Fietkau2010-12-131-1/+1
* kernel: update kernel versionsHauke Mehrtens2010-12-111-1/+1
* add optimization to Freescale targetsImre Kaloz2010-12-081-0/+1
* [mpc83xx]: remove unused kernel versions, make 2.6.36 the defaultImre Kaloz2010-12-0365-12553/+1
lf/compile := $(curdir)/libtool/install $(curdir)/sdcc/compile := $(curdir)/bison/install $(curdir)/b43-tools/compile := $(curdir)/bison/install $(curdir)/padjffs2/compile := $(curdir)/findutils/install $(curdir)/cloog/compile := $(curdir)/ppl/install $(curdir)/isl/compile := $(curdir)/gmp/install $(curdir)/bc/compile := $(curdir)/bison/install $(curdir)/findutils/compile := $(curdir)/bison/install $(curdir)/gengetopt/compile := $(curdir)/libtool/install $(curdir)/patchelf/compile := $(curdir)/libtool/install ifeq ($(HOST_OS),Darwin) tools-y += libressl $(curdir)/mkimage/compile += $(curdir)/libressl/install $(curdir)/firmware-utils/compile += $(curdir)/libressl/install endif ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),) $(foreach tool, $(filter-out patch,$(tools-y)), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) tools-y += ccache endif # in case there is no patch tool on the host we need to make patch tool a # dependency for tools which have patches directory $(foreach tool, $(tools-y), $(if $(wildcard $(curdir)/$(tool)/patches),$(eval $(curdir)/$(tool)/compile += $(curdir)/patch/install))) $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/tar/install)) tools-y += tar $(curdir)/tar/compile := $(curdir)/flock/install tools-y += flock $(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-) $(curdir)/builddirs-default := $(tools-y) ifndef DUMP_TARGET_DB define PrepareStaging @for dir in $(1); do ( \ $(if $(QUIET),,set -x;) \ mkdir -p "$$dir"; \ cd "$$dir"; \ mkdir -p bin lib include stamp; \ ); done endef # preparatory work $(STAGING_DIR)/.prepared: $(TMP_DIR)/.build $(call PrepareStaging,$(STAGING_DIR)) mkdir -p $(BUILD_DIR)/stamp touch $@ $(STAGING_DIR_HOST)/.prepared: $(TMP_DIR)/.build $(call PrepareStaging,$(STAGING_DIR_HOST)) mkdir -p $(BUILD_DIR_HOST)/stamp $(STAGING_DIR_HOST)/include/sys $(INSTALL_DATA) $(TOPDIR)/tools/include/*.h $(STAGING_DIR_HOST)/include/ $(INSTALL_DATA) $(TOPDIR)/tools/include/sys/*.h $(STAGING_DIR_HOST)/include/sys/ ln -sf lib $(STAGING_DIR_HOST)/lib64 touch $@ endif $(curdir)//prepare = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $(curdir)//compile = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared # prerequisites for the individual targets $(curdir)/ := .config prereq $(curdir)//install = $(1)/compile tools_enabled = $(foreach tool,$(sort $(tools-y) $(tools-)),$(if $(filter $(tool),$(tools-y)),y,n)) $(eval $(call stampfile,$(curdir),tools,install,,_$(subst $(space),,$(tools_enabled)))) $(eval $(call subdir,$(curdir)))