Commit Graph

17685 Commits (7b63278f176327827aa8f0f02d94e6bbae659314)

Author SHA1 Message Date
Jo-Philipp Wich dd8ec17c9d [package] firewall: fix a possible deadlock when the firewall config has syntax errors during restart
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21501 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-18 20:15:47 +00:00
John Crispin de85a5733d [ifxmips] adds proper kconfig to select the new mach types
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21500 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-18 10:21:05 +00:00
John Crispin c8e6b1378f [ifxmips] oops, missing fix from [21485]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21499 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-18 09:14:01 +00:00
Lars-Peter Clausen 00e07cf808 [kernel] Add checksum for 2.6.34, refresh 2.6.34 patches and update targets from 2.6.34-rcX to 2.6.34
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 22:05:07 +00:00
Hauke Mehrtens f766b81684 brcm47xx: fix destroying of 128MB modded ASUS WL-500GP
This fixup was introduced in r11812 to correct settings for devices only showing 16MB RAM instead of 128MB.
That killed devices with 128MB RAM.
Now value is *set* 0x0009 and not ored.
The value is only corrected if it has less than 32 MB Ram.

This should fix the last problem in #3177
Thank you b.sander for the patch.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 21:39:04 +00:00
Jo-Philipp Wich 049f57ea15 [package] base-files (#7316)
- improve rdate reliability
	- make rdate config more ntp like
	- move time server list to /etc/config/timeserver
	- bump package revision            


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 19:54:35 +00:00
Jo-Philipp Wich 4dac8cf817 [package] uci: bump package revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 19:39:08 +00:00
Jo-Philipp Wich 3392cdb9b8 [package] firewall: use uci_get_state() wrapper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 19:38:13 +00:00
Jo-Philipp Wich d553f3eccd [package] uhttpd: use uci_get() wrapper (#7312)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21492 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 19:35:15 +00:00
Jo-Philipp Wich 637f34944e [package] busybox: use uci_get() wrapper (#7312)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 19:34:46 +00:00
Jo-Philipp Wich e0e58c0e93 [package] base-files: use uci_get() wrapper (#7312)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 19:34:08 +00:00
Jo-Philipp Wich 11096c0963 [package] uci: add uci_get() and uci_get_state() wrappers to shell api (#7312)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21489 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 19:31:05 +00:00
Jo-Philipp Wich a4edacd329 [package] firewall: properly clear hooks in fw_stop() to prevent extensions from being called twice after fw_restart()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 17:20:37 +00:00
Jo-Philipp Wich fa11019822 [package] firewall:
- defer firewall start until the first interface is brought up by hotplug, fixes race conditions on slow devices
	- create a file lock during firewall start and wait for it in hotplug events, prevents race conditions between start and addif
	- start firewall actions in background from hotplug handler since the firewall itself fires further hotplug events which results in a deadlock if not forked off
	- get loaded state direcly from the uci binary since updated value is not recognized by config_get after uci_set_state
	- bump package revision to r2


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 12:47:14 +00:00
John Crispin 5bb4773eb4 [ifxmips]
* adds support for speedport w502V
 * bump kernel to 2.6.33.4
 * make ethernet be configurable as MII/RMII
 * on xway we now assign a static amount of cp1 ram (still need to find a 
sane value)
 * remove bogus board.c
 * jiffies were running with a (1 << 2) multiplier
 



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 10:06:46 +00:00
John Crispin 1b659bbd86 [ifxmips] atm driver was missing a dependency to the atm layer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 10:02:07 +00:00
Florian Fainelli 62d49bfca7 [kernel] add missing ifxmips crypto config symbols, spotted by buildbot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21483 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 09:28:44 +00:00
Claudio Mignanti 8a9082568a [kernel] hwmon: fix depends definition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 20:51:19 +00:00
Nicolas Thill efbdb2cc8f bump a bunch of packages updated after 10.03
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21477 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 13:46:57 +00:00
Florian Fainelli 52961860a3 [rdc] set vendor to RDC even if CPU id is not known
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21475 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 13:40:26 +00:00
Florian Fainelli 7f9edb0460 [rdc] squash platform_support.patch into rdc_boards.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 13:40:20 +00:00
Florian Fainelli 3a6671b60c [rdc] fix link checking with switches, only port1 of switches would report link up
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21471 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 12:36:26 +00:00
Hauke Mehrtens ee531afd01 mac80211: use stable firmware for b43 driver as the experimental causes problems on some devices with L-PHY
This should close #6907


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 11:16:42 +00:00
Hauke Mehrtens 59ba6019d9 mac80211: remove patches already in mainline compat-wireless
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21469 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 11:07:21 +00:00
Hauke Mehrtens c3e3544ee0 mac80211: update b43-fwcutter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 11:05:29 +00:00
Florian Fainelli 49554ca96f [rdc] switch to 2.6.32.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 11:00:51 +00:00
Florian Fainelli 3bfb3b48f6 [package] update acx-mac80211 to 2010514, bringing experimental AP support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21466 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 11:00:36 +00:00
Felix Fietkau 55de6aeeb9 get rid of CRLF encoding in various files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21462 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 00:20:17 +00:00
Jo-Philipp Wich 8d429d0e2e [brcm-2.4] fix a kernel bug where IPv6 packets are received on IPv4 sockets, this fixes dual stack software like OLSRd when running on Kernel 2.4
Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21461 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-15 22:36:56 +00:00
Florian Fainelli 730a6da763 [rdc] fix wrong hunk introduced by r21309, thanks rtz2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21460 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-15 21:27:02 +00:00
Florian Fainelli 62accf6c04 [rdc] fix panic on boot due to invalid IORESOURCE for MFD cells, fix gpio value setting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21459 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-15 21:26:56 +00:00
Florian Fainelli 994b4517fa [rdc] fix 2.6.30 lzma tuning patch to output file size at end of kernel, otherwise decompressor remains stuck
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21458 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-15 19:15:10 +00:00
Florian Fainelli 06a4afce30 [ar7] use correct port type, which sets the correct receive fifo trigger options (#7095)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-15 19:15:03 +00:00
Florian Fainelli 85118b7bff [kernel] do not export find_task_by_vpid twice on 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21456 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-15 19:14:50 +00:00
Felix Fietkau 21316a5d49 only build bin packages for the selected build variants (same behaviour as with ipkg builds)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-15 15:57:00 +00:00
Felix Fietkau a39655c7fc mac80211: update to wireless-testing 2010-05-12 plus some pending patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21454 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-15 15:56:51 +00:00
Hauke Mehrtens 6a4f17a036 ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.
Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless
but the in kernel ssb system had it set to n, this causes an invalid pointer.
b43 now needs CONFIG_SSB_BLOCKIO=y


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-15 11:04:53 +00:00
Gabor Juhos 2923f9f5a6 firmware-utils/mkzynfw: add support for the NBG460N board
Adding NBG460N/550N/550NH boards to mkzynfw.

Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21446 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-14 09:20:36 +00:00
Gabor Juhos 3574cdbc0a firmware-utils/mkzynfw: don't use next_offset twice (closes #7273)
The test if a file can fit in an image considers the current offset
twice. So a image that would fit is too big.

Thanks-to: Michael Kurz <michi.kurz@googlemail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-14 09:20:34 +00:00
Gabor Juhos dae241a475 ar71xx: Make wget2nand fail if copying the kernel fails and use the correct file extension for the rootfs image
wget2nand didnt check the exit status after copying the kernel, if the
copying failed for some reason ( for example not enougs space on the
kernel partition) it simply continued extracting the rootfs.
I also changed the filename, which wget2nand trys to download (
.tar.gz instead of .tgz ).

Signed-off-by: Marko Foerster <mrkfoerster@googlemail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-14 08:38:39 +00:00
Gabor Juhos 0eea4b85a2 ar71xx: fix nbg460n mtd partitions
This fixes the NBG460N/550N/550NH mtd partitions.

Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-14 08:37:58 +00:00
Gabor Juhos 6b9035b165 Fix zlib alternate URL
There is no zlib project on Sourceforge, zlib files are in libpng project

Signed-off-by: Gilles Espinasse g.esp@free.fr


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21442 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-13 18:24:27 +00:00
Lars-Peter Clausen 6e66ca2323 [package] compcache: Kernel module and userspace daemon in seperate packages.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21441 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-13 11:36:38 +00:00
Lars-Peter Clausen b2d6bdcdda [xburst] Add 2.6.34 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-12 23:12:41 +00:00
Lars-Peter Clausen d172024875 [kernel] Move CONFIG_LZMA_{DE,}COMPRESS to generic config
It is selected by CONFIG_JFFS2_LZMA which is set in the generic config.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-12 23:04:18 +00:00
Lars-Peter Clausen 2be7a845d8 [kernel] gpio_buttons: include slab.h
Fixes build with 2.6.34



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-12 22:50:26 +00:00
Nicolas Thill f2fc44f5e5 target/uml: add missing CONFIG_MATOM config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21434 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-12 21:34:48 +00:00
Hauke Mehrtens 847f0e0f12 brcm47xx: use tab instead of space
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-12 20:28:39 +00:00
Hauke Mehrtens f4b0f28250 kernel: add missing symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-12 20:15:51 +00:00
Lars-Peter Clausen 083aabf7f1 [kernel] Add missing symbols to generic 2.6.34 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-12 19:39:04 +00:00