Gabor Juhos [Thu, 1 Dec 2011 22:48:37 +0000 (22:48 +0000)]
ramips: setup bc2 mac addresses from the generic network script
SVN-Revision: 29377
Gabor Juhos [Thu, 1 Dec 2011 22:48:35 +0000 (22:48 +0000)]
ramips: combine network setup for all boards in one file
Inspired by the patch from Roman Yeryomin. Thanks, Roman!
This removes unnecessary duplication and simplifies network setup for new
boards. It would be a one line change most likely.
[juhosg: setup lan and wan interfaces for unspecified rt3x0x based boards
in order to avoid regression]
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 29376
Jo-Philipp Wich [Thu, 1 Dec 2011 21:34:45 +0000 (21:34 +0000)]
dnsmasq: automatically add host entry for own hostname and ptr record for lan ip address
SVN-Revision: 29375
John Crispin [Wed, 30 Nov 2011 14:16:58 +0000 (14:16 +0000)]
kernel: package TI's USB 3410/505 usb driver
This is a patch that adds kernel drivers for TI's USB 3410/5052
devices to the `make menuconfig` GUI during setup.
Signed-off-by: Nemanja Stefanovic <nemik@nemik.net>
SVN-Revision: 29366
John Crispin [Wed, 30 Nov 2011 14:16:44 +0000 (14:16 +0000)]
comgt: Add scripts to comgt to retrieve the IMSI and CNUM to identify the SIM card.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 29365
John Crispin [Wed, 30 Nov 2011 12:45:50 +0000 (12:45 +0000)]
kernel: This adds support for Marvell S-ATA.
Useful for kirkwood and probably other Marvell SoCs.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 29364
Nicolas Thill [Wed, 30 Nov 2011 07:43:58 +0000 (07:43 +0000)]
scripts: add script to generate combined extended image format
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 29358
Felix Fietkau [Tue, 29 Nov 2011 08:52:22 +0000 (08:52 +0000)]
kernel: add a configuration option for enabling printk timestamps (#10503)
SVN-Revision: 29353
Felix Fietkau [Mon, 28 Nov 2011 19:19:33 +0000 (19:19 +0000)]
build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build
SVN-Revision: 29352
John Crispin [Mon, 28 Nov 2011 12:46:18 +0000 (12:46 +0000)]
omap24xx: bump to 3.1.3
SVN-Revision: 29349
John Crispin [Mon, 28 Nov 2011 10:22:58 +0000 (10:22 +0000)]
lantiq: bump to 3.1.3
SVN-Revision: 29348
Felix Fietkau [Sun, 27 Nov 2011 06:29:09 +0000 (06:29 +0000)]
ath9k: fix a regression in touching power mode related registers
SVN-Revision: 29341
Felix Fietkau [Sun, 27 Nov 2011 05:30:40 +0000 (05:30 +0000)]
dropbear: fix build breakage
SVN-Revision: 29340
Felix Fietkau [Sun, 27 Nov 2011 04:30:09 +0000 (04:30 +0000)]
ath9k: enable ANI on ar913x, should noticeably improve stability in noisy environments
SVN-Revision: 29338
Nicolas Thill [Fri, 25 Nov 2011 20:47:44 +0000 (20:47 +0000)]
targets: fix CONFIG_USB_STORAGE_* inconsistency
* all options were switched from bool to tristate in 2.6.30
* add/change/move them to generic, disabled by default
* remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09
* remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6
* cleanup ordering
SVN-Revision: 29337
Nicolas Thill [Fri, 25 Nov 2011 00:53:19 +0000 (00:53 +0000)]
package/dropbear: update to 2011.54
SVN-Revision: 29330
Nicolas Thill [Fri, 25 Nov 2011 00:53:13 +0000 (00:53 +0000)]
package/dnsmasq: update to 2.59 (thanks to Raphael Huck)
SVN-Revision: 29329
Gabor Juhos [Thu, 24 Nov 2011 20:09:43 +0000 (20:09 +0000)]
ar71xx: modify phy mask of the WP543 board
This fixes ethernet on newer boards. Based on a patch from #9702.
SVN-Revision: 29328
Gabor Juhos [Thu, 24 Nov 2011 20:09:40 +0000 (20:09 +0000)]
firmware-utils/mktplinfw: use htonl/ntohl
Based on a patch by Adrian Chadd <adrian@freebsd.org>
SVN-Revision: 29327
Gabor Juhos [Thu, 24 Nov 2011 20:09:38 +0000 (20:09 +0000)]
ar71xx: fix wndr3800 machine name
This fixes the machine name in /proc/cpuinfo and luci status page machine name.
Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com>
SVN-Revision: 29326
Gabor Juhos [Thu, 24 Nov 2011 20:09:35 +0000 (20:09 +0000)]
ar71xx: copy atheros initramfs images to the image directory
SVN-Revision: 29325
Gabor Juhos [Thu, 24 Nov 2011 20:09:32 +0000 (20:09 +0000)]
ar71xx: specify mtd layout in command line for the DB120 board
SVN-Revision: 29324
Nicolas Thill [Wed, 23 Nov 2011 19:41:36 +0000 (19:41 +0000)]
package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix)
SVN-Revision: 29299
Felix Fietkau [Wed, 23 Nov 2011 13:55:35 +0000 (13:55 +0000)]
mac80211: fix aggregation related kernel warnings when using wds
SVN-Revision: 29296
Felix Fietkau [Wed, 23 Nov 2011 13:55:14 +0000 (13:55 +0000)]
ath9k: fix setting channel bandwidth before bringing up interfaces
SVN-Revision: 29295
John Crispin [Wed, 23 Nov 2011 12:22:15 +0000 (12:22 +0000)]
lantiq: drop 009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patch
This patch is/was a duplicate of generic/patches-3.1/307-mips_oprofile_fix.patch
SVN-Revision: 29294
Nicolas Thill [Wed, 23 Nov 2011 04:06:57 +0000 (04:06 +0000)]
tools: use host build_dir instead of target build_dir
SVN-Revision: 29293
John Crispin [Tue, 22 Nov 2011 18:50:51 +0000 (18:50 +0000)]
lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland api * minor style cleanups
Signed-of-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
SVN-Revision: 29292
Nicolas Thill [Mon, 21 Nov 2011 21:40:26 +0000 (21:40 +0000)]
package/mac80211: fix atomic64 issues on x86 / uml
SVN-Revision: 29289
Florian Fainelli [Mon, 21 Nov 2011 16:36:39 +0000 (16:36 +0000)]
don't package gpioctl by default
SVN-Revision: 29288
Nicolas Thill [Mon, 21 Nov 2011 14:28:33 +0000 (14:28 +0000)]
target/uml: export atomic64_* functions on 32-bit x86
SVN-Revision: 29287
Jo-Philipp Wich [Mon, 21 Nov 2011 13:35:19 +0000 (13:35 +0000)]
mac80211: revert unrelated change in previous commit
SVN-Revision: 29285
Jo-Philipp Wich [Mon, 21 Nov 2011 13:33:11 +0000 (13:33 +0000)]
mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace on boot
SVN-Revision: 29284
Gabor Juhos [Sun, 20 Nov 2011 11:30:10 +0000 (11:30 +0000)]
ar71xx: set GE0 phy_mask for AR933x
SVN-Revision: 29274
Felix Fietkau [Sun, 20 Nov 2011 09:29:42 +0000 (09:29 +0000)]
ath9k: merge a pending aggregation fix
SVN-Revision: 29273
Felix Fietkau [Sun, 20 Nov 2011 09:29:34 +0000 (09:29 +0000)]
mac80211: refresh p54spi patches
SVN-Revision: 29272
Felix Fietkau [Sun, 20 Nov 2011 09:29:27 +0000 (09:29 +0000)]
mac80211: fix a workqueue compat backport
SVN-Revision: 29271
Jo-Philipp Wich [Sat, 19 Nov 2011 21:34:51 +0000 (21:34 +0000)]
fix D-Link DSL-2650U image generation
SVN-Revision: 29266
Jonas Gorski [Sat, 19 Nov 2011 18:39:12 +0000 (18:39 +0000)]
linux: update 3.0 to 3.0.9
SVN-Revision: 29264
Felix Fietkau [Sat, 19 Nov 2011 17:15:53 +0000 (17:15 +0000)]
scripts/env: improve the wording of the question when starting repository (patch by Rolf Leggewie)
SVN-Revision: 29262
Felix Fietkau [Sat, 19 Nov 2011 17:15:50 +0000 (17:15 +0000)]
scripts/env: make mv and cp operations more robust (treat dotfiles appropriately) (based on patch by Rolf Leggewie)
SVN-Revision: 29261
Felix Fietkau [Sat, 19 Nov 2011 17:15:45 +0000 (17:15 +0000)]
scripts/env: fix indentation (patch by Rolf Leggewie)
SVN-Revision: 29260
Felix Fietkau [Sat, 19 Nov 2011 16:56:47 +0000 (16:56 +0000)]
Revert "package/mac80211: fix atomic64 compat"
SVN-Revision: 29258
Felix Fietkau [Sat, 19 Nov 2011 16:56:44 +0000 (16:56 +0000)]
ath9k: allow run-time change of the chanbw debugfs file
SVN-Revision: 29257
Jo-Philipp Wich [Sat, 19 Nov 2011 16:50:25 +0000 (16:50 +0000)]
base-files: kill remaining processes after running user hooks (#10461)
SVN-Revision: 29256
Felix Fietkau [Fri, 18 Nov 2011 11:27:19 +0000 (11:27 +0000)]
mac80211: update to wireless-testing 2011-11-15
SVN-Revision: 29240
Florian Fainelli [Fri, 18 Nov 2011 10:37:03 +0000 (10:37 +0000)]
build images for D-Link DSL-2650U (#9003)
SVN-Revision: 29238
Michael Büsch [Thu, 17 Nov 2011 22:31:27 +0000 (22:31 +0000)]
omap24xx: Fix cbus nested IRQ acking
SVN-Revision: 29237
Michael Büsch [Thu, 17 Nov 2011 21:02:00 +0000 (21:02 +0000)]
omap24xx: Fix initialization of software IRQ mask
SVN-Revision: 29236
Michael Büsch [Thu, 17 Nov 2011 19:35:57 +0000 (19:35 +0000)]
omap24xx: Update 3.1 config
SVN-Revision: 29234
Michael Büsch [Thu, 17 Nov 2011 18:06:19 +0000 (18:06 +0000)]
omap24xx: Some retu/tahvo IRQ fixes
SVN-Revision: 29233
Michael Büsch [Thu, 17 Nov 2011 14:57:34 +0000 (14:57 +0000)]
omap24xx: Add basic kexec fixes.
SVN-Revision: 29232
Nicolas Thill [Thu, 17 Nov 2011 09:57:00 +0000 (09:57 +0000)]
package/mac80211: fix atomic64 compat
SVN-Revision: 29209
Jo-Philipp Wich [Thu, 17 Nov 2011 09:40:06 +0000 (09:40 +0000)]
base-files: another empty password check fix (#10440)
SVN-Revision: 29208
Jo-Philipp Wich [Thu, 17 Nov 2011 01:18:22 +0000 (01:18 +0000)]
base-files: now that we have date -k, adjust the kernel timezone after setting up TZ and localtime
SVN-Revision: 29204
Jo-Philipp Wich [Thu, 17 Nov 2011 01:11:56 +0000 (01:11 +0000)]
busybox: add a "date -k" to set the kernel timezone from the current localtime utc offset
SVN-Revision: 29203
Michael Büsch [Wed, 16 Nov 2011 22:45:23 +0000 (22:45 +0000)]
p54spi: workqueue deadlock fix
SVN-Revision: 29202
Michael Büsch [Wed, 16 Nov 2011 22:34:38 +0000 (22:34 +0000)]
omap24xx: Add workaround for omapfb locking bug.
SVN-Revision: 29201
Michael Büsch [Wed, 16 Nov 2011 22:26:12 +0000 (22:26 +0000)]
p54spi: Lock fixes
SVN-Revision: 29200
Michael Büsch [Wed, 16 Nov 2011 19:03:23 +0000 (19:03 +0000)]
Revert r29193
SVN-Revision: 29195
Michael Büsch [Wed, 16 Nov 2011 19:02:12 +0000 (19:02 +0000)]
omap24xx: Set platform specific optimization flags
SVN-Revision: 29194
Michael Büsch [Wed, 16 Nov 2011 19:01:19 +0000 (19:01 +0000)]
n810: Add xmodmap to profile
SVN-Revision: 29193
Michael Büsch [Wed, 16 Nov 2011 17:27:36 +0000 (17:27 +0000)]
mconf: Fix compile warning: "warning: conflicting types for ‘sym_set_all_changed’"
SVN-Revision: 29190
Michael Büsch [Wed, 16 Nov 2011 16:05:23 +0000 (16:05 +0000)]
Add xorg feed to feeds.conf.default
SVN-Revision: 29188
Jo-Philipp Wich [Wed, 16 Nov 2011 15:01:18 +0000 (15:01 +0000)]
base-files: rewrite killing of nonessential services to not rely on top, use the proc filesystem only
SVN-Revision: 29187
Jo-Philipp Wich [Wed, 16 Nov 2011 13:17:35 +0000 (13:17 +0000)]
busybox: fix empty password detection in telnetd init (#10432)
SVN-Revision: 29183
Nicolas Thill [Tue, 15 Nov 2011 23:40:39 +0000 (23:40 +0000)]
package/ppp: fix typo in r28868 (closes: #10429)
SVN-Revision: 29165
Florian Fainelli [Tue, 15 Nov 2011 22:24:22 +0000 (22:24 +0000)]
include bridge and 8021q modules by default
SVN-Revision: 29164
Florian Fainelli [Tue, 15 Nov 2011 22:24:18 +0000 (22:24 +0000)]
allow building 8021q and bridge as modules
SVN-Revision: 29163
Florian Fainelli [Tue, 15 Nov 2011 19:15:42 +0000 (19:15 +0000)]
kmod-r6040 depends on kmod-libphy
SVN-Revision: 29162
John Crispin [Tue, 15 Nov 2011 18:21:00 +0000 (18:21 +0000)]
lantiq: add runtime generation of /etc/config/network
SVN-Revision: 29161
Jo-Philipp Wich [Tue, 15 Nov 2011 17:54:02 +0000 (17:54 +0000)]
busybox: revert accidentally committed debugging flag
SVN-Revision: 29158
Jo-Philipp Wich [Tue, 15 Nov 2011 17:38:55 +0000 (17:38 +0000)]
busybox: fix hexdump segmentation fault with an empty leading format unit
SVN-Revision: 29156
Felix Fietkau [Tue, 15 Nov 2011 14:53:21 +0000 (14:53 +0000)]
ath9k: reorganize patches, reset hardware after full sleep (fixes #10349)
SVN-Revision: 29155
Jo-Philipp Wich [Tue, 15 Nov 2011 10:17:59 +0000 (10:17 +0000)]
uhttpd: prevent linking uhttpd binary against crypto libraries
SVN-Revision: 29152
Jo-Philipp Wich [Mon, 14 Nov 2011 21:37:53 +0000 (21:37 +0000)]
broadcom-wl: align RADIUS options with r26482, patch by Etienne Champetier <etienne.champetier@free.fr>
SVN-Revision: 29136
Felix Fietkau [Mon, 14 Nov 2011 21:21:24 +0000 (21:21 +0000)]
ath9k: do not put the hardware to full-sleep while tx is pending
SVN-Revision: 29133
Felix Fietkau [Mon, 14 Nov 2011 21:21:03 +0000 (21:21 +0000)]
ath9k: rework radio stop/start cleanup, avoid duplicate rx/tx stop, avoid early phy stop
SVN-Revision: 29132
Jo-Philipp Wich [Mon, 14 Nov 2011 19:02:01 +0000 (19:02 +0000)]
base-files: prime root password with "x" to notify programs that there is a shadow record, fix /bin/login.sh password detection accordingly. Solves broken key based dropbear login with empty password after r28935.
SVN-Revision: 29130
John Crispin [Mon, 14 Nov 2011 18:55:58 +0000 (18:55 +0000)]
lantiq: fix falcon build breakage
dev-wifi-rt2x00 fails to build on falcon due to missing pci
SVN-Revision: 29129
Gabor Juhos [Mon, 14 Nov 2011 17:43:15 +0000 (17:43 +0000)]
ar71xx: fix USB LED on the DB120 board
SVN-Revision: 29126
Gabor Juhos [Mon, 14 Nov 2011 17:43:14 +0000 (17:43 +0000)]
ar71xx: add a function for selecting output signal on a given GPIO pin
SVN-Revision: 29125
Gabor Juhos [Mon, 14 Nov 2011 17:43:13 +0000 (17:43 +0000)]
ar71xx: fix GPIO function handling on AR934x
SVN-Revision: 29124
Gabor Juhos [Mon, 14 Nov 2011 17:43:11 +0000 (17:43 +0000)]
ar71xx: add AR71XX_ prefix to GPIO_REG_* defines
SVN-Revision: 29123
Gabor Juhos [Mon, 14 Nov 2011 17:43:10 +0000 (17:43 +0000)]
ar71xx: merge nand scan patch
SVN-Revision: 29122
Felix Fietkau [Mon, 14 Nov 2011 14:06:37 +0000 (14:06 +0000)]
mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb
The driver works quite nice and stable for me using a RaLink Rt5370 USB device.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 29116
Felix Fietkau [Mon, 14 Nov 2011 14:06:32 +0000 (14:06 +0000)]
netifd: update to latest version, fixes tcp connection loss issues on dhcp rekey
SVN-Revision: 29115
Jo-Philipp Wich [Mon, 14 Nov 2011 13:18:09 +0000 (13:18 +0000)]
uci: update to latest git rev
7289b2d69aaffa9299b47aaaa0da1e9969ace6c1
SVN-Revision: 29111
Gabor Juhos [Mon, 14 Nov 2011 13:07:47 +0000 (13:07 +0000)]
ar71xx: fix a compiler warning
SVN-Revision: 29110
Gabor Juhos [Mon, 14 Nov 2011 13:07:45 +0000 (13:07 +0000)]
ar71xx: fix GPIO count for AR934x
SVN-Revision: 29109
Gabor Juhos [Mon, 14 Nov 2011 11:49:53 +0000 (11:49 +0000)]
ar71xx: flush DDR writeback buffers for WMAC and PCIe on AR934X
SVN-Revision: 29108
Gabor Juhos [Mon, 14 Nov 2011 11:49:51 +0000 (11:49 +0000)]
ar71xx: use a dummy irq chip for WMAC and PCIe irq hadling
SVN-Revision: 29107
Gabor Juhos [Mon, 14 Nov 2011 11:49:49 +0000 (11:49 +0000)]
ar71xx: add AR934X_RESET_REG_PCIE_WMAC_INT_STATUS defines
SVN-Revision: 29106
Gabor Juhos [Mon, 14 Nov 2011 11:49:47 +0000 (11:49 +0000)]
ar71xx: add an irq parameter for ar724x_pcibios_init
SVN-Revision: 29105
Gabor Juhos [Mon, 14 Nov 2011 07:38:09 +0000 (07:38 +0000)]
ar71xx: remove hardwired interface parameters from mach-* files
SVN-Revision: 29103
Gabor Juhos [Mon, 14 Nov 2011 07:38:07 +0000 (07:38 +0000)]
ar71xx: force hardwired interface parameters in ar71xx_add_device_eth
SVN-Revision: 29102
Gabor Juhos [Mon, 14 Nov 2011 07:38:05 +0000 (07:38 +0000)]
ar71xx: use if-else instead of conditional operators in ar71xx_add_device_eth
SVN-Revision: 29101
Florian Fainelli [Sun, 13 Nov 2011 19:19:22 +0000 (19:19 +0000)]
build images for Pirelli A226M (#10409)
SVN-Revision: 29045
Florian Fainelli [Sun, 13 Nov 2011 19:19:18 +0000 (19:19 +0000)]
register uart0 on DWV-S0 boards (#10409)
SVN-Revision: 29044
Florian Fainelli [Sun, 13 Nov 2011 19:19:14 +0000 (19:19 +0000)]
refresh 3.0 patches
SVN-Revision: 29043