openwrt/svn-archive/archive.git
11 years agomac80211: b43: add firmware for HT-PHY by default.
Hauke Mehrtens [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.

SVN-Revision: 35000

11 years agokernel: move regmap bloat out of the kernel image if it is only being used in modules
Felix Fietkau [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

SVN-Revision: 34999

11 years agoadd kmod-fs-configfs to replace kernel bloat added by selecting kmod-mmc-over-gpio
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

11 years agobrcm47xx: various fixes and code cleanups for irq code
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

11 years agobroadcom-diag: add diag support for Linksys E1000 V1
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

11 years agobrcm47xx: add bgmac driver
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

11 years agobrcm47xx: build b44 as a module
Hauke Mehrtens [Thu, 3 Jan 2013 02:00:25 +0000 (02:00 +0000)]
brcm47xx: build b44 as a module

SVN-Revision: 34994

11 years agobrcm47xx: run ifup before starting the switch
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

11 years agoswitch: ROBO Switch Gigabit MII Support
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

11 years agoswitch: improve error messages
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

11 years agobrcm47xx: BCMA - IRQ Update - Fix IRQ Flag for I2S Core
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

11 years agobrcm47xx: improve IRQ handling for bcma based devices
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

11 years agobrcm47xx: add a new version of the nvram rewrite patch
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

11 years agobrcm47xx: move patches already in the mainline kernel to the front
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

11 years agobrcm47xx: remove support for kernel version 3.3
Hauke Mehrtens [Thu, 3 Jan 2013 01:48:43 +0000 (01:48 +0000)]
brcm47xx: remove support for kernel version 3.3

SVN-Revision: 34986

11 years agoipv6-support: Update iteration
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

11 years agoodhcp6c: Add support for SNTP and SIP options
Steven Barth [Wed, 2 Jan 2013 23:05:39 +0000 (23:05 +0000)]
odhcp6c: Add support for SNTP and SIP options

SVN-Revision: 34984

11 years ago6relayd: Announce RDNSS and DNSSL via RA
Steven Barth [Wed, 2 Jan 2013 23:05:35 +0000 (23:05 +0000)]
6relayd: Announce RDNSS and DNSSL via RA

SVN-Revision: 34983

11 years agoiwinfo: replace more wext calls with nl80211 equivalents, attempt to infer nl80211...
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

11 years agogeneric: add some missing kernel config symbols spotted on x86
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

11 years agoath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stability
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

11 years agosysupgrade: clarify online help
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

11 years agosysupgrade: do not require an extra argument after --restore-backup
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

11 years agox86: fix typo in alix2/net5501 default packages
Felix Fietkau [Wed, 2 Jan 2013 16:09:23 +0000 (16:09 +0000)]
x86: fix typo in alix2/net5501 default packages

SVN-Revision: 34972

11 years agodnsmasq: allow dhcp host entries without mac addresses (#11928)
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

11 years agolldpd: various enhancements
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

11 years ago[ramips] rt5350 switch support fix
John Crispin [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>
SVN-Revision: 34969

11 years agoRemove remaining etrax references
John Crispin [Wed, 2 Jan 2013 11:28:11 +0000 (11:28 +0000)]
Remove remaining etrax references

SVN-Revision: 34968

11 years ago[kernel] fix typo in HFS kernel module
John Crispin [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>
SVN-Revision: 34963

11 years ago[mac80211] fixes libertas firmware install path
John Crispin [Wed, 2 Jan 2013 10:08:54 +0000 (10:08 +0000)]
[mac80211] fixes libertas firmware install path

fixes #12712

SVN-Revision: 34961

11 years ago[kernel] fix video modules package generation
John Crispin [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>
SVN-Revision: 34960

11 years agogeneric: fix UBIFS build error if XZ compression is disabled
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

11 years ago6relayd: Detect changes of default routes for RAs
Steven Barth [Tue, 1 Jan 2013 21:41:37 +0000 (21:41 +0000)]
6relayd: Detect changes of default routes for RAs

SVN-Revision: 34958

11 years agoipv6-support: Remove unnecessary code
Steven Barth [Tue, 1 Jan 2013 21:41:32 +0000 (21:41 +0000)]
ipv6-support: Remove unnecessary code

SVN-Revision: 34957

11 years agopackage/kernel: select crypto-sha256 for cifs on 3.7+
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

11 years agopackage/kernel: create separate package for the sha256 crypto module
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

11 years agoadm5120: add support for 3.7
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

11 years agoadm5120: nuke 3.3 support
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

11 years agoadm5120: switch to 3.6
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

11 years agoadm5120: add support for 3.6
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

11 years agoadm5120: remove NAND_NO_AUTOINCR flag from rb1xx.c
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

11 years agoadm5120: use mtd_read helper in trxsplit.c
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

11 years agoadm5120: don't include asm/system.h in adm5120-hcd.c
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

11 years agogeneric: add missing symbol for 3.7
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

11 years agoar71xx: register the NAND flash controller device on the AP135/136 boards
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

11 years agoar71xx: allow to register the NAND flash controller on the QCA955x
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

11 years agoar71xxx: allow to select ATH79_DEV_NFC for QCA955x
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

11 years agoar71xxx: allow to build the ar934x_nfc driver for QCA955x
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

11 years agoar71xx: fix NAND controller base for QCA955x SoCs
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

11 years agoar71xx: fold AP135 patch
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

11 years agoipv6-support: Fix typo in dhcpv6-script
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

11 years ago[lantiq] adds missing symbol
John Crispin [Sun, 30 Dec 2012 21:31:10 +0000 (21:31 +0000)]
[lantiq] adds missing symbol

SVN-Revision: 34939

11 years agortc-rv5c386a: fix compilation for kernel >= 3.4
Hauke Mehrtens [Sun, 30 Dec 2012 15:32:53 +0000 (15:32 +0000)]
rtc-rv5c386a: fix compilation for kernel >= 3.4

SVN-Revision: 34938

11 years agoacx-mac80211: fix compilation
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

11 years agouci: disable parallel builds again, the lua<->libuci dependency is not safe
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

11 years ago[lantiq] fixes usb port on arv 4518
John Crispin [Sun, 30 Dec 2012 12:38:40 +0000 (12:38 +0000)]
[lantiq] fixes usb port on arv 4518

SVN-Revision: 34935

11 years agoramips: rt305x: fix garbled name in mach-mzk-w300nh2.c
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

11 years agoramips: build firmware image for the Planex MZK-W300NH2 Router
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

11 years agoramips: add user-space support for the Planex MZK-W300NH2 Router
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

11 years agoramips: rt305x: add kernel support for the Planex MZK-W300NH2 Router
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

11 years agoramips: build image for Airlive AIR3GII
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

11 years agoramips: add user-space support for Airlive AIR3GII
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

11 years agoramips: rt305x: add kernel support for AirLive AIR3GII
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

11 years agoar71xx: add support for 3.7
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

11 years agoar71xx: Build the AP135 images
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

11 years agoar71xx: Add userspace support for AP135
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

11 years agoar71xx: Add support for AP135
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

11 years agoar71xx: use a backported patch to fix AR933x UART baud rate calculation
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

11 years agocmake.mk: add support for overriding the source dir, and define the cmake prefix...
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

11 years agoipv6-support: Use more consistent default values
Steven Barth [Sat, 29 Dec 2012 10:12:31 +0000 (10:12 +0000)]
ipv6-support: Use more consistent default values

SVN-Revision: 34913

11 years agoar71xx: change the unaligned access hack to assume an alignment of 2 bytes, slightly...
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

11 years agomac80211: refresh patches
Felix Fietkau [Fri, 28 Dec 2012 21:05:57 +0000 (21:05 +0000)]
mac80211: refresh patches

SVN-Revision: 34911

11 years agomac80211: assume 2-byte aligning for 802.11 packets, slightly improves code size...
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

11 years agomips: use -mno-branch-likely for kernel and userspace, saves ~11k kernel size after...
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

11 years agoipv6-support: Updated functionality
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

11 years ago6distributed: Add null-route for delegated prefix
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

11 years ago6relayd: Announce DNS search domain via DHCPv6
Steven Barth [Fri, 28 Dec 2012 12:02:12 +0000 (12:02 +0000)]
6relayd: Announce DNS search domain via DHCPv6

SVN-Revision: 34906

11 years agokernel: remove the cisco SIP NAT patch, at least on 3.6 it crashes
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

11 years agobrcm47xx: bcma: correct M25P32 serial flash ID
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

11 years agouci: update to latest version (adds list delete support), enable parallel build
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

11 years agoipv6-support: Remove site-border feature
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

11 years agoRemove site-border routing filter due to problems
Steven Barth [Thu, 27 Dec 2012 15:47:47 +0000 (15:47 +0000)]
Remove site-border routing filter due to problems

SVN-Revision: 34897

11 years agoipv6-support:
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

11 years ago6distributed: feature update
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

11 years ago6relayd: Advertise IPv6-specific MTU instead of generic
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

11 years agobase-files: Fix a typo in config_list_foreach
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

11 years agompc83xx: add support for 3.7
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

11 years agompc83xx: nuke 3.3 support
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

11 years agompc83xx: switch to 3.6.11
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

11 years agompc83xx: add support for 3.6
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

11 years agompc83xx: create package for the rbppc_cf module
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

11 years agogeneric: more missing symbols for 3.{6,7}
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

11 years agoar71xx: build image for the AP136-020
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

11 years agoar71xx: add user-space support for AP136-020
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

11 years agoar71xx: add kernel support for the AP136-020 board
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

11 years agoar71xx: rename AP136 to AP136-010
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

11 years agoar71xx: dynamically set AR8327's PAD configuration on AP136
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

11 years agogeneric: ar8216: add sgmii_delay_en field to ar8327_platform_data
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

11 years agoar71xx: ag71xx: show PHY interface mode in dmesg
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

11 years agoramips: fix ASUS WL-330N3G MAC address
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