summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* packages: enable AP mode on r8188euZoltan Herpai2014-09-211-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42627
* toolchain: remove another bogus copy of libiberty.aFelix Fietkau2014-09-201-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42624
* firewall: allow '*' as synonym for any / all in family and proto optionsJo-Philipp Wich2014-09-191-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42620
* ramips: D-Link DIR-810L. Add support for SoC 2.4 GHz wireless and fix leds ↵John Crispin2014-09-192-4/+8
| | | | | | naming SVN-Revision: 42619
* lantiq: set 3.14 as defaultJohn Crispin2014-09-191-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42618
* ralink: drop dwc_otg support. dwc2 seems stableJohn Crispin2014-09-192-24537/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42617
* sunxi: update gmac with adding correct regulators on bananapiZoltan Herpai2014-09-191-0/+47
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42616
* sunxi: backport late clock fixes from 3.15Zoltan Herpai2014-09-191-0/+31
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42615
* netfilter: fix a typo in TTL-match moduleSteven Barth2014-09-181-1/+1
| | | | SVN-Revision: 42611
* firewall: fix heap corruption in fw3_bitlen2netmask() with IPv6 addressesJo-Philipp Wich2014-09-181-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42610
* script/remote-gdb: enable and keep command historyJo-Philipp Wich2014-09-181-0/+5
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42609
* sunxi: update dts for pcduino3 and bananapi with regulatorsZoltan Herpai2014-09-172-0/+42
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42608
* sunxi: add usb ohci supportZoltan Herpai2014-09-171-0/+2
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42607
* sunxi: add default interface for bananaPiZoltan Herpai2014-09-171-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42606
* sunxi: add missing symbol for arch timerZoltan Herpai2014-09-171-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42605
* firewall: fix invalid memory access when processing /128 IPv6 addresses from ↵Jo-Philipp Wich2014-09-171-2/+2
| | | | | | | | ubus, properly emit REDIRECT rules for local port forwards Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42604
* kernel: fix backport of bcma init patchRafał Miłecki2014-09-172-0/+46
| | | | | | | | | | Upstream bcma patch: bcma: use separated function to initialize bus on SoC was backported incompletely. I missed arch code change. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42603
* netfilter: some more dependency hell fixesSteven Barth2014-09-171-0/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42602
* netfilter: fix dependencies of kmod-ipt-nat6Steven Barth2014-09-171-3/+1
| | | | SVN-Revision: 42601
* netfilter: add missing symbol to disable nft_queueNicolas Thill2014-09-171-0/+1
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 42600
* netfilter: remove redundant CONFIG_IP_NF_IPTABLESSteven Barth2014-09-171-1/+0
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42599
* nftables: introduce experimental nftablesSteven Barth2014-09-172-0/+77
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42598
* libnftnl: Add nftables libnftnlSteven Barth2014-09-171-0/+72
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42597
* Reorganize netfilter kernel modules and package nftables kernel supportSteven Barth2014-09-173-62/+221
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42596
* ubus: update to latest version, adds various fixes and improvementsFelix Fietkau2014-09-171-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42594
* sdk: predefine kernel version magicJo-Philipp Wich2014-09-171-0/+1
| | | | | | | | | | | | | | | Kernel modules which are built using the SDK do not have access to the .vermagic file in the Linux build dir, therefore the generated .ipk metadata depends on kernel versions like '3.10.49-1-unknown' which are not satisfiable by the kernel meta package in the image. Fix this problem by substituting 'unknown' with the current version magic in include/kernel.mk when packing the SDK. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42590
* sunxi: add arm arch timer supportZoltan Herpai2014-09-171-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42589
* modules: allow building rtl8188eu on 3.14Zoltan Herpai2014-09-171-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42588
* uboot-sunxi: add PSCI support for bringing up secondary core on A20Zoltan Herpai2014-09-171-0/+1495
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42587
* hostapd: do not remove foreign wpa_supplicant socketsJohn Crispin2014-09-171-1/+1
| | | | | | | | https://dev.openwrt.org/ticket/17886 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42586
* kernel: add missing config optionHauke Mehrtens2014-09-163-0/+3
| | | | | | | | This missing option was found by the build bots. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42583
* tools: add missing ldconfig make dependency on the staging areaFelix Fietkau2014-09-161-1/+1
| | | | | | Signed-off-by: John Szakmeister <john@szakmeister.net> SVN-Revision: 42576
* Lantiq: fix build warning from dsl_fs scriptJohn Crispin2014-09-161-1/+1
| | | | | | | | | | | fix inclusion of functions.sh in dsl_fs init script without this, the following error is seen during build: ./etc/init.d/dsl_fs: line 4: /lib/functions.sh: No such file or directory Signed-off-by: Thomas Langer <thomas.langer@lantiq.com> SVN-Revision: 42575
* lantiq: move the lantiq,switch property into the interface nodeJohn Crispin2014-09-162-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42574
* libmnl: add some upstream fixesSteven Barth2014-09-162-1/+417
| | | | SVN-Revision: 42573
* ubox: update to latest gitJohn Crispin2014-09-161-2/+2
| | | | | | | | make the remote logging feature RFC3164 compliant Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42572
* postinst trigger: the new postinst trigger broke IBJohn Crispin2014-09-164-10/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42571
* fs-tools: dont use mips16John Crispin2014-09-161-0/+2
| | | | | | | | this causes problems on 47xx/74k Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42570
* sunxi: add new watchdog compats to reboot code in 3.14Zoltan Herpai2014-09-151-0/+28
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42558
* sunxi: update profile of A13-OLinuXino to match uboot boardname, required ↵Zoltan Herpai2014-09-151-3/+3
| | | | | | | | for sdcard image Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42557
* lantiq: revert vr9 driver update as it causes problemsJohn Crispin2014-09-155-12/+12
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42556
* kernel-build: fix STRIP_KERNEL_EXPORTS for recent kernelsJohn Crispin2014-09-151-1/+1
| | | | | | | | | | Recent kernels started to mark exported symbols as global. Adapt expressions in kernel-build.mk to also match global symbols when grep'ing through nm output. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 42555
* hostapd: remove bogus default setting for wps_pin (#17873)Felix Fietkau2014-09-152-4/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42553
* ar71xx: add qihoo 360 c301 router supportJohn Crispin2014-09-1515-2/+300
| | | | | | | | | | | | | | | Qihoo 360 C301 is a dual band wireless router supports 802.11n and 802.11ac. Its chipset is AR9344 + AR9882 with two 16MB flashes. This patch adds its initial support. v2: * use mtd_get_mac_ascii to fetch MAC address for ath10k. * use ath79_register_pci to initialize AR9882. Signed-off-by: Weijie Gao <hackpascal@gmail.com> SVN-Revision: 42552
* lantiq: fix switch init on vr9 SoC (3.10)John Crispin2014-09-151-21/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42551
* lantiq: fix switch init on vr9 SoCJohn Crispin2014-09-151-32/+24
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42550
* ar71xx: add board support for ubnt loco m xwJohn Crispin2014-09-158-13/+30
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 42549
* ar71xx: refactor ubnt xw board setupJohn Crispin2014-09-151-8/+20
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 42548
* include: remove file before overwritting it with replace_scriptJohn Crispin2014-09-151-1/+3
| | | | | | | | | | | | | | | | | | | | config.{sub,guess} could be symlinks to a shared common version of this file (e.g. in staging). So we remove the destination file via --remove-destination option of cp. This prevents replaceing the common file that other packages could be build with if running at the same time. This fixes a class of errors where config.sub is missing, or only partially present when running configure because a cp is currently in progress This is commonly seen building with a lot of parallel jobs and on packages that use 'PKG_FIXUP:=autoreconf' Signed-off-by: Matthew McClintock <mmcclint@qca.qualcomm.com> Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 42547
* iproute2: update from v3.15.0 to v3.16.0John Crispin2014-09-151-2/+2
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 42546