aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc52xx
Commit message (Expand)AuthorAgeFilesLines
* kernel: do not build kernel modules by defaultHauke Mehrtens2014-07-061-1/+0
* mpc52xx: add support for kernel 3.10Hauke Mehrtens2014-07-061-0/+291
* build: unify powerpc target cflagsFelix Fietkau2013-09-261-1/+1
* kernel: do not build FW_LOADER as a module.Hauke Mehrtens2013-08-041-1/+0
* build: unify target independent optimization optionsFelix Fietkau2013-07-291-1/+1
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-272-4/+2
* kernel: update linux 3.8 to 3.8.13Gabor Juhos2013-05-261-1/+1
* kernel: update linux 3.8 to 3.8.12Gabor Juhos2013-05-081-1/+1
* kernel: update linux 3.8 to 3.8.11Gabor Juhos2013-05-011-1/+1
* kernel: update linux 3.8 to 3.8.10Gabor Juhos2013-04-301-1/+1
* 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
* mpc52xx: remove 3.3 supportGabor Juhos2013-03-121-272/+0
* mpc52xx: switch to 3.8Gabor Juhos2013-03-121-1/+1
* mpc52xx: add support for 3.8Gabor Juhos2013-03-121-0/+285
* target: enable XZ BCJ decompressor code after r35097Florian Fainelli2013-01-141-0/+2
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-4/+0
* 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-5/+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
* kernel: update linux 3.3 to 3.3.4Gabor Juhos2012-04-301-1/+1
* kernel: update linux 3.3 to 3.3.3Jonas Gorski2012-04-241-1/+1
* mpc52xx: nuke 3.2 configGabor Juhos2012-04-211-277/+0
* mpc52xx: switch to 3.3.2Gabor Juhos2012-04-211-1/+1
* mpc52xx: add kernel config for 3.3Gabor Juhos2012-04-211-0/+279
* kernel: also update the targets to use 3.2.15Jonas Gorski2012-04-171-1/+1
* kernel: update linux 3.2 to 3.2.14Jonas Gorski2012-04-091-1/+1
* kernel: update linux 3.2 to 3.2.13 and refresh patchesJonas Gorski2012-04-011-1/+1
* kernel: update linux 3.2 to 3.2.12Gabor Juhos2012-03-191-1/+1
* mpc52xx: switch to 3.2.9Gabor Juhos2012-03-162-74/+99
* 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
* base-files: use shutdown instead of stop when the system goes down (patch by ...Felix Fietkau2010-12-131-1/+1
* add optimization to Freescale targetsImre Kaloz2010-12-081-0/+1
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-2/+2
* buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZNicolas Thill2010-04-281-1/+1
* define a shared IMG_PREFIX variable used as a basename for image files, it co...Nicolas Thill2010-04-121-3/+3
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes s...Nicolas Thill2010-03-111-0/+1
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-4/+0
* re-sort all target and subtarget config filesImre Kaloz2010-02-111-1/+1
* mpc52xx: add missing kernel config symbolNicolas Thill2009-12-221-0/+1
* remove redundant LINUX_KARCH variablesNicolas Thill2009-12-211-1/+0
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
* some more Kconfig symbol move..Imre Kaloz2009-11-111-3/+0
* another round of kernel config cleanupsImre Kaloz2009-11-111-5/+0
IR) target_clean: image_clean rm -rf $(TARGET_DIR) rm -rf $(BUILD_DIR)/linux-*/root clean: target_clean @$(MAKE) -C $(CONFIG) clean dirclean: clean rm -rf $(BUILD_DIR) distclean: clean rm -rf $(STAMP_DIR) $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR) rm -f .config* .tmpconfig.h sourceball: distclean set -e; \ cd ..; \ rm -f buildroot.tar.bz2; \ tar -cvf buildroot.tar buildroot; \ bzip2 -9 buildroot.tar; \ else # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y) all: menuconfig # configuration # --------------------------------------------------------------------------- $(CONFIG)/conf: $(MAKE) -C $(CONFIG) conf -@if [ ! -f .config ] ; then \ cp $(CONFIG_DEFCONFIG) .config; \ fi $(CONFIG)/mconf: $(MAKE) -C $(CONFIG) -@if [ ! -f .config ] ; then \ cp $(CONFIG_DEFCONFIG) .config; \ fi menuconfig: $(CONFIG)/mconf -touch .config -cp .config .config.test @$(CONFIG)/mconf $(CONFIG_CONFIG_IN) -./scripts/configtest.pl config: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf $(CONFIG_CONFIG_IN) -./scripts/configtest.pl oldconfig: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) -./scripts/configtest.pl randconfig: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf -r $(CONFIG_CONFIG_IN) -./scripts/configtest.pl allyesconfig: $(CONFIG)/conf #@$(CONFIG)/conf -y $(CONFIG_CONFIG_IN) #sed -i -e "s/^CONFIG_DEBUG.*/# CONFIG_DEBUG is not set/" .config -touch .config -cp .config .config.test @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) -./scripts/configtest.pl allnoconfig: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf -n $(CONFIG_CONFIG_IN) -./scripts/configtest.pl defconfig: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf -d $(CONFIG_CONFIG_IN) -./scripts/configtest.pl endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y) .PHONY: dummy subdirs release distclean clean config oldconfig \ menuconfig tags check test depend