- Aug 14, 2013
-
-
Felix Fietkau authored
Add the flags from package.mk instead, and leave libc and gcc unaffected. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37770
-
Felix Fietkau authored
ocf: switch MODULE_LICENSE from BSD to "Dual BSD/GPL" to make the kernel recognize modules as GPL-compatible Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37769
-
- Aug 13, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37767
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37766
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37765
-
Felix Fietkau authored
mac80211: merge upstream patch to suppress unnecessary ad-hoc mode scan with fixed-freq, fixed-bssid Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37764
-
- Aug 12, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37763
-
Felix Fietkau authored
256 entries is a bit excessive, even for gigabit speeds Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37762
-
Felix Fietkau authored
Improves ethernet performance, especially during bridging Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37761
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37760
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37759
-
Felix Fietkau authored
ar71xx: ethernet: skip calls to netdev_completed_queue and netif_wake_queue if no tx cleanup was done Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37758
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37757
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37756
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 37755
-
- Aug 11, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 37754
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 37753
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 37752
-
- Aug 10, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37750
-
Felix Fietkau authored
With .config:CONFIG_X86_GRUB_SERIAL="" which (AFAICT) is the way to tell GRUB not to use a serial console, in target/linux/x86/image/Makefile:ifneq ($(CONFIG_X86_GRUB_SERIAL),) $(CONFIG_X86_GRUB_SERIAL) expands to `""' (a literal double double-quote), making the condition unconditionally false. This patch fixes the situation by passing CONFIG_X86_GRUB_SERIAL through qstrip before testing. Signed-off-by:
Tamas TEVESZ <ice@extreme.hu> SVN-Revision: 37749
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37748
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37746
-
- Aug 09, 2013
-
-
Florian Fainelli authored
opkg (and possible other tools) are currently broken as it requires file locking support enabled in the kernel. Without this results in a message like: root@OpenWrt:/etc/config# opkg update Collected errors: * opkg_conf_load: Could not lock /var/lock/opkg.lock: Permission denied. With this patch opkg is fully functional on this platform. Signed-off-by:
Michael Heimpold <mhei@heimpold.de> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 37745
-
- Aug 08, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37742
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37741
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37740
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37739
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37738
-
- Aug 07, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 37737
-
- Aug 06, 2013
-
-
Felix Fietkau authored
hostapd supports "Dynamic Authorization Extensions", making it possible to forcibly disconnect a user by sending it a RADIUS "Disconnect-Request" packet. I've added three new variables to enable setting of the "radius_das_client" and "radius_das_port" variables in the hostapd configuration, which enable these extensions. * dae_client - IP of the client that can send disconnect requests * dae_secret - shared secret for DAE packets These are combined into the "radius_das_client" option in hostapd.conf To enable the server, both dae_client and dae_secret must be set. * dae_port - optional, default value is 3799 as specified in RFC 5176 Signed-off-by:
Martijn van de Streek <martijn@vandestreek.net> SVN-Revision: 37734
-
Felix Fietkau authored
WEP in WDS is currently broken in hostapd. Add a patch to fix the issue. Signed-off-by:
Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 37733
-
Felix Fietkau authored
Use the "start_disabled" option in hostapd that was added in the earlier patch. Signed-off-by:
Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 37732
-
Felix Fietkau authored
Signed-off-by:
Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 37731
-
Felix Fietkau authored
Add a patch for hostapd that introduces a config option "start_disabled" which can be used to bring up an AP interface with beaconing disabled. This is useful in a Repeater-AP setup where the Repeater AP has to start beaconing only after the WDS link has been established. Signed-off-by:
Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 37730
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 37727
-
John Crispin authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37726
-
John Crispin authored
we will use gabors patch instead Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 37725
-
John Crispin authored
Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 37724
-
John Crispin authored
https://dev.openwrt.org/ticket/14006 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 37723
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 37722
-