Gabor Juhos [Mon, 25 Feb 2013 20:37:33 +0000 (20:37 +0000)]
ar71xx: add model detection for the TL-WA830RE board
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35788
Gabor Juhos [Mon, 25 Feb 2013 20:37:32 +0000 (20:37 +0000)]
firmware-utils/mktplinkfw: add support for the TL-WA830RE v1/v2 boards
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35787
Felix Fietkau [Mon, 25 Feb 2013 19:53:31 +0000 (19:53 +0000)]
ath9k: issue a cold reset after failures or after bringing the chip out of full sleep - fixes many kinds of DMA issues
SVN-Revision: 35785
Hauke Mehrtens [Sun, 24 Feb 2013 18:10:42 +0000 (18:10 +0000)]
brcm47xx: use same board detection code as kernel 3.8
SVN-Revision: 35770
Gabor Juhos [Sun, 24 Feb 2013 18:08:14 +0000 (18:08 +0000)]
adm5120: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35769
Gabor Juhos [Sun, 24 Feb 2013 18:08:03 +0000 (18:08 +0000)]
adm5120: remove __dev{init,exit} annotations
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35768
Hauke Mehrtens [Sun, 24 Feb 2013 18:01:06 +0000 (18:01 +0000)]
broadcom-wl: hack to work around a bug in the PCIe controller
Thank you nlh
This closes #12930.
SVN-Revision: 35767
Hauke Mehrtens [Sun, 24 Feb 2013 17:57:28 +0000 (17:57 +0000)]
broadcom-diag: add support for e3200 v1
Hex values in nvram seem to be uppercase on my e3200 device.
Define one power led and two buttons (reset/wps).
Signed-off-by: Tijs Van Buggenhout <tvb@able.be>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 35766
Hauke Mehrtens [Sun, 24 Feb 2013 17:56:00 +0000 (17:56 +0000)]
broadcom-diag: Detection of WNDR3400v1
nvram variable "boardtype" is unique for now.
-button gpio were taken from nvram.
-led information was taken from dd-wrt
( http://svn.dd-wrt.com/browser/src/router/libutils/utils.c )
I hope that I changed the values correctly.
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 35765
Hauke Mehrtens [Sun, 24 Feb 2013 17:55:09 +0000 (17:55 +0000)]
broadcom-diag: use new in kernel board detection code
SVN-Revision: 35764
Hauke Mehrtens [Sun, 24 Feb 2013 01:11:20 +0000 (01:11 +0000)]
mac80211: brcmsmac: add ap mode support
This does not work very well. I did not got this running in 5GHz mode and it was not very fast.
SVN-Revision: 35763
Felix Fietkau [Sun, 24 Feb 2013 01:00:39 +0000 (01:00 +0000)]
mac80211: disable ipv4/ipv6 address notifiers (fixes #13055)
SVN-Revision: 35762
Felix Fietkau [Sat, 23 Feb 2013 18:02:49 +0000 (18:02 +0000)]
mac80211: fix monitor mode channel reporting
SVN-Revision: 35761
Felix Fietkau [Sat, 23 Feb 2013 17:41:58 +0000 (17:41 +0000)]
mac80211: fix monitor-only injection
SVN-Revision: 35760
Felix Fietkau [Sat, 23 Feb 2013 12:48:14 +0000 (12:48 +0000)]
mac80211: fix wireless extension support
SVN-Revision: 35759
Jonas Gorski [Sat, 23 Feb 2013 12:13:18 +0000 (12:13 +0000)]
mac80211: update linux-firmware to latest revision
Fixes mwl8k AP mode for
88e8366.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35758
Felix Fietkau [Sat, 23 Feb 2013 12:12:39 +0000 (12:12 +0000)]
mac80211: select relayfs if ath9k debugfs is enabled
SVN-Revision: 35757
Jonas Gorski [Sat, 23 Feb 2013 11:30:30 +0000 (11:30 +0000)]
package/kernel: i2c: don't skip built-in modules
Don't skip build-in modules when generating i2c kmod packages, to allow
empty packages to be generated for satisfying dependencies.
Closes #12259.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35755
Felix Fietkau [Sat, 23 Feb 2013 01:40:24 +0000 (01:40 +0000)]
mac80211: disable building the wil6210 driver
SVN-Revision: 35754
Felix Fietkau [Sat, 23 Feb 2013 01:12:36 +0000 (01:12 +0000)]
mac80211: update to wireless-testing 2013-02-22
SVN-Revision: 35753
Felix Fietkau [Fri, 22 Feb 2013 20:11:55 +0000 (20:11 +0000)]
ath9k: fix rssi issues
SVN-Revision: 35750
Felix Fietkau [Fri, 22 Feb 2013 16:10:15 +0000 (16:10 +0000)]
ath9k_htc: fix signal strength reporting issues
SVN-Revision: 35749
Gabor Juhos [Fri, 22 Feb 2013 16:01:19 +0000 (16:01 +0000)]
adm5120: remove a superfluous patch
The NO_IRQ symbol is not used by the amba core since
upstream commit:
dfb85185bda373a70409c70c2632b02fb0f8f449
AMBA: get rid of last two uses of NO_IRQ
This gets rid of the last two users of NO_IRQ in AMBA primecell
drivers.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35748
Gabor Juhos [Fri, 22 Feb 2013 16:01:17 +0000 (16:01 +0000)]
adm5120: avoid warning caused by wrong AMBA irq values
The amba core throws a warning if -1 is used as an
irq value since upstream commit:
2eac58d5026e4ec8b17ff8b62877fea9e1d2f1b3
ARM: amba: make use of -1 IRQs warn
Make the core warn about the use of -1 (NO_IRQ)
Cange the value of the unused IRQs to zero for the
UART devices to get rid of the warning.
Based on #12729.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35747
Jo-Philipp Wich [Fri, 22 Feb 2013 13:45:20 +0000 (13:45 +0000)]
firewall: fix logging rule regression (#12999)
SVN-Revision: 35745
Jo-Philipp Wich [Fri, 22 Feb 2013 12:45:38 +0000 (12:45 +0000)]
firewall3: add support for shell script and iptables-restore style includes
SVN-Revision: 35744
Steven Barth [Fri, 22 Feb 2013 08:56:29 +0000 (08:56 +0000)]
netifd: only update resolv.conf.auto if changed This avoids logspam under certain conditions.
SVN-Revision: 35743
Geoff Levand [Thu, 21 Feb 2013 23:12:17 +0000 (23:12 +0000)]
udev: Update MAINTAINER info
Signed-off-by: Geoff Levand <geoff@infradead.org>
SVN-Revision: 35741
Jo-Philipp Wich [Thu, 21 Feb 2013 22:33:44 +0000 (22:33 +0000)]
firewall3: update to git head
- all uci rules are boxed in custom chains now, so a firewall stop leaves user rules intact
- properly handle selective ipv4 or ipv6 only firewall start/stop/restart actions
- support ip ranges (e.g. option src_ip '!192.168.1.1-192.168.1.100' -> -m iprange ! --src-range 192.168.1.1-192.168.1.100')
- support time options (e.g. option weekdays 'Mon Tue Sat' -> -m time --weekdays 1,2,6')
SVN-Revision: 35738
Gabor Juhos [Thu, 21 Feb 2013 20:45:24 +0000 (20:45 +0000)]
cns21xx: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35737
Gabor Juhos [Thu, 21 Feb 2013 20:39:22 +0000 (20:39 +0000)]
mpc83xx: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35736
Gabor Juhos [Thu, 21 Feb 2013 19:23:31 +0000 (19:23 +0000)]
ppc44x: add support for 3.8
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35735
Gabor Juhos [Thu, 21 Feb 2013 19:23:29 +0000 (19:23 +0000)]
ppc40x: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35734
Gabor Juhos [Thu, 21 Feb 2013 19:20:34 +0000 (19:20 +0000)]
mpc85xx: add user-space support for the TL-WDR4900 v1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35733
Gabor Juhos [Thu, 21 Feb 2013 18:44:40 +0000 (18:44 +0000)]
mpc85xx: update 3.8 config
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35732
Gabor Juhos [Thu, 21 Feb 2013 17:58:21 +0000 (17:58 +0000)]
ar71xx: fix MAC address assignment on the DIR-825-Bx boards
Use the same MAC addresses as the original firmware.
Based on a patch from #10421.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Tested-by: Gabor Varga <vargagab@gmail.com>
SVN-Revision: 35730
Gabor Juhos [Thu, 21 Feb 2013 17:48:31 +0000 (17:48 +0000)]
mpc85xx: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35729
Gabor Juhos [Thu, 21 Feb 2013 17:47:15 +0000 (17:47 +0000)]
ar71xx: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35728
Gabor Juhos [Thu, 21 Feb 2013 17:45:54 +0000 (17:45 +0000)]
atheros: add support for linux kernel v3.8
This builds and boots.
Because of the function pointer indirection (e.g. mtd_info's read
function pointer is assigned to spiflash_read), it is difficult for me
to understand where the calls are coming from (could be anywhere,
conditionally pointing at spiflash versions), so I punted and used the
renamed function pointers (_erase, _read, _write). If someone knows
better what to do, please fix.
Cleaned up other sundry kernel tracking issues like get_phy_id and
__devinit,etc.
[juhosg: don't switch to that yet]
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35727
Gabor Juhos [Thu, 21 Feb 2013 16:52:34 +0000 (16:52 +0000)]
linux/3.8: add missing config symbols
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35726
Jonas Gorski [Thu, 21 Feb 2013 11:45:41 +0000 (11:45 +0000)]
bcm63xx: Fix sysupgrade for tag-version 7 and 8
Fix sysupgrade for tag-version 7 and 8.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 35724
Jonas Gorski [Thu, 21 Feb 2013 11:45:38 +0000 (11:45 +0000)]
generic: b53: clear SM_SW_FWD_MODE unconditionally when enabling VLAN
Setting this bit stops BCM53125 (bgmac actually) from receiving any
packets. This bit is cleared conditionally in b53_switch_reset and it
seems the same is done in bcmrobo.c which never sets that bit again.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 35723
Jonas Gorski [Thu, 21 Feb 2013 11:45:36 +0000 (11:45 +0000)]
generic: b53: remove empty spaces
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 35722
Jonas Gorski [Thu, 21 Feb 2013 11:45:33 +0000 (11:45 +0000)]
ramips: print image build warnings/errors to stderr
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35721
Jonas Gorski [Thu, 21 Feb 2013 11:45:31 +0000 (11:45 +0000)]
cns21xx: print image build warnings/errors to stderr
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35720
Jonas Gorski [Thu, 21 Feb 2013 11:45:29 +0000 (11:45 +0000)]
ar71xx: print image build warnings/errors to stderr
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35719
Jonas Gorski [Thu, 21 Feb 2013 11:45:27 +0000 (11:45 +0000)]
scripts/symlink-tree.sh: print warnings/errors to stderr
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35718
Jonas Gorski [Thu, 21 Feb 2013 11:45:25 +0000 (11:45 +0000)]
scripts/ipkg: print warnings/errors to stderr
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35717
Jonas Gorski [Thu, 21 Feb 2013 11:45:22 +0000 (11:45 +0000)]
include/toplevel.mk: print warnings/errors to stderr
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35716
Jonas Gorski [Thu, 21 Feb 2013 11:45:20 +0000 (11:45 +0000)]
include/package-ipkg.mk: print warnings/errors to stderr
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35715
Jonas Gorski [Thu, 21 Feb 2013 11:45:18 +0000 (11:45 +0000)]
include/package-bin: print warnings/errors to stderr
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35714
Jonas Gorski [Thu, 21 Feb 2013 11:45:16 +0000 (11:45 +0000)]
include/kernel.mk: print warnings/errors to stderr
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35713
Jonas Gorski [Thu, 21 Feb 2013 11:45:14 +0000 (11:45 +0000)]
base-files: make firstboot ask for confirmation
To prevent accidential resets ask for confirmation (and default to n).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35712
Jonas Gorski [Thu, 21 Feb 2013 11:45:12 +0000 (11:45 +0000)]
mac80211: add missing DRIVER_11N_SUPPORT selects
Multiple drivers were missing their DRIVER_11N_SUPPORT despite
supporting 11N capable cards.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35711
Jonas Gorski [Thu, 21 Feb 2013 11:45:10 +0000 (11:45 +0000)]
busybox: remove two obsolete patches
They either work around missing implementations in uClibc 0.9.30 and
earlier and add already present functionality.
Closes #11210, #11211.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35710
Jonas Gorski [Thu, 21 Feb 2013 11:45:07 +0000 (11:45 +0000)]
toolchain: uclibc: fix typo in uclibc common config
Based on a patch from Oliver Metz.
Closes #10735.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35709
Gabor Juhos [Thu, 21 Feb 2013 10:26:03 +0000 (10:26 +0000)]
mpc85xx: add kmod-leds-gpio to the default packages
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35708
Gabor Juhos [Thu, 21 Feb 2013 10:26:00 +0000 (10:26 +0000)]
mpc85xx: disable a bunch of unused device nodes on the TL-WDR4900
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35707
Gabor Juhos [Wed, 20 Feb 2013 19:14:20 +0000 (19:14 +0000)]
package/kernel: add package for the Gianfar PTP driver
PTP for gianfar can be built as a module. Create a package for it.
[juhosg: remove the mp85xx specific patch]
Patchwork: http://patchwork.openwrt.org/patch/3344/
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35706
Gabor Juhos [Wed, 20 Feb 2013 19:14:15 +0000 (19:14 +0000)]
package/kernel: add package for the Freescale Gianfar driver
[juhosg: move the fsl-pq-mdio driver into a separate package]
Patchwork: http://patchwork.openwrt.org/patch/3345/
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35705
Hauke Mehrtens [Wed, 20 Feb 2013 15:31:43 +0000 (15:31 +0000)]
brcm47xx: do not use vlan0 any more.
The Broadcom switch driver says that vlan0 should not be used with any switch other than bcm5325.
This makes OpenWrt always use vlan1 and vlan2 instead.
SVN-Revision: 35704
Jo-Philipp Wich [Wed, 20 Feb 2013 15:06:10 +0000 (15:06 +0000)]
buildroot: allow specifying libc personality for external toolchains
SVN-Revision: 35703
Gabor Juhos [Wed, 20 Feb 2013 09:41:48 +0000 (09:41 +0000)]
package/kernel: remove trailing whitespaces from *.mk files
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35691
Gabor Juhos [Wed, 20 Feb 2013 08:27:27 +0000 (08:27 +0000)]
mpc85xx: add kernel support for the TL-WDR4900 v1 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35690
Gabor Juhos [Wed, 20 Feb 2013 08:27:26 +0000 (08:27 +0000)]
mpc85xx: use a foreach loop to copy boot images
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35689
Gabor Juhos [Wed, 20 Feb 2013 06:49:02 +0000 (06:49 +0000)]
fix ARCH_SUFFIX for mips64{,el}r2
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35688
Gabor Juhos [Tue, 19 Feb 2013 20:52:06 +0000 (20:52 +0000)]
ar71xx: remove __dev{init,exit} annotations from kernel files
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35687
Gabor Juhos [Tue, 19 Feb 2013 20:52:03 +0000 (20:52 +0000)]
linux/3.8: add missing Kconfig symbols
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35686
Florian Fainelli [Tue, 19 Feb 2013 17:22:55 +0000 (17:22 +0000)]
dante: fix broken configure script not using CFLAGS for conftest
Spotted by doing an ARM hard float build.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35685
Florian Fainelli [Tue, 19 Feb 2013 17:22:51 +0000 (17:22 +0000)]
openssl: remove now obsolete cris/etrax patch
The etrax target has been removed in r34768.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35684
Florian Fainelli [Tue, 19 Feb 2013 17:22:46 +0000 (17:22 +0000)]
libiconv: compile iconv stub with TARGET_CFLAGS
Fixes spurious build issues when changing target CFLAGS for specific ABI
options (such as ARM's floating point ABI).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35683
Gabor Juhos [Tue, 19 Feb 2013 14:53:17 +0000 (14:53 +0000)]
mpc85xx: add default profile
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35677
Gabor Juhos [Tue, 19 Feb 2013 14:53:16 +0000 (14:53 +0000)]
mpc85xx: add gpio-keys to OF match table
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35676
Gabor Juhos [Tue, 19 Feb 2013 14:53:15 +0000 (14:53 +0000)]
mpc85xx: enable squashfs feature
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35675
Gabor Juhos [Tue, 19 Feb 2013 14:53:12 +0000 (14:53 +0000)]
mpc85xx: add swconfig to default packages
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35674
Steven Barth [Tue, 19 Feb 2013 12:04:41 +0000 (12:04 +0000)]
6relayd: Fix possible memory corruption issue
SVN-Revision: 35673
Gabor Juhos [Tue, 19 Feb 2013 09:17:38 +0000 (09:17 +0000)]
kernel: update linux 3.8-rcX to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35672
Hauke Mehrtens [Mon, 18 Feb 2013 20:44:26 +0000 (20:44 +0000)]
mac80211: b43: Increase number of RX DMA slots
Bastian Bittorf reported that some of the silent freezes on a Linksys WRT54G
were due to overflow of the RX DMA ring buffer, which was created with 64
slots. That finding reminded me that I was seeing similar crashed on a netbook,
which also has a relatively slow processor. After increasing the number of
slots to 128, runs on the netbook that previously failed now worked; however,
I found that 109 slots had been used in one test. For that reason, the number
of slots is being increased to 256.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
SVN-Revision: 35671
Steven Barth [Mon, 18 Feb 2013 12:50:36 +0000 (12:50 +0000)]
6relayd: Workaround potential signal handling issue
SVN-Revision: 35665
Florian Fainelli [Mon, 18 Feb 2013 10:38:05 +0000 (10:38 +0000)]
x86/rdc: migrate to common led helper functions
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35664
Florian Fainelli [Mon, 18 Feb 2013 10:38:02 +0000 (10:38 +0000)]
rb532: migrate platform to common led helper functions
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35663
Florian Fainelli [Mon, 18 Feb 2013 10:37:58 +0000 (10:37 +0000)]
cobalt: migrate platform to common led helper functions
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35662
Florian Fainelli [Mon, 18 Feb 2013 10:37:55 +0000 (10:37 +0000)]
brcm63xx: migrate platform to common led helper functions
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35661
Florian Fainelli [Mon, 18 Feb 2013 10:37:52 +0000 (10:37 +0000)]
au1000: migrate to common led helper functions
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35660
Florian Fainelli [Mon, 18 Feb 2013 10:37:43 +0000 (10:37 +0000)]
ar7: migrate to common led helper functions
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35659
Gabor Juhos [Mon, 18 Feb 2013 09:56:29 +0000 (09:56 +0000)]
ramips: migrate to common led helper functions
[juhosg: migrate to status_led_blink_{preinit,failsafe} helpers]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35652
Gabor Juhos [Mon, 18 Feb 2013 09:56:28 +0000 (09:56 +0000)]
cns21xx: migrate to common led helper functions
[juhosg: migrate to status_led_blink_{preinit,failsafe} helpers]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35651
Gabor Juhos [Mon, 18 Feb 2013 09:56:27 +0000 (09:56 +0000)]
ar71xx: migrate to common led helper functions
[juhosg: migrate to status_led_blink_{preinit,failsafe} helpers]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35650
Gabor Juhos [Mon, 18 Feb 2013 09:56:26 +0000 (09:56 +0000)]
adm5120: migrate to common led helper functions
[juhosg: migrate to status_led_blink_{preinit,failsafe} helpers]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35649
Gabor Juhos [Mon, 18 Feb 2013 09:56:23 +0000 (09:56 +0000)]
base-files: introduce commonly used helper functions for setting leds
Currently, most platforms define such helpers in their own diag.sh
implementation with almost identical code. By factoring out the
common ground it's possible to simplify maintainability and
homogenize the haptics over multiple platforms (so far as is
reasonably practicable, in a next step).
[juhosg:
- fix led_set_attr parameters in led_timer
- add led_morse and status_led_set_morse helpers
- add status_led_blink_{preinit,failsafe} helpers]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35648
Gabor Juhos [Sun, 17 Feb 2013 21:47:03 +0000 (21:47 +0000)]
base-files: minor cosmetic corrections for functions.sh
- update copyright header
- remove superfluous shebang left-over from changeset 34794
- unify function declaration
[juhosg: keep Vertical Communications' copyright notice]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35646
Gabor Juhos [Sun, 17 Feb 2013 21:37:14 +0000 (21:37 +0000)]
Add xz compressed packages to known extensions of dl_cleanup
Add .tar.xz, .txz, and .orig.tar.xz as known extensions to dl_cleanup.py.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35645
Gabor Juhos [Sun, 17 Feb 2013 21:32:42 +0000 (21:32 +0000)]
kernel: update linux 3.7 to 3.7.9
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35644
Jo-Philipp Wich [Sun, 17 Feb 2013 19:26:52 +0000 (19:26 +0000)]
firewall3 - a C implementation of the current firewall scripts
SVN-Revision: 35643
Gabor Juhos [Sun, 17 Feb 2013 12:48:25 +0000 (12:48 +0000)]
generic: ar8216: cleanup function/variable names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35642
Gabor Juhos [Sun, 17 Feb 2013 12:48:23 +0000 (12:48 +0000)]
generic: ar8216: rename struct ar8216_priv to ar8xxx_priv
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35641
Gabor Juhos [Sun, 17 Feb 2013 10:08:41 +0000 (10:08 +0000)]
ar71xx: add user-space support for the Mikrotik RB951G board
[juhosg: change rb-951g to rb-951g-2hnd in the scripts]
Patchwork: http://patchwork.openwrt.org/patch/3257/
Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35634
Gabor Juhos [Sun, 17 Feb 2013 10:08:35 +0000 (10:08 +0000)]
ar71xx: add kernel support for the Mikrotik RB951G board
This is platform definition for the RB951G device. It's mostly rework
of RB2011UAS patchset with network taken from the RB751 patches.
The main difference is the flash layout used by this device.
[juhosg:
- remove dead code from mach-rb951g
- add "-2HnD" suffix to the machine name
- use a separate 615-MIPS-ath79-RB951G-support.patch]
Patchwork: http://patchwork.openwrt.org/patch/3257/
Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35633
Hauke Mehrtens [Sat, 16 Feb 2013 20:28:24 +0000 (20:28 +0000)]
brcm47xx: add initial support for kernel 3.8
This contains the following new bigger changes:
* new partition parser which still could lake some features or have bugs
* new nand flash driver
* using physmap-flash flash driver for parallel flash
* some changes to the serial flash driver
With these changes OpenWrt starts using more of the mainline flash drivers.
SVN-Revision: 35632
Felix Fietkau [Sat, 16 Feb 2013 19:00:34 +0000 (19:00 +0000)]
hostapd: fix the scan wait patch for multiple interfaces
SVN-Revision: 35630