aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/avr32
Commit message (Expand)AuthorAgeFilesLines
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-011-1/+1
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-1/+1
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-091-1/+1
* use 2.6.30.5Florian Fainelli2009-08-171-1/+1
* update to 2.6.30.4Florian Fainelli2009-07-311-1/+1
* switch to 2.6.30.3Florian Fainelli2009-07-271-1/+1
* update to 2.6.30.2Imre Kaloz2009-07-201-1/+1
* update targets to 2.6.30.1, update patchesFlorian Fainelli2009-07-051-1/+1
* Bump 2.6.30 kernel version to finalHamish Guthrie2009-06-111-1/+1
* upgrade to 2.6.30-rc8Imre Kaloz2009-06-033-230/+23
* upgrade avr32 to 2.6.30-rc7Imre Kaloz2009-06-023-14/+246
* config cleanupsImre Kaloz2009-05-151-16/+7
* some additional config file cleanup..Imre Kaloz2009-05-141-1/+0
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-041-9/+0
* more cleanupImre Kaloz2009-05-041-31/+0
* cleanup MTD option handlingImre Kaloz2009-05-041-33/+0
* move MFD stuff to the generic kernel configsImre Kaloz2009-05-041-2/+0
* upgrade to newest stable kernel versionsImre Kaloz2009-05-031-2/+2
* update to kernel version 2.6.28.9Hauke Mehrtens2009-03-241-1/+1
* update other 2.6.28.7 targets to 2.6.28.8, tooImre Kaloz2009-03-171-1/+1
* fix u-boot build error (make[...]: avr32-linux-gcc: Command not found)Nicolas Thill2009-03-011-3/+2
* update to 2.6.28.7 and 2.6.27.19Hauke Mehrtens2009-02-211-1/+1
* update to 2.6.28.6Gabor Juhos2009-02-191-1/+1
* update to 2.6.28.5Gabor Juhos2009-02-151-1/+1
* update to 2.6.28.4Gabor Juhos2009-02-081-1/+1
* update to 2.6.28.2Gabor Juhos2009-01-281-1/+1
* upgrade avr32 to 2.6.28Imre Kaloz2009-01-053-12/+6
* update to 2.6.27.10Gabor Juhos2008-12-191-1/+1
* update to 2.6.27.9 and refresh patchesGabor Juhos2008-12-161-1/+1
* update to 2.6.27.8 and refresh patchesGabor Juhos2008-12-061-1/+1
* compile in-cpu rtc into the kernel, clean up configImre Kaloz2008-12-021-33/+25
* add avr32 support to binutils 2.18Imre Kaloz2008-11-251-0/+11
* fix lzma uImage generationImre Kaloz2008-11-251-1/+1
* upgrade avr32 to 2.6.27Imre Kaloz2008-11-253-16679/+4
* update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches * based on a patc...Gabor Juhos2008-11-121-1/+1
* update to 2.6.25.19, and refresh patchesGabor Juhos2008-11-073-286/+286
* update to 2.6.26.5 and 2.6.25.17Gabor Juhos2008-09-261-1/+1
* disable CONFIG_USB_SUPPORT on avr32Nicolas Thill2008-09-251-1/+0
* disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable i...Nicolas Thill2008-09-241-0/+1
* update to 2.6.26.3 and 2.6.25.16Gabor Juhos2008-08-221-1/+1
* update to 2.6.25.15 and 2.6.26.2Gabor Juhos2008-08-071-1/+1
* only build avr32 u-boot if requested, fixes build failure in default configFelix Fietkau2008-08-051-4/+6
* switch CONFIG_I2C to =m by default on avr32 (see #3756)Felix Fietkau2008-07-311-1/+1
* update to 2.6.25.12Gabor Juhos2008-07-262-3/+3
* avr32: update to latest atmel sourcesMatteo Croce2008-07-054-1056/+1600
* upgrade to 2.6.25.9Imre Kaloz2008-06-261-1/+1
* avr32: fix a bug in the MMC driverMatteo Croce2008-06-261-0/+43
* upgrade to 2.6.25.7, and refresh patchesGabor Juhos2008-06-171-1/+1
* avr32: clean and refresh patchMatteo Croce2008-06-121-34782/+235
* avr32: upgrade to 2.6.25.6Matteo Croce2008-06-124-10876/+39979
ass="p">; \ $(STAGING_DIR_HOST)/bin/ubinize $(UBINIZE_OPTS) -o $(BIN_DIR)/openwrt-$(BOARD)-rootfs.ubi ubinize.cfg) endef endif else define Image/BuildKernel cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf $(call Image/Build/Initramfs) endef endif define Image/Checksum ( cd ${BIN_DIR} ; \ $(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | xargs \ md5sum --binary > md5sums \ ) endef ifeq ($(CONFIG_TARGET_ROOTFS_EXT2FS),y) E2SIZE=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_FSPART)*1024))) define Image/mkfs/ext2 $(STAGING_DIR_HOST)/bin/genext2fs -U -b $(E2SIZE) -N $(CONFIG_TARGET_ROOTFS_MAXINODE) -d $(TARGET_DIR)/ $(KDIR)/root.ext2 $(call Image/Build,ext2) endef endif ifeq ($(CONFIG_TARGET_ROOTFS_ISO),y) define Image/mkfs/iso $(call Image/Build,iso) endef endif define Image/mkfs/prepare/default - find $(TARGET_DIR) -type f -not -perm +0100 -not -name 'ssh_host*' | $(XARGS) chmod 0644 - find $(TARGET_DIR) -type f -perm +0100 | $(XARGS) chmod 0755 - find $(TARGET_DIR) -type d | $(XARGS) chmod 0755 $(INSTALL_DIR) $(TARGET_DIR)/tmp chmod 0777 $(TARGET_DIR)/tmp endef define Image/mkfs/prepare $(call Image/mkfs/prepare/default) endef define BuildImage download: prepare: ifneq ($(IB),1) compile: compile-targets FORCE $(call Build/Compile) else compile: endif ifneq ($(IB),1) install: compile install-targets FORCE $(call Image/Prepare) $(call Image/mkfs/prepare) $(call Image/BuildKernel) $(call Image/mkfs/jffs2) $(call Image/mkfs/squashfs) $(call Image/mkfs/tgz) $(call Image/mkfs/cpiogz) $(call Image/mkfs/ext2) $(call Image/mkfs/iso) $(call Image/mkfs/ubifs) $(call Image/Checksum) else install: compile install-targets $(call Image/BuildKernel) $(call Image/mkfs/jffs2) $(call Image/mkfs/squashfs) $(call Image/mkfs/tgz) $(call Image/mkfs/cpiogz) $(call Image/mkfs/ext2) $(call Image/mkfs/iso) $(call Image/mkfs/ubifs) $(call Image/Checksum) endif ifneq ($(IB),1) clean: clean-targets $(call Build/Clean) else clean: endif compile-targets: install-targets: clean-targets: endef