Nicolas Thill [Sat, 22 Oct 2011 10:40:45 +0000 (10:40 +0000)]
wrt55agv2-spidevs: fix build with recent kernel
SVN-Revision: 28516
Nicolas Thill [Sat, 22 Oct 2011 10:19:27 +0000 (10:19 +0000)]
kernel: add dependency on kmod-crypto-authenc to kmod-ipsec (closes: #7431)
SVN-Revision: 28515
Felix Fietkau [Sat, 22 Oct 2011 01:51:55 +0000 (01:51 +0000)]
netifd: add a dependency on jshn
SVN-Revision: 28514
Nicolas Thill [Fri, 21 Oct 2011 23:08:45 +0000 (23:08 +0000)]
busybox: update to 1.19.2 (thanks to Peter Wagner)
SVN-Revision: 28513
Felix Fietkau [Fri, 21 Oct 2011 20:50:23 +0000 (20:50 +0000)]
uci: fix segfault on import of anonymous sections (#10204)
SVN-Revision: 28507
Felix Fietkau [Fri, 21 Oct 2011 13:20:48 +0000 (13:20 +0000)]
uci: update to latest version (includes several bugfixes)
SVN-Revision: 28504
Felix Fietkau [Fri, 21 Oct 2011 13:03:37 +0000 (13:03 +0000)]
scripts/feeds: override the OPENWRT_BUILD variable when calling internal targets (based on patch from #10212)
SVN-Revision: 28503
Felix Fietkau [Fri, 21 Oct 2011 12:52:49 +0000 (12:52 +0000)]
tools/lzma-old fix compile issues (patch from #10253)
SVN-Revision: 28502
Felix Fietkau [Fri, 21 Oct 2011 12:42:57 +0000 (12:42 +0000)]
netifd: add missing dependencies on libuci and libnl-tiny
SVN-Revision: 28501
Nicolas Thill [Fri, 21 Oct 2011 11:31:25 +0000 (11:31 +0000)]
upx: fix build error
g++ -O2 -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings -Werror -o compress.o -c compress.cpp
cc1plus: warnings being treated as errors
compress.cpp:75: error: unused parameter 'src'
...
SVN-Revision: 28500
Felix Fietkau [Fri, 21 Oct 2011 01:47:49 +0000 (01:47 +0000)]
add an initial (experimental) version of netifd, disabled by default
SVN-Revision: 28499
Felix Fietkau [Fri, 21 Oct 2011 01:34:12 +0000 (01:34 +0000)]
pppd: fix the exit code in case of authentication failure or other errors
SVN-Revision: 28498
Felix Fietkau [Thu, 20 Oct 2011 21:42:07 +0000 (21:42 +0000)]
pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down}
SVN-Revision: 28497
Felix Fietkau [Thu, 20 Oct 2011 15:01:12 +0000 (15:01 +0000)]
ubusd: add an init script
SVN-Revision: 28496
Felix Fietkau [Thu, 20 Oct 2011 15:01:06 +0000 (15:01 +0000)]
base-files: move network related scripts to a separate package to make the transition to netifd easier
SVN-Revision: 28495
Travis Kemen [Thu, 20 Oct 2011 12:12:26 +0000 (12:12 +0000)]
add cname section
SVN-Revision: 28493
Jonas Gorski [Thu, 20 Oct 2011 10:32:44 +0000 (10:32 +0000)]
linux: generic: refresh patches for 3.1-rc10
Hopefully the last one and identical to final.
SVN-Revision: 28492
Jonas Gorski [Wed, 19 Oct 2011 10:17:28 +0000 (10:17 +0000)]
squashfs4: Add support for LZMA Magic to unsquashfs
Some vendor firmwares use a different super block magic to indicate LZMA
compression. This patches adds support for detecting this and enable
extraction for those firmware's root filesystems.
SVN-Revision: 28489
Jo-Philipp Wich [Mon, 17 Oct 2011 12:45:07 +0000 (12:45 +0000)]
6in4: sync with HE.net endpoint update changes
SVN-Revision: 28475
Jo-Philipp Wich [Sun, 16 Oct 2011 16:44:49 +0000 (16:44 +0000)]
autotools.mk: link config.rpath before running autoreconf, also touch ABOUT-NLS - needed by minidlna CVS version
SVN-Revision: 28464
Jo-Philipp Wich [Sat, 15 Oct 2011 01:05:25 +0000 (01:05 +0000)]
opkg: fix a double free of pkg vectors when recursively removing packages due to --autoremove
SVN-Revision: 28458
Hamish Guthrie [Fri, 14 Oct 2011 11:42:40 +0000 (11:42 +0000)]
udev: Provide define to enable compilation with kernel 2.6.32.33 headers
SVN-Revision: 28453
Jo-Philipp Wich [Thu, 13 Oct 2011 14:29:06 +0000 (14:29 +0000)]
mac80211: autoload ath9k_htc after USB controller drivers
SVN-Revision: 28442
Hauke Mehrtens [Thu, 13 Oct 2011 12:13:25 +0000 (12:13 +0000)]
mac80211: fix some dependencies and make lib80211 compile without cfg80211 selected
* libertas: does not depend on mac80211 but on cfg80211 and it uses wext
* libipw: also uses wext
* net-hermes: it is enough if the main package net-hermes depends on cfg80211
* Now it is possible to build it without cfg80211 at all
SVN-Revision: 28437
Hauke Mehrtens [Thu, 13 Oct 2011 12:02:35 +0000 (12:02 +0000)]
mac80211: use new version of carl80211 firmware
This firmware is compatible with the driver version in use.
SVN-Revision: 28436
Hauke Mehrtens [Thu, 13 Oct 2011 11:34:28 +0000 (11:34 +0000)]
mac80211: use correct firmware for ath9k_htc
The old firmware for ath9k_htc was not compatible with the driver since april.
Also update to a new version of linux-firmware to get the newest version of these firmware files.
Thank you Helmut Schaa for reporting this.
SVN-Revision: 28433
Imre Kaloz [Wed, 12 Oct 2011 10:42:38 +0000 (10:42 +0000)]
add upx, but make it build only for ppc now
SVN-Revision: 28428
Jonas Gorski [Tue, 11 Oct 2011 23:05:16 +0000 (23:05 +0000)]
linux: ar71xx: add support for Mikrotik Routerboard RB493G
SVN-Revision: 28423
Jonas Gorski [Tue, 11 Oct 2011 23:05:13 +0000 (23:05 +0000)]
ar71xx: add a workaround for ar8316 not always driving the TA bit to low
AR8316 behind a GPIO bitbanged MDIO bus fails to drive the turnaround bit
to low despite returning a valid value. Ignore it and just use the
returned value anyway.
SVN-Revision: 28422
Jonas Gorski [Tue, 11 Oct 2011 23:05:10 +0000 (23:05 +0000)]
ar8216: use mdiobus_{read,write} to ensure proper locking
SVN-Revision: 28421
Jo-Philipp Wich [Tue, 11 Oct 2011 18:15:12 +0000 (18:15 +0000)]
include: autotools.mk: do not fail in patch-libtool fixup if patch is already applied
SVN-Revision: 28419
Jo-Philipp Wich [Tue, 11 Oct 2011 13:43:08 +0000 (13:43 +0000)]
base-files: introduce "igmp_snooping" option to toggle IGMP snooping on bridge interfaces
SVN-Revision: 28412
John Crispin [Mon, 10 Oct 2011 15:14:17 +0000 (15:14 +0000)]
* add support for ar9
* add support for ase
(vr9 support is still a todo)
SVN-Revision: 28406
John Crispin [Mon, 10 Oct 2011 15:13:46 +0000 (15:13 +0000)]
* update patches to 3.0
* add basic vr9 support
* backport 3.1 fixes
* backport 3.2 queue (falcon)
SVN-Revision: 28405
Felix Fietkau [Mon, 10 Oct 2011 15:05:31 +0000 (15:05 +0000)]
ubus: update to latest version, includes a small bugfix for object call replies
SVN-Revision: 28404
Florian Fainelli [Mon, 10 Oct 2011 09:23:56 +0000 (09:23 +0000)]
kernel: fix i2c section after r28334
SVN-Revision: 28399
Felix Fietkau [Sun, 9 Oct 2011 16:54:03 +0000 (16:54 +0000)]
fix a small logic error in package download
SVN-Revision: 28395
Felix Fietkau [Sun, 9 Oct 2011 16:33:59 +0000 (16:33 +0000)]
build system: add a feature that allows you to pull sources from a git tree instead of the usual tarball
SVN-Revision: 28394
Felix Fietkau [Sun, 9 Oct 2011 16:01:49 +0000 (16:01 +0000)]
update libubox and ubus to the latest version
SVN-Revision: 28393
Felix Fietkau [Sun, 9 Oct 2011 15:48:03 +0000 (15:48 +0000)]
mac80211: update to wireless-testing 2011-10-05 + pending patches
SVN-Revision: 28392
Nicolas Thill [Sun, 9 Oct 2011 14:11:33 +0000 (14:11 +0000)]
package/gdb: disable expat properly, remove conditional dependency on libexpat, bump release number
SVN-Revision: 28390
Felix Fietkau [Sat, 8 Oct 2011 17:34:56 +0000 (17:34 +0000)]
mac80211: set the country code early to allow crda to settle
SVN-Revision: 28387
Felix Fietkau [Sat, 8 Oct 2011 15:20:34 +0000 (15:20 +0000)]
mac80211: remove a WARN_ON that causes compile errors on 2.6.32
SVN-Revision: 28386
Felix Fietkau [Sat, 8 Oct 2011 14:48:29 +0000 (14:48 +0000)]
iw: update to v3.1, add support for per-chain signal strength info
SVN-Revision: 28385
Felix Fietkau [Sat, 8 Oct 2011 14:48:23 +0000 (14:48 +0000)]
ath9k: add support for per-chain signal strength info
SVN-Revision: 28384
Felix Fietkau [Sat, 8 Oct 2011 13:41:04 +0000 (13:41 +0000)]
ath9k: extend the phy error disable patch
SVN-Revision: 28383
Jonas Gorski [Sat, 8 Oct 2011 11:37:14 +0000 (11:37 +0000)]
ag71xx: close a race between the phy state machine and link state
A fast stop/start cycle could leave the ag71xx interrupts and tx engine
disabled when using a phy driver with a fixed link and the start/stop
happens between two phy state machine polls.
Prevent this by always forcing the link down on stop regardless of phy
state and having a phy connected.
SVN-Revision: 28380
Felix Fietkau [Fri, 7 Oct 2011 19:00:02 +0000 (19:00 +0000)]
ath9k: disable phy error reporting on the rx queue to improve stability under noisy conditions
SVN-Revision: 28379
Florian Fainelli [Fri, 7 Oct 2011 16:03:12 +0000 (16:03 +0000)]
iproute2: update to 2.6.39
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
SVN-Revision: 28378
Jo-Philipp Wich [Thu, 6 Oct 2011 18:23:16 +0000 (18:23 +0000)]
add IDs for Huawai K3770, K3771, K4510 and K4511 to option driver
SVN-Revision: 28376
Jo-Philipp Wich [Tue, 4 Oct 2011 23:41:12 +0000 (23:41 +0000)]
ppp: move the rp_pppoe_* options behind the plugin argument
SVN-Revision: 28368
Jo-Philipp Wich [Tue, 4 Oct 2011 23:37:53 +0000 (23:37 +0000)]
ppp: implement pppoe specific uci options "ac" and "service" which map to "rp_pppoe_ac" and "rp_pppoe_service"
SVN-Revision: 28366
Jo-Philipp Wich [Tue, 4 Oct 2011 23:10:36 +0000 (23:10 +0000)]
ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by appending the nic-xxx argument last
SVN-Revision: 28364
Florian Fainelli [Tue, 4 Oct 2011 09:15:37 +0000 (09:15 +0000)]
add missing kernel config symbols
SVN-Revision: 28363
Jonas Gorski [Mon, 3 Oct 2011 23:39:31 +0000 (23:39 +0000)]
swconfig: fix vlan/port configs being applied to all switches
Check devn instead of dev (which will never be null at this point).
SVN-Revision: 28362
Jo-Philipp Wich [Mon, 3 Oct 2011 11:33:13 +0000 (11:33 +0000)]
kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case
SVN-Revision: 28361
Jo-Philipp Wich [Mon, 3 Oct 2011 10:19:25 +0000 (10:19 +0000)]
kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is set
SVN-Revision: 28360
Daniel Dickinson [Mon, 3 Oct 2011 04:39:54 +0000 (04:39 +0000)]
Was specifying input-polled-keys and not input-keys-polled as the module name. Philip Prindeville - 2011-10-03 03:58:17
SVN-Revision: 28357
Daniel Dickinson [Mon, 3 Oct 2011 03:09:20 +0000 (03:09 +0000)]
Add patch for linux-3.0 as well.
Fix typo from previous submission with input-keys-polled.
Philip Prindeville - 2011-10-03 01:44:55
SVN-Revision: 28356
Daniel Dickinson [Mon, 3 Oct 2011 03:06:29 +0000 (03:06 +0000)]
New x86 platform specific symbol needed for 3.1-rc3.
Daniel Dickinson [Mon, 3 Oct 2011 03:04:11 +0000 (03:04 +0000)]
The name gpio-cs5535 used to refer to the drivers/char/ module, but in 3.1 it refers to what had been drivers/gpio/cs5535-gpio in more recent kernels. Philip Prindeville - 2011-08-29 04:55:59
SVN-Revision: 28354
Daniel Dickinson [Mon, 3 Oct 2011 03:02:42 +0000 (03:02 +0000)]
A lot of these options get set automatically when Geode is selected.
Don't make the config more complicated than it needs to be.
Philip Prindeville - 2011-08-29 03:15:27
SVN-Revision: 28353
John Crispin [Sat, 1 Oct 2011 22:36:47 +0000 (22:36 +0000)]
package I2C_MUX_GPIO
this module was missing from [28334]
buildbots timed out as the symbol was not defined
SVN-Revision: 28352
Felix Fietkau [Fri, 30 Sep 2011 22:23:35 +0000 (22:23 +0000)]
ath9k: add some more fixes to AP handling of buffered frames for powersave clients
SVN-Revision: 28344
Florian Fainelli [Fri, 30 Sep 2011 12:55:33 +0000 (12:55 +0000)]
add vlan definitions for Siemens SE505v2
Hi,
this patch adds the correct vlan definitions for the Siemens SE505v2. It
applies to trunk as well as backfire (please apply here too). On
backfire this also patches brcm-2,4, because brcm47xx base-files is just
symlinked to brcm-2.4.
It also fixes two whitespace issues.
Tested with brcm47xx on both trunk and backfire branch and works as
expected.
Signed-off-by: Manuel Munz <freifunk@somakoma.de>
SVN-Revision: 28336
Florian Fainelli [Fri, 30 Sep 2011 12:55:30 +0000 (12:55 +0000)]
add kmod-hwmon-lm95241
This allows building the module for the national lm95241 i2c temperature sensor.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 28335
Florian Fainelli [Fri, 30 Sep 2011 12:55:26 +0000 (12:55 +0000)]
add support for more i2c muxes
This patch should bring support for several kernel modules related to
I2C to openwrt, which are existing for several years now. Namely there
is the i2c-tiny-usb bus driver, to hook up an I2C bus on any device with
usb support (prevent voiding warranty when opening and soldering).
Second, there is support for the i2c-mux driver and pca954x as a I2C
switch driver.
Finally there is support for common I2C gpio expander driver modules
pca953x and pcf857x. They work without providing platform data recently
(can be instantiated at runtime).
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
SVN-Revision: 28334
Florian Fainelli [Fri, 30 Sep 2011 12:55:23 +0000 (12:55 +0000)]
dnsmasq: update to 2.58
patch by Raphael Huck.
SVN-Revision: 28333
Felix Fietkau [Fri, 30 Sep 2011 11:12:13 +0000 (11:12 +0000)]
build system: add support for download-time make hooks
SVN-Revision: 28322
Vasilis Tsiligiannis [Thu, 29 Sep 2011 12:37:04 +0000 (12:37 +0000)]
hostap-driver: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio
SVN-Revision: 28318
Felix Fietkau [Wed, 28 Sep 2011 22:05:32 +0000 (22:05 +0000)]
kernel: remove the x86 dependency from kmod-sky2 so that it can be used on other platforms as well
SVN-Revision: 28314
John Crispin [Mon, 26 Sep 2011 10:35:51 +0000 (10:35 +0000)]
The enable function was using the global timeout variable for local operations. This resulted in the value of the global variable being corrupted, thus breaking the code.
SVN-Revision: 28310
John Crispin [Mon, 26 Sep 2011 09:36:02 +0000 (09:36 +0000)]
* remove obseleted m25p80 patch
SVN-Revision: 28309
John Crispin [Mon, 26 Sep 2011 09:35:02 +0000 (09:35 +0000)]
* rebase 3.0 patches * fold some fixes into existing patches
SVN-Revision: 28308
John Crispin [Mon, 26 Sep 2011 09:00:11 +0000 (09:00 +0000)]
* fixes brnboot image generation
SVN-Revision: 28307
Jo-Philipp Wich [Mon, 26 Sep 2011 02:28:04 +0000 (02:28 +0000)]
base-files: use "zonename" system option to symlink /etc/localtime via /tmp/localtime to /usr/share/zoneinfo for glibc and eglibc
SVN-Revision: 28306
Jo-Philipp Wich [Mon, 26 Sep 2011 02:02:35 +0000 (02:02 +0000)]
image.mk: pass through $(CONFIG_PKG_BUILD_JOBS) to the mksquashfs -processors option
SVN-Revision: 28305
Felix Fietkau [Sun, 25 Sep 2011 18:34:54 +0000 (18:34 +0000)]
ath9k: fix some tx aggregation issues - reduces the number of tx dma stop failures
SVN-Revision: 28301
Felix Fietkau [Sun, 25 Sep 2011 18:34:38 +0000 (18:34 +0000)]
ath9k: merge a pending fix for powersave
SVN-Revision: 28300
Jo-Philipp Wich [Sun, 25 Sep 2011 14:14:37 +0000 (14:14 +0000)]
mac80211: rework mac address generation for virtual interfaces; set locally administered bit on generated macs and change the last two bytes isntead of the first one
SVN-Revision: 28298
Felix Fietkau [Sat, 24 Sep 2011 20:34:17 +0000 (20:34 +0000)]
base-files: apply network interface settings such as macaddr, mtu and txqueuelen in prepare_interface instead of setup_interface. setting the mtu after the interface is up is unreliable on some drivers such as gianfar
SVN-Revision: 28297
Gabor Juhos [Fri, 23 Sep 2011 19:56:39 +0000 (19:56 +0000)]
ar71xx: fix MAC addresses on the DIR-825-B1 board
Patch-by: Lukas Kuna
SVN-Revision: 28295
Gabor Juhos [Fri, 23 Sep 2011 19:56:38 +0000 (19:56 +0000)]
ar71xx: enable login only on the system console by default
SVN-Revision: 28294
Alexandros C. Couloumbis [Fri, 23 Sep 2011 10:00:13 +0000 (10:00 +0000)]
linux/generic: commit an upstream kernel 3.0 patch (fixes busubox-1.19.2 build failure)
SVN-Revision: 28293
Jo-Philipp Wich [Fri, 23 Sep 2011 08:35:50 +0000 (08:35 +0000)]
base-files: make ip matching in dns add/remove functions more explicit, avoids overmatching pairs like 1.2.3.35 and 1.2.3.3
SVN-Revision: 28291
Jonas Gorski [Thu, 22 Sep 2011 20:14:42 +0000 (20:14 +0000)]
kernel: modules: usb.mk: fix a typo
Closes #10143.
SVN-Revision: 28290
Gabor Juhos [Wed, 21 Sep 2011 11:47:56 +0000 (11:47 +0000)]
ar71xx: build images for the TP-Link TL-WR703N v1 board
Based on a patch by dongyuqi <
729650915@qq.com>
SVN-Revision: 28279
Gabor Juhos [Wed, 21 Sep 2011 11:47:55 +0000 (11:47 +0000)]
firmware-utils/mktplinkfw: add support for TL-WR703N v1
Patch-by: dongyuqi <729650915@qq.com>
SVN-Revision: 28278
Gabor Juhos [Wed, 21 Sep 2011 11:47:53 +0000 (11:47 +0000)]
ar71xx: add support for the TP-Link TL-WR703N v1 board
Based on a patch by dongyuqi <
729650915@qq.com>
SVN-Revision: 28277
Gabor Juhos [Wed, 21 Sep 2011 11:47:51 +0000 (11:47 +0000)]
ar71xx: add AR933x specific USB setup function
SVN-Revision: 28276
Gabor Juhos [Wed, 21 Sep 2011 11:47:50 +0000 (11:47 +0000)]
ar71xx: add ar71xx_device_reset_rmw helper
SVN-Revision: 28275
Gabor Juhos [Wed, 21 Sep 2011 11:47:48 +0000 (11:47 +0000)]
ar71xx: fix copy&paste bug in WZRHPAG300H profile description
SVN-Revision: 28274
Gabor Juhos [Wed, 21 Sep 2011 11:47:47 +0000 (11:47 +0000)]
ar71xx: remove 'default [yn]' from machine Kconfig entries
SVN-Revision: 28273
Gabor Juhos [Wed, 21 Sep 2011 11:47:45 +0000 (11:47 +0000)]
ar71xx: sort AR71XX_MACH_* entries
SVN-Revision: 28272
Gabor Juhos [Wed, 21 Sep 2011 11:47:44 +0000 (11:47 +0000)]
ar71xx: create image for the TP-Link TL-WR743ND v1
Same hardware as WR741ND but with PoE support.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 28271
Gabor Juhos [Wed, 21 Sep 2011 11:47:42 +0000 (11:47 +0000)]
firmware-utils/mktplinkfw: add support for TL-WR743ND v1
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 28270
Gabor Juhos [Wed, 21 Sep 2011 11:47:40 +0000 (11:47 +0000)]
ar71xx: create image for the TP-Link TL-WR740N v3
Signed-off-by: Martin Raykov <martin.raykov@gmail.com>
SVN-Revision: 28269
Gabor Juhos [Wed, 21 Sep 2011 11:47:39 +0000 (11:47 +0000)]
firmware-utils/mktplinkfw: add support for TL-WR740N v3
Signed-off-by: Martin Raykov <martin.raykov@gmail.com>
SVN-Revision: 28268
Gabor Juhos [Wed, 21 Sep 2011 11:47:38 +0000 (11:47 +0000)]
generic: jumbo frames support for rtl8366s
This patch adds the option to enable jumbo frames on the rtl8366s
switch. This is almost exactly the same as the first patch at
https://dev.openwrt.org/ticket/7977 and it has been requested
in a comment there.
I have tested this and it successfully allows devices on the switch
using jumbo frames to communicate.
Signed-off-by: Ash Hughes <ashley.hughes@blueyonder.co.uk>
SVN-Revision: 28267
Gabor Juhos [Wed, 21 Sep 2011 11:47:35 +0000 (11:47 +0000)]
package/maccalc: don't expect to get all data in one read
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 28266