openwrt/svn-archive/archive.git
12 years agonetifd: implement find_config()
Felix Fietkau [Thu, 15 Mar 2012 09:49:26 +0000 (09:49 +0000)]
netifd: implement find_config()

SVN-Revision: 30947

12 years agoar71xx: move micrel PHY driver to the generic linux target
Gabor Juhos [Thu, 15 Mar 2012 09:25:53 +0000 (09:25 +0000)]
ar71xx: move micrel PHY driver to the generic linux target

SVN-Revision: 30946

12 years agolinux/3.3: build mdio_register_board_info into the kernel if PHYLIB is selected
Gabor Juhos [Thu, 15 Mar 2012 09:25:49 +0000 (09:25 +0000)]
linux/3.3: build mdio_register_board_info into the kernel if PHYLIB is selected

SVN-Revision: 30945

12 years agolinux/3.2: build mdio_register_board_info into the kernel if PHYLIB is selected
Gabor Juhos [Thu, 15 Mar 2012 09:25:47 +0000 (09:25 +0000)]
linux/3.2: build mdio_register_board_info into the kernel if PHYLIB is selected

SVN-Revision: 30944

12 years agobrcm47xx: add support for NAND flash on devices using bcma
Hauke Mehrtens [Wed, 14 Mar 2012 22:59:39 +0000 (22:59 +0000)]
brcm47xx: add support for NAND flash on devices using bcma

This patch add support for the NAND flash on BCM5357 based devices like the WNR3500Lv2.

Thank you Tathagata Das <tathagata@alumnux.com> for the patch

SVN-Revision: 30943

12 years agobrcm47xx: move and rename the patches
Hauke Mehrtens [Wed, 14 Mar 2012 21:48:23 +0000 (21:48 +0000)]
brcm47xx: move and rename the patches

The patches are now grouped by the part what they are doing and are using three digest numbers.

This does not remove or adds anything

SVN-Revision: 30942

12 years agolantiq: load dwc_otg early
Jonas Gorski [Wed, 14 Mar 2012 10:59:52 +0000 (10:59 +0000)]
lantiq: load dwc_otg early

Needed for using external rootfs on usb sticks.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
SVN-Revision: 30940

12 years agoopenssl 1.0.0h update patch
Jo-Philipp Wich [Tue, 13 Mar 2012 22:09:48 +0000 (22:09 +0000)]
openssl 1.0.0h update patch

Hi

this patch updates openssl to 1.0.0h and refreshes all patches.
This fixes CVE-2012-0884.

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 30939

