summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: isolate the .install stamp files for build variants (#12279)Jo-Philipp Wich2012-11-073-17/+18
| | | | | | | | This fixes missing embedded packages if multiple build variants are selected in the build config, e.g. missing ppp if CONFIG_PACKAGE_ppp=y and CONFIG_PACKAGE_ppp-multilink=m . SVN-Revision: 34106
* bcm63xx: Enable endian check support for ath9k pci fixup.Jonas Gorski2012-11-072-0/+102
| | | | | | | | | | Some ath9k caldatas need to be "endian checked". This patch allows selecting wether to enable endian check or not. Endian check is disabled by default. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 34105
* fixup typos in the compex patchImre Kaloz2012-11-071-2/+2
| | | | SVN-Revision: 34104
* linux: export bcm963xx_tag.h to userspaceJonas Gorski2012-11-0617-17/+455
| | | | | | | | | | | | Export bcm963xx_tag.h so mtd can use it without using kernel includes. Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> [jonas.gorski@gmail.com: fixup bcm63xx patches, completely remove header from original location, refresh patches, use a more matching patch number, port to 3.6] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 34103
* cns3xxx: refresh kernel config fileLuka Perkov2012-11-061-2/+2
| | | | SVN-Revision: 34102
* cns3xxx: use files directoryLuka Perkov2012-11-0618-2352/+1907
| | | | SVN-Revision: 34101
* add OWRTDTB marker patchJohn Crispin2012-11-062-0/+84
| | | | SVN-Revision: 34100
* remove bogus fileJohn Crispin2012-11-061-0/+0
| | | | SVN-Revision: 34099
* unbreak ltq-dsl-fwJohn Crispin2012-11-062-1/+1
| | | | SVN-Revision: 34098
* add support for arv7525John Crispin2012-11-062-0/+13
| | | | SVN-Revision: 34097
* prepare dsl driver for 3.6 and split fw into a seperate packageJohn Crispin2012-11-065-64/+72
| | | | SVN-Revision: 34096
* refresh patchesImre Kaloz2012-11-062-2/+2
| | | | SVN-Revision: 34095
* add default packagesImre Kaloz2012-11-061-1/+3
| | | | SVN-Revision: 34094
* linux: generic: fix split_squashfs for 3.6Jonas Gorski2012-11-061-1/+1
| | | | | | | _read expects the retlen to be initialized to zero, which the mtd_read helper does. So fix it by using mtd_read instead of calling _read directly. SVN-Revision: 34093
* bcm63xx: fix SPW303V imagesJonas Gorski2012-11-051-0/+1
| | | | | | | SPW303V also needs its CRC fixed up since increasing the image size to 4MB to prevent the dual image mode of CFE. SVN-Revision: 34091
* netifd: don't send a default client identifier in DHCP requests if no ↵Jo-Philipp Wich2012-11-051-2/+2
| | | | | | clientid uci option is given (#12426) SVN-Revision: 34089
* ar71xx: nuke ath79_set_usb_power_gpio helperGabor Juhos2012-11-052-94/+0
| | | | | | | | It is no longer used. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34088
* ar71xx: use gpio_request_one instead of ath79_set_usb_power_gpioGabor Juhos2012-11-059-19/+30
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34087
* kernel: update linux 3.6 to 3.6.6Gabor Juhos2012-11-052-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34086
* use the mainline machname for the compex boardsImre Kaloz2012-11-0510-81/+63
| | | | SVN-Revision: 34083
* ramips: enable USB power on the DIR-645Gabor Juhos2012-11-051-0/+5
| | | | | | | | Closes #12422. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34082
* linux/3.3: backport an upstream GPIO patchGabor Juhos2012-11-051-0/+68
| | | | | | | | | | | | | The backported patch introduces new flags to automatically export GPIOs when using the convenience unctions gpio_request_one() or gpio_request_array(). This will be used by ar71xx/ramips platforms. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34081
* Add ledtrig-oneshot module for 3.6 kernelsGabor Juhos2012-11-051-0/+17
| | | | | | | | | | | This patch adds a package for the ledtrig-oneshot module, available in 3.6 and later. [juhosg: change dependency from LINUX_3_6 to !LINUX_3_3] Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> SVN-Revision: 34079
* ramips: add restorefactory to default package set for ALL0239-3G and ALL0256NGabor Juhos2012-11-051-2/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 34078
* ar71xx: don't use the unknown LED on the ZCN-1523-5 boardGabor Juhos2012-11-041-4/+1
| | | | | | | | | | | | | | According to #12421, GPIO 1 controls the power output on the unused lines of the LAN2 port. Remove the LED definition in order to prevent possible permanent hardware damage. If someone needs that, the power-out feature can be controlled via the GPIO sysfs interface. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34076
* ar71xx: include mtd layout in the command line for ZCN-1523H-* boardsGabor Juhos2012-11-041-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34074
* ar71xx: add missing Makefile entry for the ZCN-1523H-{2,5} boardsGabor Juhos2012-11-042-4/+10
| | | | | | | | Also add the missing ATH79_MACH_ZCN_1523H_5 symbol. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34072
* mtd: avoid adding the kernel dir to includes, use the toolchain headersFelix Fietkau2012-11-041-1/+1
| | | | SVN-Revision: 34071
* ppp: add more pppol2tpv3 related structs from the kernel headers to fix ↵Felix Fietkau2012-11-041-1/+27
| | | | | | compile issues with linux 3.6 SVN-Revision: 34070
* iptables: remove support for libipq, it has been obsolete for years and is ↵Felix Fietkau2012-11-041-16/+0
| | | | | | unsupported in newer kernels SVN-Revision: 34069
* linux-3.6: fix portability of some includes files in tools/ used on the hostFelix Fietkau2012-11-042-22/+53
| | | | SVN-Revision: 34068
* 3.6 is not the default yetJohn Crispin2012-11-031-2/+2
| | | | SVN-Revision: 34065
* adds dts files and make devicetree images buildableJohn Crispin2012-11-0210-9/+1164
| | | | SVN-Revision: 34064
* update ase target for 3.6John Crispin2012-11-024-28/+6
| | | | SVN-Revision: 34063
* add subtarget, as of 3.6 we dont seperate xway SoCJohn Crispin2012-11-023-0/+47
| | | | SVN-Revision: 34062
* adds 3.6 files, patches and configJohn Crispin2012-11-0235-0/+9938
| | | | SVN-Revision: 34061
* move files/ -> files-3.3/John Crispin2012-11-02135-0/+0
| | | | SVN-Revision: 34060
* prepare Makefile for 3.6John Crispin2012-11-021-2/+4
| | | | SVN-Revision: 34059
* rename patch-cmdline and add code for patching DTB files into kernel imagesJohn Crispin2012-11-024-3/+107
| | | | SVN-Revision: 34058
* generic: make yaffs work on 3.6Gabor Juhos2012-11-015-0/+341
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34054
* generic: rename jffs2 patchesGabor Juhos2012-11-016-0/+0
| | | | | | | | | Make room for the upcoming yaffs patches. No functional changes. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34053
* Fix feeds.conf.default when no SVN info presentDaniel Dickinson2012-11-011-2/+3
| | | | SVN-Revision: 34051
* generic: use mtd_* helpers in the yaffs codeGabor Juhos2012-10-312-0/+320
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34046
* move PCIe init to subsys init callImre Kaloz2012-10-311-0/+156
| | | | | | | | | | | | | | | ARM Linux PCI/PCIe hardware intialization needs to occur before device_init as it does not support hotplug. I have modeled the cns3xxx PCIe init after other ARM platforms. Registering it early resolves resource issues occuring during bus enumeration that occur when a device driver is linked static in the kernel. Instead of passing in a bitmask to enable the 2 available ports, link detect is used to enable ports that have a valid link. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 34044
* kernel: update linux 3.6 to 3.6.5Gabor Juhos2012-10-316-27/+16
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34042
* generic: split yaffs-3.2-fix patchGabor Juhos2012-10-318-494/+264
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34041
* libubox: add more uloop timer fixesFelix Fietkau2012-10-311-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34039
* libubox: update to latest version, fixes a timer calculation issue in uloopFelix Fietkau2012-10-311-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34037
* eglibc: update to r21110Florian Fainelli2012-10-311-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34036
* kernel-defaults: factor common code handling initramfs optionsFlorian Fainelli2012-10-311-30/+25
| | | | | | | | While at it, reindent so it is more in-line with the rest of the file. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34034