aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: update to wireless-testing 2014-09-26Felix Fietkau2014-09-2789-9196/+640
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42683
* brcm2708: switch to 3.14Florian Fainelli2014-09-271-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42681
* brcm2708: add 3.14 supportFlorian Fainelli2014-09-2755-0/+287697
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42680
* kernel: add missing CONFIG_BACKLIGHT_GPIO to 3.14Florian Fainelli2014-09-271-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42679
* brcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014Florian Fainelli2014-09-27195-7959/+12254
| | | | | | | | | Update the 3.10 rasperry patches by rebasing raspberry/rpi-3.10-y against linux-stable/v3.10.49. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42678
* brcm2708-gpu-fw: update to Sep. 27 2014 snapshotFlorian Fainelli2014-09-271-2/+2
| | | | | | | | | Update the brcm2708-gpu-fw package to commit e25efc4545d0cef7c49c82e770b3e4ccfc8aba4c Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42676
* odhcp6c: work around weird ISP RS behaviourSteven Barth2014-09-271-2/+2
| | | | SVN-Revision: 42674
* kernel: merge two mtdpart.c patchesRafał Miłecki2014-09-275-115/+24
| | | | | | | | It does not make sense to add some code and remove is 4 patches later. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42673
* kernel: update bcma to the tag master-2014-09-26 (wireless-next)Rafał Miłecki2014-09-273-59/+49
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42672
* comgt: fix directip auth typeFelix Fietkau2014-09-261-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42671
* comgt: fireup a dhcpv6-client for directip as wellSteven Barth2014-09-261-0/+6
| | | | SVN-Revision: 42670
* comgt: in directip, derive the wwan ifname automatically instead of ↵Felix Fietkau2014-09-261-3/+6
| | | | | | | | specifying it in the config Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42669
* dnsmasq: bump to 2.72Steven Barth2014-09-264-404/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42668
* realview: add protocol argument to ucidef_set_interface_rawFlorian Fainelli2014-09-251-5/+1
| | | | | | | | | Now that ucidef_set_interface_raw() has been updated to take a protocol argument, use that. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42666
* base-files: add a protocol argument to ucidef_set_interface_rawFlorian Fainelli2014-09-251-1/+2
| | | | | | | | | Add a third argument to ucidef_set_interface_raw, which is specifying the protocol. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42665
* odhcpd: fix segfault when parsing domain options in UCISteven Barth2014-09-251-2/+2
| | | | SVN-Revision: 42663
* curl: only set ca path for opensslFelix Fietkau2014-09-251-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42662
* curl: use the system certificatesFelix Fietkau2014-09-251-0/+1
| | | | | | Signed-off-by: Cristian Morales Vega <cristian@samknows.com> SVN-Revision: 42661
* ca-certificates: create symbolic link for certificate hashesFelix Fietkau2014-09-251-0/+9
| | | | | | | | | | | Implementing "add-cert.sh" functionality described at http://wiki.openwrt.org/doc/howto/wget-ssl-certs into Makefile otherwise you need to create symbolic links for certificate hashes yourself. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> SVN-Revision: 42660
* bcm53xx: add a patch that fixes booting problemsRafał Miłecki2014-09-241-0/+206
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42659
* comgt: initialize ifname for directipFelix Fietkau2014-09-241-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42658
* comgt: add no_device=1 for directip protoFelix Fietkau2014-09-241-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42657
* comgt: fix misplaced : in directip setup scriptFelix Fietkau2014-09-241-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42656
* ustream-ssl: select polarssl as default variant, skip openssl/cyassl ↵Felix Fietkau2014-09-231-2/+3
| | | | | | | | dependencies if unused Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42655
* build: allow packages with build variants to explicitly select a default variantFelix Fietkau2014-09-234-2/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42654
* ar71xx: ar8216: tagged+untagged on ar8327 (#12181)Felix Fietkau2014-09-231-7/+53
| | | | | | | | | | | | | | | | | | This allows tagged and untagged traffic together on the same port on ar8327 switch devices. I looked at the first attempt to do this in r40777 (ar71xx: Fix tagged+untagged operation on AR8327N (#12181)). I also set the vlan and port egress policies like that change. But I change vlan_tagged in an less intrusive way. The tagged/untagged decision is now based on the following rules: - if vid != pvid then traffic is always tagged - if vid == pvid then vlan_tagged stores if the traffic should be tagged Tested on TP-Link WDR-3600 (ar8327N). Signed-off-by: Valentin Spreckels <Valentin.Spreckels@Informatik.Uni-Oldenburg.DE> SVN-Revision: 42653
* ar71xx: ar8216: move policies, pvid to setup_portFelix Fietkau2014-09-231-41/+52
| | | | | | | | | | | | | | This moves ingress, egress policy and pvid decisions to setup_port methods. They arenow device type dependent. This allows policy changes on only one device type which is needed to allow tagged + untagged operation on ar8327. Tested on TP-LINK WDR-3600 (ar8327N). Signed-off-by: Valentin Spreckels <Valentin.Spreckels@Informatik.Uni-Oldenburg.DE> SVN-Revision: 42652
* mxs: remove 3.13Zoltan Herpai2014-09-237-3332/+0
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42651
* mxs: disable mmc debuggingZoltan Herpai2014-09-231-1/+0
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42650
* bcm53xx: image: use IMG_PREFIX for chk imagesRafał Miłecki2014-09-221-1/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42649
* dnsmasq: fix lockup when interfaces disappearSteven Barth2014-09-222-1/+48
| | | | SVN-Revision: 42648
* bcm53xx: image: make filesystem a suffix for TRX filesRafał Miłecki2014-09-221-3/+3
| | | | | | | | | This makes TRX files more /compatible/ with firmware files (e.g. CHK). This will allow us to put some TRX files in BIN_DIR if we need to. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42646
* bcm53xx: image: document arguments of various functionsRafał Miłecki2014-09-221-0/+8
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42645
* bcm53xx: image: rework Makefile and merge some functionsRafał Miłecki2014-09-221-17/+11
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42644
* sunxi: enable GPIO_SYSFSZoltan Herpai2014-09-221-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42643
* bcm53xx: activate vfpv3 supportHauke Mehrtens2014-09-211-0/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42642
* bcm53xx: add nand flash driverHauke Mehrtens2014-09-213-4/+1626
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42641
* bcm53xx: update patches adding bcma supportHauke Mehrtens2014-09-214-71/+165
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42640
* bcm53xx: add fixtrxHauke Mehrtens2014-09-212-0/+8
| | | | | | | | | Without running fixtrx the image will not boot at the second time, because the CRC the boot loader check is invalid at that time. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42639
* bcm53xx: add support for GPIOsRafał Miłecki2014-09-213-0/+72
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42638
* bcm53xx: rename console fixing patchRafał Miłecki2014-09-211-0/+0
| | | | | | This squeezes BCM5301X patches. SVN-Revision: 42637
* sunxi: add AXP209 to pcDuino3Zoltan Herpai2014-09-211-0/+18
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42636
* sunxi: enable AXP209 on BananaPi as wellZoltan Herpai2014-09-211-0/+18
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42635
* sunxi: enable AXP209 regulatorZoltan Herpai2014-09-211-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42634
* modules: fix typo in package description defineZoltan Herpai2014-09-212-9/+9
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42633
* sunxi: add sunxi-ir moduleZoltan Herpai2014-09-211-0/+20
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42631
* sunxi: add support for infra receiver on A20, along with IR-related ↵Zoltan Herpai2014-09-216-0/+2073
| | | | | | | | backports from 3.15 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42630
* kernel: add missing symbols for 3.14Zoltan Herpai2014-09-211-0/+7
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42629
* sunxi: remove 3.13 supportZoltan Herpai2014-09-21172-20084/+0
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42628
* packages: enable AP mode on r8188euZoltan Herpai2014-09-211-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42627