Felix Fietkau [Thu, 3 Jan 2013 18:04:04 +0000 (18:04 +0000)]
add kmod-fs-configfs to replace kernel bloat added by selecting kmod-mmc-over-gpio
SVN-Revision: 34998
Hauke Mehrtens [Thu, 3 Jan 2013 16:56:54 +0000 (16:56 +0000)]
brcm47xx: various fixes and code cleanups for irq code
This is based on a patch send by Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34997
Hauke Mehrtens [Thu, 3 Jan 2013 02:07:11 +0000 (02:07 +0000)]
broadcom-diag: add diag support for Linksys E1000 V1
This adds diag leds/buttons support for Linksys E1000 V1. It worked on
my router, however it may need some tweaking by people more familiar
with openwrt and c to make it fit for commiting.
Thank you hhm for this patch.
SVN-Revision: 34996
Hauke Mehrtens [Thu, 3 Jan 2013 02:05:22 +0000 (02:05 +0000)]
brcm47xx: add bgmac driver
This Ethernet driver is in early development stage and still has some problems.
This was working on my bcm4716 based device.
Thanks to Rafał Miłecki <zajec5@gmail.com> for writing this driver.
SVN-Revision: 34995
Hauke Mehrtens [Thu, 3 Jan 2013 02:00:25 +0000 (02:00 +0000)]
brcm47xx: build b44 as a module
SVN-Revision: 34994
Hauke Mehrtens [Thu, 3 Jan 2013 01:59:43 +0000 (01:59 +0000)]
brcm47xx: run ifup before starting the switch
In addition check_module is not needed, nobody checks the return value.
SVN-Revision: 34993
Hauke Mehrtens [Thu, 3 Jan 2013 01:58:01 +0000 (01:58 +0000)]
switch: ROBO Switch Gigabit MII Support
I wrote this patch some time ago because I had a need for one of the
Gigabit ports (Linksys E3000) to be forced to 100FD. This is based
on the robocfg sources included w/ the RT-N16 sources from ASUS.
Since work is progressing on a BGMAC driver that could be included in
OpenWRT, this may be useful to someone else.
In testing, forcing the speed to 10/100 or 1000 worked fine; however,
when trying to force full-duplex mode, the result was always
half-duplex. I was not able to isolate the source of the problem
(this patch, driver or H/W limitation). The only way I could get it
to work was to set the port to Auto, but then only advertise 100FD
(not included in this patch).
I have a modified version of the robocfg package as well, I'd have to
clean it up a little first (remove the full-duplex hack) before
submitting it if there is interest.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34992
Hauke Mehrtens [Thu, 3 Jan 2013 01:57:19 +0000 (01:57 +0000)]
switch: improve error messages
This is in part based on a patch send by Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34991
Hauke Mehrtens [Thu, 3 Jan 2013 01:56:13 +0000 (01:56 +0000)]
brcm47xx: BCMA - IRQ Update - Fix IRQ Flag for I2S Core
Adjust the IRQ Flag value from 8 to 7 for I2S Core for BCM4716 and
BCM4748 (per the Broadcom SDK). IRQ Flag values greater than 7 are
ignored when setting the interrupt masks.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34990
Hauke Mehrtens [Thu, 3 Jan 2013 01:55:34 +0000 (01:55 +0000)]
brcm47xx: improve IRQ handling for bcma based devices
This was party inspirited by patches send by Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34989
Hauke Mehrtens [Thu, 3 Jan 2013 01:53:30 +0000 (01:53 +0000)]
brcm47xx: add a new version of the nvram rewrite patch
This is the version like it was send for mainline inclusion.
SVN-Revision: 34988
Hauke Mehrtens [Thu, 3 Jan 2013 01:51:31 +0000 (01:51 +0000)]
brcm47xx: move patches already in the mainline kernel to the front
SVN-Revision: 34987
Hauke Mehrtens [Thu, 3 Jan 2013 01:48:43 +0000 (01:48 +0000)]
brcm47xx: remove support for kernel version 3.3
SVN-Revision: 34986
Steven Barth [Wed, 2 Jan 2013 23:05:44 +0000 (23:05 +0000)]
ipv6-support: Update iteration * Add support for blocking forwarding while address assignments * Fix relay restarting function
SVN-Revision: 34985
Steven Barth [Wed, 2 Jan 2013 23:05:39 +0000 (23:05 +0000)]
odhcp6c: Add support for SNTP and SIP options
SVN-Revision: 34984
Steven Barth [Wed, 2 Jan 2013 23:05:35 +0000 (23:05 +0000)]
6relayd: Announce RDNSS and DNSSL via RA
SVN-Revision: 34983
Jo-Philipp Wich [Wed, 2 Jan 2013 19:10:29 +0000 (19:10 +0000)]
iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer nl80211 tx power from debugfs before querying wext
SVN-Revision: 34982
Jo-Philipp Wich [Wed, 2 Jan 2013 19:10:24 +0000 (19:10 +0000)]
generic: add some missing kernel config symbols spotted on x86
SVN-Revision: 34981
Felix Fietkau [Wed, 2 Jan 2013 17:37:30 +0000 (17:37 +0000)]
ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stability
SVN-Revision: 34979
Jo-Philipp Wich [Wed, 2 Jan 2013 16:21:30 +0000 (16:21 +0000)]
sysupgrade: clarify online help
Fixes #12346.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 34975
Jo-Philipp Wich [Wed, 2 Jan 2013 16:21:26 +0000 (16:21 +0000)]
sysupgrade: do not require an extra argument after --restore-backup
Neither --create-backup nor --restore-backup need an image name (following
the backup filename). Treat them in uniform way.
Mostly fixes #12346.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 34974
Felix Fietkau [Wed, 2 Jan 2013 16:09:23 +0000 (16:09 +0000)]
x86: fix typo in alix2/net5501 default packages
SVN-Revision: 34972
Jo-Philipp Wich [Wed, 2 Jan 2013 15:14:19 +0000 (15:14 +0000)]
dnsmasq: allow dhcp host entries without mac addresses (#11928)
SVN-Revision: 34971
Jo-Philipp Wich [Wed, 2 Jan 2013 14:35:43 +0000 (14:35 +0000)]
lldpd: various enhancements
- introduce "list interface" options to specify the ifaces to listen on, takes uci- or network device name
- set the default system description to distrib @ hostname, e.g. "OpenWrt Barrier Breaker r34744 @ vbox"
- introduce "option lldp_description" to override the automatically generated description
SVN-Revision: 34970
John Crispin [Wed, 2 Jan 2013 11:28:21 +0000 (11:28 +0000)]
rt5350 switch support fix
RT5350 frame engine need reset frame engine and embedded switch together.
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
SVN-Revision: 34969
John Crispin [Wed, 2 Jan 2013 11:28:11 +0000 (11:28 +0000)]
Remove remaining etrax references
SVN-Revision: 34968
John Crispin [Wed, 2 Jan 2013 10:29:45 +0000 (10:29 +0000)]
fix typo in HFS kernel module
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 34963
John Crispin [Wed, 2 Jan 2013 10:08:54 +0000 (10:08 +0000)]
fixes libertas firmware install path
fixes #12712
SVN-Revision: 34961
John Crispin [Wed, 2 Jan 2013 09:43:07 +0000 (09:43 +0000)]
fix video modules package generation
The folder layout changed between 3.6 and 3.7
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 34960
Gabor Juhos [Wed, 2 Jan 2013 08:53:07 +0000 (08:53 +0000)]
generic: fix UBIFS build error if XZ compression is disabled
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34959
Steven Barth [Tue, 1 Jan 2013 21:41:37 +0000 (21:41 +0000)]
6relayd: Detect changes of default routes for RAs
SVN-Revision: 34958
Steven Barth [Tue, 1 Jan 2013 21:41:32 +0000 (21:41 +0000)]
ipv6-support: Remove unnecessary code
SVN-Revision: 34957
Gabor Juhos [Tue, 1 Jan 2013 19:04:20 +0000 (19:04 +0000)]
package/kernel: select crypto-sha256 for cifs on 3.7+
Based on a patch from #12711
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34956
Gabor Juhos [Tue, 1 Jan 2013 19:04:17 +0000 (19:04 +0000)]
package/kernel: create separate package for the sha256 crypto module
Based on a patch from #12711
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34955
Gabor Juhos [Tue, 1 Jan 2013 13:15:49 +0000 (13:15 +0000)]
adm5120: add support for 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34954
Gabor Juhos [Tue, 1 Jan 2013 13:15:44 +0000 (13:15 +0000)]
adm5120: nuke 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34953
Gabor Juhos [Tue, 1 Jan 2013 13:15:41 +0000 (13:15 +0000)]
adm5120: switch to 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34952
Gabor Juhos [Tue, 1 Jan 2013 13:15:36 +0000 (13:15 +0000)]
adm5120: add support for 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34951
Gabor Juhos [Tue, 1 Jan 2013 13:15:30 +0000 (13:15 +0000)]
adm5120: remove NAND_NO_AUTOINCR flag from rb1xx.c
Also add a compatibility patch for 3.3.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34950
Gabor Juhos [Tue, 1 Jan 2013 13:15:20 +0000 (13:15 +0000)]
adm5120: use mtd_read helper in trxsplit.c
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34949
Gabor Juhos [Tue, 1 Jan 2013 13:15:16 +0000 (13:15 +0000)]
adm5120: don't include asm/system.h in adm5120-hcd.c
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34948
Gabor Juhos [Tue, 1 Jan 2013 13:15:11 +0000 (13:15 +0000)]
generic: add missing symbol for 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34947
Gabor Juhos [Tue, 1 Jan 2013 13:10:41 +0000 (13:10 +0000)]
ar71xx: register the NAND flash controller device on the AP135/136 boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34946
Gabor Juhos [Tue, 1 Jan 2013 13:10:36 +0000 (13:10 +0000)]
ar71xx: allow to register the NAND flash controller on the QCA955x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34945
Gabor Juhos [Tue, 1 Jan 2013 13:10:34 +0000 (13:10 +0000)]
ar71xxx: allow to select ATH79_DEV_NFC for QCA955x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34944
Gabor Juhos [Tue, 1 Jan 2013 13:10:29 +0000 (13:10 +0000)]
ar71xxx: allow to build the ar934x_nfc driver for QCA955x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34943
Gabor Juhos [Tue, 1 Jan 2013 13:10:26 +0000 (13:10 +0000)]
ar71xx: fix NAND controller base for QCA955x SoCs
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34942
Gabor Juhos [Tue, 1 Jan 2013 13:10:22 +0000 (13:10 +0000)]
ar71xx: fold AP135 patch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34941
Steven Barth [Mon, 31 Dec 2012 09:38:59 +0000 (09:38 +0000)]
ipv6-support: Fix typo in dhcpv6-script * thanks to KarlHegbloom for reporting
SVN-Revision: 34940
John Crispin [Sun, 30 Dec 2012 21:31:10 +0000 (21:31 +0000)]
adds missing symbol
SVN-Revision: 34939
Hauke Mehrtens [Sun, 30 Dec 2012 15:32:53 +0000 (15:32 +0000)]
rtc-rv5c386a: fix compilation for kernel >= 3.4
SVN-Revision: 34938
Hauke Mehrtens [Sun, 30 Dec 2012 15:28:28 +0000 (15:28 +0000)]
acx-mac80211: fix compilation
Some header files from mac80211 are now moved to the uapi dir.
SVN-Revision: 34937
Felix Fietkau [Sun, 30 Dec 2012 14:58:37 +0000 (14:58 +0000)]
uci: disable parallel builds again, the lua<->libuci dependency is not safe
SVN-Revision: 34936
John Crispin [Sun, 30 Dec 2012 12:38:40 +0000 (12:38 +0000)]
fixes usb port on arv 4518
SVN-Revision: 34935
Gabor Juhos [Sun, 30 Dec 2012 08:23:48 +0000 (08:23 +0000)]
ramips: rt305x: fix garbled name in mach-mzk-w300nh2.c
Signed-off-by: Samir Ibradžić <sibradzic@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34934
Gabor Juhos [Sat, 29 Dec 2012 17:50:40 +0000 (17:50 +0000)]
ramips: build firmware image for the Planex MZK-W300NH2 Router
Signed-off-by: Samir Ibradžić <sibradzic@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3077/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34927
Gabor Juhos [Sat, 29 Dec 2012 17:50:38 +0000 (17:50 +0000)]
ramips: add user-space support for the Planex MZK-W300NH2 Router
Signed-off-by: Samir Ibradžić <sibradzic@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3077/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34926
Gabor Juhos [Sat, 29 Dec 2012 17:50:35 +0000 (17:50 +0000)]
ramips: rt305x: add kernel support for the Planex MZK-W300NH2 Router
This is a Japanese market router, for details check
http://www.planex.co.jp/product/router/mzk-w300nh2/. It has only 16MB
RAM, but base OpenWRT install worked fine for days without issues.
Even an image with built-in Luci worked, but don't expect smooth
experience, due to the lack of RAM. Wifi was not extensively tested,
but seems it is working. GPIO LEDs & buttons, factory flash image and
switch config are confirmed working. Tested against revision 34882 +
this patch.
[juhosg: move user-space support and image generation changes into
separate patches]
Signed-off-by: Samir Ibradžić <sibradzic@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3077/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34925
Gabor Juhos [Sat, 29 Dec 2012 17:50:34 +0000 (17:50 +0000)]
ramips: build image for Airlive AIR3GII
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/2913/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34924
Gabor Juhos [Sat, 29 Dec 2012 17:50:32 +0000 (17:50 +0000)]
ramips: add user-space support for Airlive AIR3GII
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/2913/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34923
Gabor Juhos [Sat, 29 Dec 2012 17:50:28 +0000 (17:50 +0000)]
ramips: rt305x: add kernel support for AirLive AIR3GII
AirLive AIR3GII is Ralink RT5350F based device with
100Mbps switch, USB port, 4MB flash and 32MB ram.
Works: ethernet (LAN & WAN), wps button, led, USB, sysupgrade
Does not work: wifi (chip RT5350), reset button
[ 13.390000] phy0 -> rt2800_init_eeprom: Error - Invalid RT chipset 0x5350 detected.
[ 13.400000] phy0 -> rt2x00lib_probe_dev: Error - Failed to allocate device.
Other problem: LAN leds is reverse (lights when not cable
connected and vice versa)
[juhosg: move user-space support and image generation changes into
separate patches]
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/2913/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34922
Gabor Juhos [Sat, 29 Dec 2012 16:02:31 +0000 (16:02 +0000)]
ar71xx: add support for 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34920
Gabor Juhos [Sat, 29 Dec 2012 16:02:28 +0000 (16:02 +0000)]
ar71xx: Build the AP135 images
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34919
Gabor Juhos [Sat, 29 Dec 2012 16:02:27 +0000 (16:02 +0000)]
ar71xx: Add userspace support for AP135
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34918
Gabor Juhos [Sat, 29 Dec 2012 16:02:24 +0000 (16:02 +0000)]
ar71xx: Add support for AP135
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34917
Gabor Juhos [Sat, 29 Dec 2012 13:52:38 +0000 (13:52 +0000)]
ar71xx: use a backported patch to fix AR933x UART baud rate calculation
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34915
Felix Fietkau [Sat, 29 Dec 2012 11:12:31 +0000 (11:12 +0000)]
cmake.mk: add support for overriding the source dir, and define the cmake prefix path to avoid picking up host libraries for target builds (patch by Henning Rogge)
SVN-Revision: 34914
Steven Barth [Sat, 29 Dec 2012 10:12:31 +0000 (10:12 +0000)]
ipv6-support: Use more consistent default values
SVN-Revision: 34913
Felix Fietkau [Fri, 28 Dec 2012 21:30:24 +0000 (21:30 +0000)]
ar71xx: change the unaligned access hack to assume an alignment of 2 bytes, slightly improves performance and code size
SVN-Revision: 34912
Felix Fietkau [Fri, 28 Dec 2012 21:05:57 +0000 (21:05 +0000)]
mac80211: refresh patches
SVN-Revision: 34911
Felix Fietkau [Fri, 28 Dec 2012 21:05:49 +0000 (21:05 +0000)]
mac80211: assume 2-byte aligning for 802.11 packets, slightly improves code size and performance
SVN-Revision: 34910
Felix Fietkau [Fri, 28 Dec 2012 19:17:19 +0000 (19:17 +0000)]
mips: use -mno-branch-likely for kernel and userspace, saves ~11k kernel size after lzma and ~12k squashfs size in the default configuration
SVN-Revision: 34909
Steven Barth [Fri, 28 Dec 2012 12:02:22 +0000 (12:02 +0000)]
ipv6-support: Updated functionality * Add site-border feature again * Add option to always announce a default router
SVN-Revision: 34908
Steven Barth [Fri, 28 Dec 2012 12:02:17 +0000 (12:02 +0000)]
6distributed: Add null-route for delegated prefix * Fixes forwarding loops for unused subprefixes
SVN-Revision: 34907
Steven Barth [Fri, 28 Dec 2012 12:02:12 +0000 (12:02 +0000)]
6relayd: Announce DNS search domain via DHCPv6
SVN-Revision: 34906
Felix Fietkau [Thu, 27 Dec 2012 22:59:51 +0000 (22:59 +0000)]
kernel: remove the cisco SIP NAT patch, at least on 3.6 it crashes
SVN-Revision: 34901
Hauke Mehrtens [Thu, 27 Dec 2012 19:18:40 +0000 (19:18 +0000)]
brcm47xx: bcma: correct M25P32 serial flash ID
Thank you Rafał Miłecki.
SVN-Revision: 34900
Felix Fietkau [Thu, 27 Dec 2012 17:37:10 +0000 (17:37 +0000)]
uci: update to latest version (adds list delete support), enable parallel build
SVN-Revision: 34899
Steven Barth [Thu, 27 Dec 2012 15:47:53 +0000 (15:47 +0000)]
ipv6-support: Remove site-border feature * was causing routing problems * will be reimplemented using firewall
SVN-Revision: 34898
Steven Barth [Thu, 27 Dec 2012 15:47:47 +0000 (15:47 +0000)]
Remove site-border routing filter due to problems
SVN-Revision: 34897
Steven Barth [Thu, 27 Dec 2012 14:10:17 +0000 (14:10 +0000)]
ipv6-support: * Automatically detect and propagate MTU from upstream interfaces * Add site-border feature (RFC 6204, ULA-4) * Fix a typo
SVN-Revision: 34896
Steven Barth [Thu, 27 Dec 2012 14:10:12 +0000 (14:10 +0000)]
6distributed: feature update * Add feature to decrease IPv6-specific MTU on-demand * Add commands to enable / disable a site-border
SVN-Revision: 34895
Steven Barth [Thu, 27 Dec 2012 14:10:07 +0000 (14:10 +0000)]
6relayd: Advertise IPv6-specific MTU instead of generic * Fixes announced MTU when using tunnels
SVN-Revision: 34894
Steven Barth [Thu, 27 Dec 2012 14:10:01 +0000 (14:10 +0000)]
base-files: Fix a typo in config_list_foreach
SVN-Revision: 34893
Gabor Juhos [Wed, 26 Dec 2012 10:40:54 +0000 (10:40 +0000)]
mpc83xx: add support for 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34892
Gabor Juhos [Wed, 26 Dec 2012 10:40:51 +0000 (10:40 +0000)]
mpc83xx: nuke 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34891
Gabor Juhos [Wed, 26 Dec 2012 10:40:50 +0000 (10:40 +0000)]
mpc83xx: switch to 3.6.11
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34890
Gabor Juhos [Wed, 26 Dec 2012 10:40:48 +0000 (10:40 +0000)]
mpc83xx: add support for 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34889
Gabor Juhos [Wed, 26 Dec 2012 10:40:47 +0000 (10:40 +0000)]
mpc83xx: create package for the rbppc_cf module
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34888
Gabor Juhos [Wed, 26 Dec 2012 10:40:41 +0000 (10:40 +0000)]
generic: more missing symbols for 3.{6,7}
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34887
Gabor Juhos [Wed, 26 Dec 2012 09:50:37 +0000 (09:50 +0000)]
ar71xx: build image for the AP136-020
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34886
Gabor Juhos [Wed, 26 Dec 2012 09:50:36 +0000 (09:50 +0000)]
ar71xx: add user-space support for AP136-020
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34885
Gabor Juhos [Wed, 26 Dec 2012 09:50:34 +0000 (09:50 +0000)]
ar71xx: add kernel support for the AP136-020 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34884
Gabor Juhos [Wed, 26 Dec 2012 09:50:31 +0000 (09:50 +0000)]
ar71xx: rename AP136 to AP136-010
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34883
Gabor Juhos [Tue, 25 Dec 2012 18:45:32 +0000 (18:45 +0000)]
ar71xx: dynamically set AR8327's PAD configuration on AP136
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34882
Gabor Juhos [Tue, 25 Dec 2012 18:45:31 +0000 (18:45 +0000)]
generic: ar8216: add sgmii_delay_en field to ar8327_platform_data
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34881
Gabor Juhos [Tue, 25 Dec 2012 18:45:29 +0000 (18:45 +0000)]
ar71xx: ag71xx: show PHY interface mode in dmesg
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34880
Gabor Juhos [Mon, 24 Dec 2012 06:52:41 +0000 (06:52 +0000)]
ramips: fix ASUS WL-330N3G MAC address
The ASUS WL-330N and WL-330N3G has the MAC address stored at
offset 4, not 40. This is verified by reading original ASUS
firmware GPL_WL-330N3G_source.1028/user/rc/common_ex.c and
GPL_WL-330N_source.1021/user/rc/common_ex.c.
Tested on WL-330N3G, it now gets the same MAC as is printed on
the label on the router.
Signed-off-by: Jan Kardell <jan.kardell@arkub.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34877
Gabor Juhos [Mon, 24 Dec 2012 06:52:38 +0000 (06:52 +0000)]
ramips: fix wifi EEPROM extraction on DIR-615-Dx models
Patch from #12636.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34876
Jo-Philipp Wich [Sun, 23 Dec 2012 22:18:43 +0000 (22:18 +0000)]
base-files: ipcalc.sh: fix broken calculations on 64bit systems
Calculate complements by using awk's xor() function with a mask of 0xffffffff
instead of relying on the compl() function which appears to produce broken
results on certain 64bit architectures.
SVN-Revision: 34875