jogo [Fri, 4 Jan 2013 14:47:50 +0000 (14:47 +0000)]
bcm63xx: Fix caldata partition mtd patch
Allow bcm63xxpart to receive a caldata offset if calibration data is contained in flash.
Tested-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35010
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Fri, 4 Jan 2013 14:47:43 +0000 (14:47 +0000)]
bcm63xx: remove 3.3 support
3.6 is tested enough to be considered stable.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35009
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 4 Jan 2013 14:08:08 +0000 (14:08 +0000)]
iwinfo: don't use the txpower value from debugfs for now, it does not match the values reported via wext
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35007
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 4 Jan 2013 09:32:06 +0000 (09:32 +0000)]
[libiwinfo-lua] don't depend on lua
Delete +lua from libiwinfo-lua.
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35005
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 3 Jan 2013 18:52:15 +0000 (18:52 +0000)]
kernel: add a config option for direct i/o support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35001
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Thu, 3 Jan 2013 18:52:08 +0000 (18:52 +0000)]
mac80211: b43: add firmware for HT-PHY by default.
remove firmware for LP-Phy core rev 14, I have never seen such a device.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35000
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 3 Jan 2013 18:39:50 +0000 (18:39 +0000)]
kernel: move regmap bloat out of the kernel image if it is only being used in modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34999
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34998
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34997
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34996
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34995
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Thu, 3 Jan 2013 02:00:25 +0000 (02:00 +0000)]
brcm47xx: build b44 as a module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34994
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34993
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34992
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34991
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34990
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34989
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34988
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Thu, 3 Jan 2013 01:51:31 +0000 (01:51 +0000)]
brcm47xx: move patches already in the mainline kernel to the front
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34987
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Thu, 3 Jan 2013 01:48:43 +0000 (01:48 +0000)]
brcm47xx: remove support for kernel version 3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34986
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34985
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Wed, 2 Jan 2013 23:05:39 +0000 (23:05 +0000)]
odhcp6c: Add support for SNTP and SIP options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34984
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Wed, 2 Jan 2013 23:05:35 +0000 (23:05 +0000)]
6relayd: Announce RDNSS and DNSSL via RA
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34983
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34982
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 2 Jan 2013 19:10:24 +0000 (19:10 +0000)]
generic: add some missing kernel config symbols spotted on x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34981
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 2 Jan 2013 17:37:30 +0000 (17:37 +0000)]
ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stability
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34979
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34975
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34974
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 2 Jan 2013 16:09:23 +0000 (16:09 +0000)]
x86: fix typo in alix2/net5501 default packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34972
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 2 Jan 2013 15:14:19 +0000 (15:14 +0000)]
dnsmasq: allow dhcp host entries without mac addresses (#11928)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34971
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34970
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 2 Jan 2013 11:28:21 +0000 (11:28 +0000)]
[ramips] rt5350 switch support fix
RT5350 frame engine need reset frame engine and embedded switch together.
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34969
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 2 Jan 2013 11:28:11 +0000 (11:28 +0000)]
Remove remaining etrax references
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34968
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 2 Jan 2013 10:29:45 +0000 (10:29 +0000)]
[kernel] fix typo in HFS kernel module
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34963
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 2 Jan 2013 10:08:54 +0000 (10:08 +0000)]
[mac80211] fixes libertas firmware install path
fixes #12712
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34961
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 2 Jan 2013 09:43:07 +0000 (09:43 +0000)]
[kernel] fix video modules package generation
The folder layout changed between 3.6 and 3.7
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34960
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34959
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Tue, 1 Jan 2013 21:41:37 +0000 (21:41 +0000)]
6relayd: Detect changes of default routes for RAs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34958
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Tue, 1 Jan 2013 21:41:32 +0000 (21:41 +0000)]
ipv6-support: Remove unnecessary code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34957
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34956
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34955
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34954
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 1 Jan 2013 13:15:44 +0000 (13:15 +0000)]
adm5120: nuke 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34953
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 1 Jan 2013 13:15:41 +0000 (13:15 +0000)]
adm5120: switch to 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34952
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34951
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34950
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34949
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34948
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34947
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34946
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34945
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34944
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34943
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34942
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 1 Jan 2013 13:10:22 +0000 (13:10 +0000)]
ar71xx: fold AP135 patch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34941
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 31 Dec 2012 09:38:59 +0000 (09:38 +0000)]
ipv6-support: Fix typo in dhcpv6-script
* thanks to KarlHegbloom for reporting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34940
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 30 Dec 2012 21:31:10 +0000 (21:31 +0000)]
[lantiq] adds missing symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34939
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 30 Dec 2012 15:32:53 +0000 (15:32 +0000)]
rtc-rv5c386a: fix compilation for kernel >= 3.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34938
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34937
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 30 Dec 2012 14:58:37 +0000 (14:58 +0000)]
uci: disable parallel builds again, the lua<->libuci dependency is not safe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34936
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 30 Dec 2012 12:38:40 +0000 (12:38 +0000)]
[lantiq] fixes usb port on arv 4518
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34935
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34934
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34927
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34926
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34925
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34924
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34923
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34922
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34920
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34919
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34918
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34917
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34915
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34914
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Sat, 29 Dec 2012 10:12:31 +0000 (10:12 +0000)]
ipv6-support: Use more consistent default values
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34913
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34912
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Dec 2012 21:05:57 +0000 (21:05 +0000)]
mac80211: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34911
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34910
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34909
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34908
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Fri, 28 Dec 2012 12:02:17 +0000 (12:02 +0000)]
6distributed: Add null-route for delegated prefix
* Fixes forwarding loops for unused subprefixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34907
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Fri, 28 Dec 2012 12:02:12 +0000 (12:02 +0000)]
6relayd: Announce DNS search domain via DHCPv6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34906
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34901
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Thu, 27 Dec 2012 19:18:40 +0000 (19:18 +0000)]
brcm47xx: bcma: correct M25P32 serial flash ID
Thank you Rafał Miłecki.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34900
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 27 Dec 2012 17:37:10 +0000 (17:37 +0000)]
uci: update to latest version (adds list delete support), enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34899
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34898
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 27 Dec 2012 15:47:47 +0000 (15:47 +0000)]
Remove site-border routing filter due to problems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34897
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34896
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34895
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34894
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 27 Dec 2012 14:10:01 +0000 (14:10 +0000)]
base-files: Fix a typo in config_list_foreach
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34893
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34892
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Dec 2012 10:40:51 +0000 (10:40 +0000)]
mpc83xx: nuke 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34891
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34890
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34889
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34888
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34887
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34886
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34885
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34884
3c298f89-4303-0410-b956-
a3cf2f4a3e73