12 years ago[package] firewall: fix fw__uci_state_del() procedure (#11132)
Jo-Philipp Wich [Tue, 13 Mar 2012 21:22:13 +0000 (21:22 +0000)]
[package] firewall: fix fw__uci_state_del() procedure (#11132)

SVN-Revision: 30938

12 years ago[package] switch: the hardware must be up while configuring
Jo-Philipp Wich [Tue, 13 Mar 2012 21:15:41 +0000 (21:15 +0000)]
[package] switch: the hardware must be up while configuring
Since the removal of the interface coldplug hack the timing changed in such a way that eth0 is not up during switch setup,
leading to an inaccesible device. Bring up the switch interface before configuring it to mitigate the problem.

SVN-Revision: 30937

12 years ago[package] uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x
Jo-Philipp Wich [Tue, 13 Mar 2012 20:41:31 +0000 (20:41 +0000)]
[package] uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x

SVN-Revision: 30936

12 years agogeneric: ar8216: merge multiple if statements in ar8216_hw_apply
Gabor Juhos [Tue, 13 Mar 2012 17:33:12 +0000 (17:33 +0000)]
generic: ar8216: merge multiple if statements in ar8216_hw_apply

SVN-Revision: 30928

12 years agoimagebuilder: fix parallel building (closes #11117)
Gabor Juhos [Tue, 13 Mar 2012 17:29:40 +0000 (17:29 +0000)]
imagebuilder: fix parallel building (closes #11117)

SVN-Revision: 30927

12 years agoar71xx: ag71xx: fix ARP frame reception on AR934x switch ports
Gabor Juhos [Tue, 13 Mar 2012 17:29:38 +0000 (17:29 +0000)]
ar71xx: ag71xx: fix ARP frame reception on AR934x switch ports

SVN-Revision: 30926

12 years agoar71xx: ag71xx: start aneg on switch PHYs after reset
Gabor Juhos [Tue, 13 Mar 2012 17:29:37 +0000 (17:29 +0000)]
ar71xx: ag71xx: start aneg on switch PHYs after reset

SVN-Revision: 30925

12 years agoar71xx: ag71xx: poll PHY status of all available switch ports
Gabor Juhos [Tue, 13 Mar 2012 17:29:36 +0000 (17:29 +0000)]
ar71xx: ag71xx: poll PHY status of all available switch ports

SVN-Revision: 30924

12 years agoar71xx: ag71xx: allow to use port 5 of the AR934x built-in switch
Gabor Juhos [Tue, 13 Mar 2012 17:29:34 +0000 (17:29 +0000)]
ar71xx: ag71xx: allow to use port 5 of the AR934x built-in switch

SVN-Revision: 30923

12 years agoar71xx: reset the switch on AR934x before ethernet device registration
Gabor Juhos [Tue, 13 Mar 2012 17:29:33 +0000 (17:29 +0000)]
ar71xx: reset the switch on AR934x before ethernet device registration

SVN-Revision: 30922

12 years agoar71xx: fix a typo in ar71xx_regs.h
Gabor Juhos [Tue, 13 Mar 2012 17:29:31 +0000 (17:29 +0000)]
ar71xx: fix a typo in ar71xx_regs.h

SVN-Revision: 30921

12 years ago[brcm63xx] remove udc patch since it is unused
Florian Fainelli [Tue, 13 Mar 2012 14:06:44 +0000 (14:06 +0000)]
[brcm63xx] remove udc patch since it is unused

SVN-Revision: 30920

12 years ago[package] base-files-network: configure vlan interface name type immediately before...
Jo-Philipp Wich [Tue, 13 Mar 2012 12:25:28 +0000 (12:25 +0000)]
[package] base-files-network: configure vlan interface name type immediately before the vconfig add calls, fixes race condition (#11127)

SVN-Revision: 30919

12 years agoath9k: optimize waking tx queues, slightly improves performance under load
Felix Fietkau [Tue, 13 Mar 2012 11:19:19 +0000 (11:19 +0000)]
ath9k: optimize waking tx queues, slightly improves performance under load

SVN-Revision: 30918

12 years agokernel: bypass all netfilter hooks if the sysctls for that functionality have been...
Felix Fietkau [Tue, 13 Mar 2012 10:06:45 +0000 (10:06 +0000)]
kernel: bypass all netfilter hooks if the sysctls for that functionality have been disabled - eliminates the overhead of enabling CONFIG_BRIDGE_NETFILTER in the kernel config

SVN-Revision: 30917

12 years agobase-files: remove old coldplugging hacks that are no longer necessary since the...
Felix Fietkau [Tue, 13 Mar 2012 09:18:30 +0000 (09:18 +0000)]
base-files: remove old coldplugging hacks that are no longer necessary since the new main hotplug2 instance calls udevtrigger as well

SVN-Revision: 30916

12 years agoath9k: remove stuck beacon detection optimization, it may be unreliable on some hardware
Felix Fietkau [Tue, 13 Mar 2012 07:56:01 +0000 (07:56 +0000)]
ath9k: remove stuck beacon detection optimization, it may be unreliable on some hardware

SVN-Revision: 30915

12 years agoar71xx: use a dummy callback for interfaces with fixed speed
Gabor Juhos [Mon, 12 Mar 2012 20:38:58 +0000 (20:38 +0000)]
ar71xx: use a dummy callback for interfaces with fixed speed

SVN-Revision: 30913

12 years agoar71xx: merge ar934x_bo_ddr_flush patch
Gabor Juhos [Mon, 12 Mar 2012 20:38:57 +0000 (20:38 +0000)]
ar71xx: merge ar934x_bo_ddr_flush patch

SVN-Revision: 30912

12 years agoar71xx: enable UART function for early_printk/console
Gabor Juhos [Mon, 12 Mar 2012 17:32:39 +0000 (17:32 +0000)]
ar71xx: enable UART function for early_printk/console

SVN-Revision: 30909

12 years agolinux/3.3: refresh patches against 3.3-rc7
Gabor Juhos [Mon, 12 Mar 2012 17:32:38 +0000 (17:32 +0000)]
linux/3.3: refresh patches against 3.3-rc7

SVN-Revision: 30908

12 years agoramips: rt305x: add profile for the AZtech HW-5503G board
Gabor Juhos [Mon, 12 Mar 2012 17:29:06 +0000 (17:29 +0000)]
ramips: rt305x: add profile for the AZtech HW-5503G board

Patch from #11085.

SVN-Revision: 30907

12 years agolinux/3.3: allow to set platform_data for phy devices
Gabor Juhos [Mon, 12 Mar 2012 16:28:01 +0000 (16:28 +0000)]
linux/3.3: allow to set platform_data for phy devices

SVN-Revision: 30906

12 years agolinux/3.2: allow to set platform_data for phy devices
Gabor Juhos [Mon, 12 Mar 2012 16:28:00 +0000 (16:28 +0000)]
linux/3.2: allow to set platform_data for phy devices

SVN-Revision: 30905

12 years agolinux/3.3: add missing config symbol
Gabor Juhos [Mon, 12 Mar 2012 16:27:58 +0000 (16:27 +0000)]
linux/3.3: add missing config symbol

SVN-Revision: 30904

12 years agoar71xx: remove a 3.3 patch, it is already in 3.3-rc7
Gabor Juhos [Mon, 12 Mar 2012 16:27:57 +0000 (16:27 +0000)]
ar71xx: remove a 3.3 patch, it is already in 3.3-rc7

SVN-Revision: 30903

12 years agoar71xx: fix Compex WPE72 detection
Gabor Juhos [Mon, 12 Mar 2012 16:27:56 +0000 (16:27 +0000)]
ar71xx: fix Compex WPE72 detection

SVN-Revision: 30902

12 years agoramips: add RT3350 detection
Gabor Juhos [Mon, 12 Mar 2012 16:12:13 +0000 (16:12 +0000)]
ramips: add RT3350 detection

SVN-Revision: 30900

12 years ago[netfilter] fix ipt_ttl and ipt_TTL userspace library packaging
Jo-Philipp Wich [Mon, 12 Mar 2012 02:07:22 +0000 (02:07 +0000)]
[netfilter] fix ipt_ttl and ipt_TTL userspace library packaging

SVN-Revision: 30897

12 years ago[generic] expose CONFIG_NETFILTER_NETLINK for external kmods
Jo-Philipp Wich [Mon, 12 Mar 2012 00:09:23 +0000 (00:09 +0000)]
[generic] expose CONFIG_NETFILTER_NETLINK for external kmods

SVN-Revision: 30894

12 years agoramips: rt305x: rewrite SoC detection
Gabor Juhos [Sun, 11 Mar 2012 19:05:59 +0000 (19:05 +0000)]
ramips: rt305x: rewrite SoC detection

SVN-Revision: 30890

12 years agoramips: rt305x: rename SYSTEM_CONFIG_* defines to RT305X_SYSCFG_*
Gabor Juhos [Sun, 11 Mar 2012 19:05:57 +0000 (19:05 +0000)]
ramips: rt305x: rename SYSTEM_CONFIG_* defines to RT305X_SYSCFG_*

SVN-Revision: 30889

12 years agoramips: replace RALINK_SOC_* macros with global variables
Gabor Juhos [Sun, 11 Mar 2012 19:05:56 +0000 (19:05 +0000)]
ramips: replace RALINK_SOC_* macros with global variables

SVN-Revision: 30888

12 years agoramips: introduce ramips_soc_prom_init and move SoC detection into that
Gabor Juhos [Sun, 11 Mar 2012 19:05:53 +0000 (19:05 +0000)]
ramips: introduce ramips_soc_prom_init and move SoC detection into that

SVN-Revision: 30887

12 years agogeneric: ar8216: use usleep_range in ar8216_mii_{read,write}
Gabor Juhos [Sun, 11 Mar 2012 17:19:14 +0000 (17:19 +0000)]
generic: ar8216: use usleep_range in ar8216_mii_{read,write}

msleep(1) can sleep for up to 20ms.

SVN-Revision: 30885

12 years agogeneric: ar8216: add a helper function for writing PHY debug registers
Gabor Juhos [Sun, 11 Mar 2012 16:49:35 +0000 (16:49 +0000)]
generic: ar8216: add a helper function for writing PHY debug registers

SVN-Revision: 30884

12 years agogeneric: ar8216: add lockep assertion to ar8216_rmw
Gabor Juhos [Sun, 11 Mar 2012 16:49:33 +0000 (16:49 +0000)]
generic: ar8216: add lockep assertion to ar8216_rmw

SVN-Revision: 30883

12 years agoramips: build initramfs image for DIR-{3,6}00 boards
Gabor Juhos [Sun, 11 Mar 2012 16:39:31 +0000 (16:39 +0000)]
ramips: build initramfs image for DIR-{3,6}00 boards

SVN-Revision: 30882

12 years agolinux/3.3: show correct name for MIPS 24KEc in /proc/cpuinfo
Gabor Juhos [Sun, 11 Mar 2012 16:39:30 +0000 (16:39 +0000)]
linux/3.3: show correct name for MIPS 24KEc in /proc/cpuinfo

SVN-Revision: 30881

12 years agolinux/3.2: show correct name for MIPS 24KEc in /proc/cpuinfo
Gabor Juhos [Sun, 11 Mar 2012 16:39:28 +0000 (16:39 +0000)]
linux/3.2: show correct name for MIPS 24KEc in /proc/cpuinfo

SVN-Revision: 30880

12 years agoramips: allow to use DSP ASE on RT3xxx
Gabor Juhos [Sun, 11 Mar 2012 16:39:26 +0000 (16:39 +0000)]
ramips: allow to use DSP ASE on RT3xxx

SVN-Revision: 30879

12 years agoar71xx: stop image building if a loader is missing
Gabor Juhos [Sun, 11 Mar 2012 14:03:28 +0000 (14:03 +0000)]
ar71xx: stop image building if a loader is missing

SVN-Revision: 30877

12 years agobrcm47xx: make patch apply
Hauke Mehrtens [Sun, 11 Mar 2012 13:36:46 +0000 (13:36 +0000)]
brcm47xx: make patch apply

SVN-Revision: 30876

12 years agobrcm47xx: BCMA - Find names of non BCM cores
Hauke Mehrtens [Sun, 11 Mar 2012 12:55:20 +0000 (12:55 +0000)]
brcm47xx: BCMA - Find names of non BCM cores

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 30875

12 years agoBCMA - Account for variable PCI memory base/size
Hauke Mehrtens [Sun, 11 Mar 2012 12:52:43 +0000 (12:52 +0000)]
BCMA - Account for variable PCI memory base/size

Thank you Nathan Hintz for the patch

SVN-Revision: 30874

12 years agoBCMA - Reorder SPROM fill
Hauke Mehrtens [Sun, 11 Mar 2012 11:50:59 +0000 (11:50 +0000)]
BCMA - Reorder SPROM fill

The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 30873

12 years agort2x00: merge a fix for random tx stalls
Felix Fietkau [Sat, 10 Mar 2012 13:31:34 +0000 (13:31 +0000)]
rt2x00: merge a fix for random tx stalls

SVN-Revision: 30871

12 years agomac80211: limit TID buffering to prevent out-of-memory issues on low-memory systems
Felix Fietkau [Sat, 10 Mar 2012 13:31:31 +0000 (13:31 +0000)]
mac80211: limit TID buffering to prevent out-of-memory issues on low-memory systems

SVN-Revision: 30870

12 years agoath9k: fix passing MAC time to mac80211
Felix Fietkau [Sat, 10 Mar 2012 13:31:27 +0000 (13:31 +0000)]
ath9k: fix passing MAC time to mac80211

SVN-Revision: 30869

12 years agoath9k: increase rx buffers for improved performance with 3x3 chipsets
Felix Fietkau [Sat, 10 Mar 2012 12:59:46 +0000 (12:59 +0000)]
ath9k: increase rx buffers for improved performance with 3x3 chipsets

SVN-Revision: 30868

12 years agoath9k: merge an ANI improvement patch, improves performance in some environments
Felix Fietkau [Sat, 10 Mar 2012 12:59:43 +0000 (12:59 +0000)]
ath9k: merge an ANI improvement patch, improves performance in some environments

SVN-Revision: 30867

12 years agomac80211/ath9k: some more performance improvements
Felix Fietkau [Sat, 10 Mar 2012 12:59:40 +0000 (12:59 +0000)]
mac80211/ath9k: some more performance improvements

SVN-Revision: 30866

12 years agomac80211: more patch reorganization, merge an upstream performance optimization patch
Felix Fietkau [Sat, 10 Mar 2012 12:59:36 +0000 (12:59 +0000)]
mac80211: more patch reorganization, merge an upstream performance optimization patch

SVN-Revision: 30865

12 years agoath9k: merge a fix for hardware full sleep
Felix Fietkau [Sat, 10 Mar 2012 12:59:28 +0000 (12:59 +0000)]
ath9k: merge a fix for hardware full sleep

SVN-Revision: 30864

12 years agomac80211: reorganize patches, fold in patches that were merged upstream
Felix Fietkau [Sat, 10 Mar 2012 12:59:24 +0000 (12:59 +0000)]
mac80211: reorganize patches, fold in patches that were merged upstream

SVN-Revision: 30863

12 years agomac80211: add the real compat-wireless version + openwrt revision to the compat_version
Felix Fietkau [Sat, 10 Mar 2012 12:59:21 +0000 (12:59 +0000)]
mac80211: add the real compat-wireless version + openwrt revision to the compat_version

SVN-Revision: 30862

12 years agotools: add dependency on the seq symlink
Felix Fietkau [Sat, 10 Mar 2012 12:59:17 +0000 (12:59 +0000)]
tools: add dependency on the seq symlink

SVN-Revision: 30861

12 years agogeneric: ar8216: coding style cleanup
Gabor Juhos [Thu, 8 Mar 2012 10:21:14 +0000 (10:21 +0000)]
generic: ar8216: coding style cleanup

SVN-Revision: 30857

12 years agogeneric: ar8216: don't use static variable in ar8236_hw_init
Gabor Juhos [Thu, 8 Mar 2012 10:21:12 +0000 (10:21 +0000)]
generic: ar8216: don't use static variable in ar8236_hw_init

SVN-Revision: 30856

12 years agogeneric: ar8216: move register inititalization into hw_init
Gabor Juhos [Thu, 8 Mar 2012 10:21:11 +0000 (10:21 +0000)]
generic: ar8216: move register inititalization into hw_init

SVN-Revision: 30855

12 years agogeneric: ar8216: set chip type directly in ar8216_id_chip
Gabor Juhos [Thu, 8 Mar 2012 10:21:10 +0000 (10:21 +0000)]
generic: ar8216: set chip type directly in ar8216_id_chip

SVN-Revision: 30854

12 years agogeneric: ar8216: simplify ar8216_config_init
Gabor Juhos [Thu, 8 Mar 2012 10:21:08 +0000 (10:21 +0000)]
generic: ar8216: simplify ar8216_config_init

SVN-Revision: 30853

12 years agoar71xx: add watchdog driver to the default package list
Gabor Juhos [Thu, 8 Mar 2012 09:00:17 +0000 (09:00 +0000)]
ar71xx: add watchdog driver to the default package list

SVN-Revision: 30852

12 years agopackage/kernel: add package for the ath79 watchdog
Gabor Juhos [Thu, 8 Mar 2012 09:00:16 +0000 (09:00 +0000)]
package/kernel: add package for the ath79 watchdog

SVN-Revision: 30851

12 years agolinux/3.{2,3}: even more NAND symbols
Gabor Juhos [Wed, 7 Mar 2012 22:32:54 +0000 (22:32 +0000)]
linux/3.{2,3}: even more NAND symbols

SVN-Revision: 30850

12 years agoar71xx: fix WPS button polarity on TL-WR2543N
Gabor Juhos [Wed, 7 Mar 2012 19:50:53 +0000 (19:50 +0000)]
ar71xx: fix WPS button polarity on TL-WR2543N

SVN-Revision: 30849

12 years agogeneric: ar8216: move port initialization into a separate function
Gabor Juhos [Wed, 7 Mar 2012 16:32:46 +0000 (16:32 +0000)]
generic: ar8216: move port initialization into a separate function

SVN-Revision: 30848

12 years agogeneric: ar8216: improve ar8216_wait_bit function
Gabor Juhos [Wed, 7 Mar 2012 16:32:45 +0000 (16:32 +0000)]
generic: ar8216: improve ar8216_wait_bit function

SVN-Revision: 30847

12 years agogeneric: ar8216: use ar8216_read_port_link to get the CPU port link parameters
Gabor Juhos [Wed, 7 Mar 2012 16:32:43 +0000 (16:32 +0000)]
generic: ar8216: use ar8216_read_port_link to get the CPU port link parameters

SVN-Revision: 30846

12 years agogeneric: ar8216: use the generic get_port_link implementation
Gabor Juhos [Wed, 7 Mar 2012 16:32:42 +0000 (16:32 +0000)]
generic: ar8216: use the generic get_port_link implementation

SVN-Revision: 30845

12 years agogeneric: rtl8367: use the generic get_port_link implementation
Gabor Juhos [Wed, 7 Mar 2012 16:32:40 +0000 (16:32 +0000)]
generic: rtl8367: use the generic get_port_link implementation

SVN-Revision: 30844

12 years agogeneric: rtl8366s: use the generic get_port_link implementation
Gabor Juhos [Wed, 7 Mar 2012 16:32:38 +0000 (16:32 +0000)]
generic: rtl8366s: use the generic get_port_link implementation

SVN-Revision: 30843

12 years agogeneric: rtl8366rb: use the generic get_port_link implementation
Gabor Juhos [Wed, 7 Mar 2012 16:32:37 +0000 (16:32 +0000)]
generic: rtl8366rb: use the generic get_port_link implementation

SVN-Revision: 30842

12 years agoar71xx: ag71xx: fix get_port_link callback
Gabor Juhos [Wed, 7 Mar 2012 16:32:35 +0000 (16:32 +0000)]
ar71xx: ag71xx: fix get_port_link callback

SVN-Revision: 30841

12 years agoar71xx: ag71xx: use the generic get_port_link implementation
Gabor Juhos [Wed, 7 Mar 2012 16:32:34 +0000 (16:32 +0000)]
ar71xx: ag71xx: use the generic get_port_link implementation

SVN-Revision: 30840

12 years agogeneric: swconfig: add a generic get_port_link implementation
Gabor Juhos [Wed, 7 Mar 2012 16:32:33 +0000 (16:32 +0000)]
generic: swconfig: add a generic get_port_link implementation

SVN-Revision: 30839

12 years agogeneric: ar8216: use mdiobus_write in ar8236_hw_init
Gabor Juhos [Wed, 7 Mar 2012 16:32:31 +0000 (16:32 +0000)]
generic: ar8216: use mdiobus_write in ar8236_hw_init

SVN-Revision: 30838

12 years agogeneric: ar8216: use bus->mdio_lock directly in ar8216_mii_{read,write}
Gabor Juhos [Wed, 7 Mar 2012 16:32:30 +0000 (16:32 +0000)]
generic: ar8216: use bus->mdio_lock directly in ar8216_mii_{read,write}

SVN-Revision: 30837

12 years agogeneric: ar8216: fix phy driver name
Gabor Juhos [Wed, 7 Mar 2012 16:32:28 +0000 (16:32 +0000)]
generic: ar8216: fix phy driver name

SVN-Revision: 30836

12 years ago[generic] enable EFI partition support by default, adds ca. 8K uncompressed on ar71xx...
Jo-Philipp Wich [Wed, 7 Mar 2012 14:14:52 +0000 (14:14 +0000)]
[generic] enable EFI partition support by default, adds ca. 8K uncompressed on ar71xx (#8672)

SVN-Revision: 30835

12 years agolinux/3.2: fix crypto4xx build failure
Gabor Juhos [Wed, 7 Mar 2012 11:57:49 +0000 (11:57 +0000)]
linux/3.2: fix crypto4xx build failure

SVN-Revision: 30834

12 years agobuild: unexport C_INCLUDE_PATH to prevent user settings from interfering with the...
Felix Fietkau [Mon, 5 Mar 2012 21:39:07 +0000 (21:39 +0000)]
build: unexport C_INCLUDE_PATH to prevent user settings from interfering with the build (fixes #9865)

SVN-Revision: 30830

12 years agonetifd: update to latest version
Felix Fietkau [Mon, 5 Mar 2012 19:53:16 +0000 (19:53 +0000)]
netifd: update to latest version

- preserve hotplug-added interfaces on reload, even if settings change
- implement fast config reload for bridge devices
- improve bridge device handling reliability
- fix bridge stp settings

SVN-Revision: 30829

12 years agopackage/kernel: don't allow to select NAND modules for kernels <3.0
Gabor Juhos [Mon, 5 Mar 2012 18:01:55 +0000 (18:01 +0000)]
package/kernel: don't allow to select NAND modules for kernels <3.0

SVN-Revision: 30828

12 years agolinux/3.1: add missing NAND symbols
Gabor Juhos [Mon, 5 Mar 2012 18:01:54 +0000 (18:01 +0000)]
linux/3.1: add missing NAND symbols

SVN-Revision: 30827

12 years agolinux/3.0: add missing NAND symbols
Gabor Juhos [Mon, 5 Mar 2012 18:01:52 +0000 (18:01 +0000)]
linux/3.0: add missing NAND symbols

SVN-Revision: 30826

12 years ago[package] iwinfo: fix integer overflow in assoclist rate reporting (#11073)
Jo-Philipp Wich [Mon, 5 Mar 2012 17:52:46 +0000 (17:52 +0000)]
[package] iwinfo: fix integer overflow in assoclist rate reporting (#11073)

SVN-Revision: 30825

12 years ago[brcm63xx] remove empty directories
Florian Fainelli [Mon, 5 Mar 2012 17:24:53 +0000 (17:24 +0000)]
[brcm63xx] remove empty directories

SVN-Revision: 30824

12 years ago[brcm63xx] remove 3.1 support
Florian Fainelli [Mon, 5 Mar 2012 16:50:42 +0000 (16:50 +0000)]
[brcm63xx] remove 3.1 support

SVN-Revision: 30823

12 years ago[brcm63xx] rename 96348GW-1{0,1}-gen to 96348GW-1{0,1}-generic
Florian Fainelli [Mon, 5 Mar 2012 14:49:34 +0000 (14:49 +0000)]
[brcm63xx] rename 96348GW-1{0,1}-gen to 96348GW-1{0,1}-generic

SVN-Revision: 30822

12 years ago[brcm63xx] generate generic images for BCM96358VW and BCM96358VW2 (#10666)
Florian Fainelli [Mon, 5 Mar 2012 14:49:31 +0000 (14:49 +0000)]
[brcm63xx] generate generic images for BCM96358VW and BCM96358VW2 (#10666)

SVN-Revision: 30821

12 years ago[brcm63xx] wire bcm96348gw-10 reset button (#10854)
Florian Fainelli [Mon, 5 Mar 2012 14:23:45 +0000 (14:23 +0000)]
[brcm63xx] wire bcm96348gw-10 reset button (#10854)

SVN-Revision: 30820