summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mpc: upgrade to 1.0.2Luka Perkov2014-04-191-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40534
* flex: upgrade to version 2.5.39Luka Perkov2014-04-191-2/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40533
* kobs-ng: Add support for overriding sizeLuka Perkov2014-04-192-2/+44
| | | | | | | | | | | | | | | | By default kobs-ng will use the size of /dev/mtd0 for the IMX bootstreams. This patch allows overriding that size in order to reserve space at the end of the mtd partition for u-boot.img in the case of using an SPL bootloader. For example, to flash an SPL bootloader that loads u-boot.img from 0xe0000 (14MB) offset in a 16MB /dev/mtd0: kobs-ng init -v -x --search_exponent=1 --chip_0_size=0xe00000 SPL nandwrite --start=0xe00000 --pad /dev/mtd0 u-boot.img Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40532
* imx6-gateworks: enable new canbus packagesLuka Perkov2014-04-191-2/+2
| | | | | | | | | The canbus package was recently changed to a more active project. This patch updates the default package names to include the same functionality as before. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40531
* feeds.conf.default: the telephony feed is now on git.openwrt.orgFelix Fietkau2014-04-191-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40530
* netifd: update to the latest version, fixes some more issues related to ↵Felix Fietkau2014-04-191-2/+2
| | | | | | | | l3_dev handling Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40529
* base-files: remove duplicate wps button handler (#15621)Felix Fietkau2014-04-181-6/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40528
* build: reimplement package build directory overrideFelix Fietkau2014-04-181-15/+15
| | | | | | | | | Remove leftover pieces from package-version-override.mk support Add a new variable USE_SOURCE_DIR to use a custom build directory. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40527
* fstools: fix extroot with opkg-installed block-mount (#15550)Jo-Philipp Wich2014-04-171-2/+2
| | | | | | | | | The /sbin/block binary now requires and additional shared library, therfore set LD_LIBRARY_PATH accordingly when invoking it from the temporary overlay. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40526
* lantiq: remove uboot lzma patch, apparently its not needed after allJohn Crispin2014-04-161-44/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40521
* uboot-lantiq: backport lzma fixJohn Crispin2014-04-161-0/+44
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40520
* lantiq: ARV7519RW22: several fixesJohn Crispin2014-04-164-127/+99
| | | | | | | | | | - Fix ethernet ports. - Clean DTS files. - WiFi is lantiq based (not supported yet), remove ath9k. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40519
* sunxi: remove mainlined patchesZoltan Herpai2014-04-142-78/+0
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40512
* ds-lite: disable NAT according to RFC 7084Steven Barth2014-04-142-1/+8
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 40511
* firewall: add support for nat-rules and netifd-proto-originating rulesSteven Barth2014-04-141-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 40510
* ar71xx: rb91x: fix ethernet packet loss issuesGabor Juhos2014-04-131-0/+19
| | | | | | | | | | | | | | The RB91x boards are suffering from ethernet packet loss after a cold boot. The cause of the problem is that the AR8035 PHYs requires special register settings to work reliably on these boards. Enable the RGMII TX, RX delays and disable SmartEE functionality of the AR8035 PHYs. Also enable the RXD delay in the ETH_CFG register to fix the issue. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40509
* ar71xx/mikrotik: enable the AT803x PHY driverGabor Juhos2014-04-131-0/+1
| | | | | | | | It will be used on the RB91x boards. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40508
* ar71xx: allow to configure AR803x PHYs via platform dataGabor Juhos2014-04-131-0/+134
| | | | | | | | | Add a patch for the at803x phy driver, in order to be able to configure some register settings via platform data. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40507
* ar71xx: add phy_mmd_{read,write} helpersGabor Juhos2014-04-131-0/+40
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40506
* ar71xx: enable console on the RB91x boardsGabor Juhos2014-04-131-2/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40505
* ralink: add port_init for rt2880John Crispin2014-04-131-1/+2
| | | | | | | | | Forgotten patch to fix ethernet for rt2880. Based on previously submitted patch from Claudio. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 40504
* iw: sync nl80211.h (fixes settting antenna_gain)Felix Fietkau2014-04-131-3/+186
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40503
* ar71xx: add profile and build image for the ZyXEL NBG6716 boardGabor Juhos2014-04-133-0/+88
| | | | | | | | | Signed-off-by: André Valentin <avalentin@marcant.net> Patchwork: http://patchwork.openwrt.org/patch/5101/ [juhosg: remove the non-existing zyxelnand subtarget specific stuff] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40502
* uboot-envtools: add support for the ZyXEL NBG6716 boardGabor Juhos2014-04-131-0/+3
| | | | | | | | Signed-off-by: André Valentin <avalentin@marcant.net> Patchwork: http://patchwork.openwrt.org/patch/5101/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40501
* ar71xx: add user-space support for the ZyXEL NBG6716 boardGabor Juhos2014-04-134-0/+21
| | | | | | | | | Signed-off-by: André Valentin <avalentin@marcant.net> Patchwork: http://patchwork.openwrt.org/patch/5101/ [juhosg: use zyxel prefix in LED names] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40500
* ar71xx: add kernel support for ZyXEL NBG 6716Gabor Juhos2014-04-134-2/+325
| | | | | | | | | | | | | | | | | | | | | | With this patch OpenWRT supports the following on the ZyXEL NBG 6716: -WiFi 2G (ath9k) -WiFi 5G (ath10k) -NAND flash -2 Ethernet interfaces -USB 2.0 -LEDs including switch -reasonale defaults at first boot Signed-off-by: André Valentin <avalentin@marcant.net> Patchwork: http://patchwork.openwrt.org/patch/5101/ [juhosg: - rename and refresh kernel patch, - fix a few typos, - change button key codes, - use zyxel prefix in LED names] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40499
* lantiq: enable switch on td8970John Crispin2014-04-121-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40498
* 802.11s: fix authsae support in netifdJohn Crispin2014-04-123-22/+39
| | | | | | | | | | This patch implements support for 802.11s protected mesh wireless networks (using authsae) in the netifd framework. Until meshd-nl80211 implements a proper -P option for the PID file, this uses shell backgrounding in order to be able to get the PID for the process. Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 40497
* rpcd: update to the latest versionJohn Crispin2014-04-121-2/+2
| | | | | | | | | This is required to make object "session" procedure "access" dump ACLs when no "object" or no "function" parameters are passed. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 40496
* Fix ARV7519RW imagesJohn Crispin2014-04-121-6/+6
| | | | | | | | This patch moves ARV7519RW definitions to VR9 section from the AR9 section and removes a whitespace that breaks jffs2 image generation. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40495
* Fix Asus rt-n15 board supportJohn Crispin2014-04-121-8/+18
| | | | | | | | | * gpio leds and buttons * ethernet Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 40494
* rt2880 DT fixesJohn Crispin2014-04-121-2/+36
| | | | | | | | | | * add pinctrl * fix ethernet port * make wifi available by default Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 40493
* Fix pinmux-rt2880John Crispin2014-04-121-6/+6
| | | | | | | | The last arg to FUNC() is count, not last pin. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 40492
* Add wmac clock for rt2880John Crispin2014-04-121-0/+21
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 40491
* sparse: add as a new package selectable from the configJohn Crispin2014-04-124-0/+31
| | | | | | | | | | | | | This change does multiple things, all related to enable sparse usage as a static analysis tool selectable from the OpenWrt configuration: *add a KERNEL_SPARSE option in the config to add sparse to the kernel build (through the C=1 option usage) *add sparse as a new host tools. It will get selected automatically when the above option will be enabled Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 40490
* Don't try to generate whr-g300n image if it's going to be more than 4MJohn Crispin2014-04-121-7/+9
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 40489
* uboot-lantiq: enable parallel buildingJohn Crispin2014-04-121-0/+2
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40488
* uboot-lantiq: reuse/copy VR9 GPHY firmware blobs from target/linux/lantiqJohn Crispin2014-04-121-0/+15
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40487
* uboot-lantiq: add packages for AudioCodes MP-252John Crispin2014-04-121-0/+12
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40486
* uboot-lantiq: add packages for various Arcadyan boardsJohn Crispin2014-04-121-2/+63
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40485
* uboot-lantiq: add packages for Lantiq EASY80920John Crispin2014-04-121-1/+26
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40484
* uboot-lantiq: add packages for Lantiq EASY50712John Crispin2014-04-121-1/+19
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40483
* uboot-lantiq: update to v2013.10John Crispin2014-04-1260-3103/+8333
| | | | | | | | | | Patches created from tree: git@github.com:danielschwierzeck/u-boot-lantiq.git v2013.10..u-boot-lantiq-v2013.10-openwrt4 Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40482
* ar71xx: build firmware image for the WNDR3700 v4 boardGabor Juhos2014-04-122-4/+8
| | | | | | | | | Based on the the WNDR3700v4 support patch from Ralph Perlich: http://patchwork.openwrt.org/patch/4763/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40481
* ar71xx/image: allow to use more arguments for some macrosGabor Juhos2014-04-121-7/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40480
* ar71xx: wndr4300: indicate WNDR3700v4 in the kernel support filesGabor Juhos2014-04-122-4/+4
| | | | | | | | | Apart from the wireless chip, the WNDR3700 v4 and the WNDR4300 is the same device. Indicate this in the kernel files. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40479
* ar71xx: wndr4300: enable 5V power for the USB portGabor Juhos2014-04-121-0/+9
| | | | | | | | | | | | | | The 5V power of the USB is controlled by a GPIO pin of the external WiFi chip. Setup the GPIO bitmasks in the platform data of the WiFi chip to ensure that the 5V power gets enabled by the ath9k driver. Based on the the WNDR3700v4 support patch from Ralph Perlich: http://patchwork.openwrt.org/patch/4763/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40478
* ar71xx: wndr4300: use KEY_RFKILL code for the Wireless buttonGabor Juhos2014-04-121-1/+1
| | | | | | | | | Based on the the WNDR3700v4 support patch from Ralph Perlich: http://patchwork.openwrt.org/patch/4763/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40477
* ar71xx: add default LED config for WiFi LEDs on the WNDR4300Gabor Juhos2014-04-121-0/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40476
* ar71xx: wndr4300: add LED for 2.4Ghz wifi interfaceGabor Juhos2014-04-121-0/+6
| | | | | | | | | Based on the the WNDR3700v4 support patch from Ralph Perlich: http://patchwork.openwrt.org/patch/4763/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40475