- Jan 29, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44205
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44204
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44203
-
Jo-Philipp Wich authored
This reverts commit daadd4320c4eadce3937e8ca13ede0ce1b97e125 which erroneously introduced unrelated changes. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44202
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44201
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44192
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44191
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44190
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44189
-
Jo-Philipp Wich authored
Also support version annotated Kconfig symbols in the kconfig subcommand. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44188
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44187
-
- Jan 28, 2015
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44186
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44185
-
John Crispin authored
This patch adds support for Realtek r8712 and RTL8188SU/RTL8191SU/RTL8192SU family of fullmac usb wireless cards. The r8712u staging driver only supports WEXT but works with no problems in OpenWRT. Signed off by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 44184
-
John Crispin authored
Fix the WLAN MAC address to match the one printed on the label by using the correct address from the ART instead of the address of the LAN interface. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44183
-
John Crispin authored
This patch fixes the NCM protocol by adding the missing ifname to the netifd script and changing one unintended "send" statement to "print" in runcommand.gcom. It also cleans up logging and makes the manufacturer names case-insensitive. Furthermore, comgt-ncm should not depend on the USB-serial-related kernel modules, as the cdc-wdm control device works without them. There is also no need to depend on kmod-huawei-cdc-ncm, since other manufacturers (like Sony-Ericsson and Samsung) which use other kernel modules should also be supported. I'd appreciate if someone with Samsung or Sony-Ericsson modems could test this, I was only able to test it with Huawei E3276, E3372 and E353. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44182
-
Jo-Philipp Wich authored
Also add the required config symbols to usb.mk Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44181
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44180
-
John Crispin authored
After r43987 TARGET_lantiq_xrx200_P2812HNUFX does not exist anymore. Fix empty menuconfig bootloader selection by making u-boot depend on one of the new target profiles. Signed-off-by:
Antti Seppälä <a.seppala@gmail.com> SVN-Revision: 44179
-
John Crispin authored
adds "ignore SIGPIPE by default" Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44178
-
John Crispin authored
adds a zram size calculation bug fix Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44177
-
John Crispin authored
* Update to version 7.40.0 * remove non existing config options around enable/disable HTTPS protocoll * remove --with-ca-path if ssl support disabled * set proxy support as default like all versions before CC did Signed-off-by:
Christian Schoenebeck <christian.schoenebeck@gmail.com> SVN-Revision: 44176
-
John Crispin authored
Update the wireless macaddr with the value retrieved from the H/W. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44175
-
John Crispin authored
Update the libertas driver to configure symlinks in sysfs. This enables the driver to be handled correctly by the mac80211/netifd/hostapd scripts. With this patch, the wireless interface is functional on Guruplug Server Plus. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44174
-
John Crispin authored
Add some missing 802.11n capabilities to the hostapd ht_capab string when supported by the hardware: Spatial Multiplexing Power-Save and 7935-byte AMSDUs. Signed-off-by:
Robert Hancock <hancockrwd@gmail.com> SVN-Revision: 44173
-
John Crispin authored
If '/sys/class/ieee80211/phyN' is not a symlink, the call to readlink produces either an empty path (if /sys/class/ieee80211/phyN/device doesn't exist) or a path that begins with '/sys/class/ieee80211' (which does not work with the subsequent line to strip '/sys/devices' from the beginning of the path). Modify the checks to detect these conditions, and fallback to using the macaddr. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44172
-
John Crispin authored
Change the name of the package to match the module name so it matches the package name referenced by the Kirkwood (Guruplug) profile. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44171
-
John Crispin authored
Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44170
-
John Crispin authored
Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44169
-
John Crispin authored
Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44168
-
John Crispin authored
Signed-off-by:
Ted Hess <thess@kitschensync.net> SVN-Revision: 44167
-
John Crispin authored
The mac address usually write in factory block. but sometime user erase this block , the mac address will change to ff:ff:ff:ff:ff:ff. This patch is purpose to fix this issue. Signed-off-by:
wengbj <linux.c@foxmail.com> SVN-Revision: 44166
-
John Crispin authored
This patch adds an entry in the uci-defaults' led-file to configure the WAN and WLAN LEDs by default. Signed-off-by:
Vincent Wiemann <me@bibbl.com> SVN-Revision: 44165
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44164
-
John Crispin authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44163
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 44158
-
- Jan 27, 2015
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44157
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44156
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44155
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44154
-