Jo-Philipp Wich [Wed, 19 May 2010 21:35:23 +0000 (21:35 +0000)]
firewall: - fix ip6tables rules when icmp_type option is set - add "family" option to zones, forwardings, redirects and rules to selectively apply rules to iptables and/or ip6tables
SVN-Revision: 21508
Nicolas Thill [Wed, 19 May 2010 17:07:40 +0000 (17:07 +0000)]
target/generic-2.6: add missing bits for 2.6.30 ssb update
SVN-Revision: 21507
Jo-Philipp Wich [Wed, 19 May 2010 09:49:21 +0000 (09:49 +0000)]
firewall: add commented disable_ipv6 option to default config
SVN-Revision: 21505
Florian Fainelli [Wed, 19 May 2010 09:05:10 +0000 (09:05 +0000)]
add upstream uclibc 0.9.31 patch to fix fcntl64 on 64-bits targets
SVN-Revision: 21504
Jo-Philipp Wich [Wed, 19 May 2010 01:55:46 +0000 (01:55 +0000)]
firewall: implement disable_ipv6 uci option
SVN-Revision: 21503
Jo-Philipp Wich [Wed, 19 May 2010 00:50:14 +0000 (00:50 +0000)]
firewall (#7355) - partially revert r21486, start firewall on init again - skip iface hotplug events if base fw is not up yet - get ifname and up state with uci_get_state() in iface setup since the values gathered by scan_interfaces() may be outdated when iface coldplugging happens (observed with pptp) - ignore up state when bringing down interfaces because ifdown reverts state vars before dispatching the iface event - bump package revision
SVN-Revision: 21502
Jo-Philipp Wich [Tue, 18 May 2010 20:15:47 +0000 (20:15 +0000)]
firewall: fix a possible deadlock when the firewall config has syntax errors during restart
SVN-Revision: 21501
John Crispin [Tue, 18 May 2010 10:21:05 +0000 (10:21 +0000)]
adds proper kconfig to select the new mach types
SVN-Revision: 21500
John Crispin [Tue, 18 May 2010 09:14:01 +0000 (09:14 +0000)]
oops, missing fix from [21485]
SVN-Revision: 21499
Lars-Peter Clausen [Mon, 17 May 2010 22:05:07 +0000 (22:05 +0000)]
Add checksum for 2.6.34, refresh 2.6.34 patches and update targets from 2.6.34-rcX to 2.6.34
SVN-Revision: 21498
Hauke Mehrtens [Mon, 17 May 2010 21:39:04 +0000 (21:39 +0000)]
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.
SVN-Revision: 21497
Jo-Philipp Wich [Mon, 17 May 2010 19:54:35 +0000 (19:54 +0000)]
base-files (#7316) - improve rdate reliability - make rdate config more ntp like - move time server list to /etc/config/timeserver - bump package revision
SVN-Revision: 21495
Jo-Philipp Wich [Mon, 17 May 2010 19:39:08 +0000 (19:39 +0000)]
uci: bump package revision
SVN-Revision: 21494
Jo-Philipp Wich [Mon, 17 May 2010 19:38:13 +0000 (19:38 +0000)]
firewall: use uci_get_state() wrapper
SVN-Revision: 21493
Jo-Philipp Wich [Mon, 17 May 2010 19:35:15 +0000 (19:35 +0000)]
uhttpd: use uci_get() wrapper (#7312)
SVN-Revision: 21492
Jo-Philipp Wich [Mon, 17 May 2010 19:34:46 +0000 (19:34 +0000)]
busybox: use uci_get() wrapper (#7312)
SVN-Revision: 21491
Jo-Philipp Wich [Mon, 17 May 2010 19:34:08 +0000 (19:34 +0000)]
base-files: use uci_get() wrapper (#7312)
SVN-Revision: 21490
Jo-Philipp Wich [Mon, 17 May 2010 19:31:05 +0000 (19:31 +0000)]
uci: add uci_get() and uci_get_state() wrappers to shell api (#7312)
SVN-Revision: 21489
Jo-Philipp Wich [Mon, 17 May 2010 17:20:37 +0000 (17:20 +0000)]
firewall: properly clear hooks in fw_stop() to prevent extensions from being called twice after fw_restart()
SVN-Revision: 21488
Jo-Philipp Wich [Mon, 17 May 2010 12:47:14 +0000 (12:47 +0000)]
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
SVN-Revision: 21486
John Crispin [Mon, 17 May 2010 10:06:46 +0000 (10:06 +0000)]
* 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
SVN-Revision: 21485
John Crispin [Mon, 17 May 2010 10:02:07 +0000 (10:02 +0000)]
atm driver was missing a dependency to the atm layer
SVN-Revision: 21484
Florian Fainelli [Mon, 17 May 2010 09:28:44 +0000 (09:28 +0000)]
add missing ifxmips crypto config symbols, spotted by buildbot
SVN-Revision: 21483
Claudio Mignanti [Sun, 16 May 2010 20:51:19 +0000 (20:51 +0000)]
hwmon: fix depends definition
SVN-Revision: 21481
Nicolas Thill [Sun, 16 May 2010 13:46:57 +0000 (13:46 +0000)]
bump a bunch of packages updated after 10.03
SVN-Revision: 21477
Florian Fainelli [Sun, 16 May 2010 13:40:26 +0000 (13:40 +0000)]
set vendor to RDC even if CPU id is not known
SVN-Revision: 21475
Florian Fainelli [Sun, 16 May 2010 13:40:20 +0000 (13:40 +0000)]
squash platform_support.patch into rdc_boards.patch
SVN-Revision: 21474
Florian Fainelli [Sun, 16 May 2010 12:36:26 +0000 (12:36 +0000)]
fix link checking with switches, only port1 of switches would report link up
SVN-Revision: 21471
Hauke Mehrtens [Sun, 16 May 2010 11:16:42 +0000 (11:16 +0000)]
mac80211: use stable firmware for b43 driver as the experimental causes problems on some devices with L-PHY
This should close #6907
SVN-Revision: 21470
Hauke Mehrtens [Sun, 16 May 2010 11:07:21 +0000 (11:07 +0000)]
mac80211: remove patches already in mainline compat-wireless
SVN-Revision: 21469
Hauke Mehrtens [Sun, 16 May 2010 11:05:29 +0000 (11:05 +0000)]
mac80211: update b43-fwcutter
SVN-Revision: 21468
Florian Fainelli [Sun, 16 May 2010 11:00:51 +0000 (11:00 +0000)]
switch to 2.6.32.12
SVN-Revision: 21467
Florian Fainelli [Sun, 16 May 2010 11:00:36 +0000 (11:00 +0000)]
update acx-mac80211 to
2010514, bringing experimental AP support
SVN-Revision: 21466
Felix Fietkau [Sun, 16 May 2010 00:20:17 +0000 (00:20 +0000)]
get rid of CRLF encoding in various files
SVN-Revision: 21462
Jo-Philipp Wich [Sat, 15 May 2010 22:36:56 +0000 (22:36 +0000)]
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>
SVN-Revision: 21461
Florian Fainelli [Sat, 15 May 2010 21:27:02 +0000 (21:27 +0000)]
fix wrong hunk introduced by r21309, thanks rtz2
SVN-Revision: 21460
Florian Fainelli [Sat, 15 May 2010 21:26:56 +0000 (21:26 +0000)]
fix panic on boot due to invalid IORESOURCE for MFD cells, fix gpio value setting
SVN-Revision: 21459
Florian Fainelli [Sat, 15 May 2010 19:15:10 +0000 (19:15 +0000)]
fix 2.6.30 lzma tuning patch to output file size at end of kernel, otherwise decompressor remains stuck
SVN-Revision: 21458
Florian Fainelli [Sat, 15 May 2010 19:15:03 +0000 (19:15 +0000)]
use correct port type, which sets the correct receive fifo trigger options (#7095)
SVN-Revision: 21457
Florian Fainelli [Sat, 15 May 2010 19:14:50 +0000 (19:14 +0000)]
do not export find_task_by_vpid twice on 2.6.30
SVN-Revision: 21456
Felix Fietkau [Sat, 15 May 2010 15:57:00 +0000 (15:57 +0000)]
only build bin packages for the selected build variants (same behaviour as with ipkg builds)
SVN-Revision: 21455
Felix Fietkau [Sat, 15 May 2010 15:56:51 +0000 (15:56 +0000)]
mac80211: update to wireless-testing 2010-05-12 plus some pending patches
SVN-Revision: 21454
Hauke Mehrtens [Sat, 15 May 2010 11:04:53 +0000 (11:04 +0000)]
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
SVN-Revision: 21449
Gabor Juhos [Fri, 14 May 2010 09:20:36 +0000 (09:20 +0000)]
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>
SVN-Revision: 21446
Gabor Juhos [Fri, 14 May 2010 09:20:34 +0000 (09:20 +0000)]
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>
SVN-Revision: 21445
Gabor Juhos [Fri, 14 May 2010 08:38:39 +0000 (08:38 +0000)]
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>
SVN-Revision: 21444
Gabor Juhos [Fri, 14 May 2010 08:37:58 +0000 (08:37 +0000)]
ar71xx: fix nbg460n mtd partitions
This fixes the NBG460N/550N/550NH mtd partitions.
Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>
SVN-Revision: 21443
Gabor Juhos [Thu, 13 May 2010 18:24:27 +0000 (18:24 +0000)]
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
SVN-Revision: 21442
Lars-Peter Clausen [Thu, 13 May 2010 11:36:38 +0000 (11:36 +0000)]
compcache: Kernel module and userspace daemon in seperate packages.
SVN-Revision: 21441
Lars-Peter Clausen [Wed, 12 May 2010 23:12:41 +0000 (23:12 +0000)]
Add 2.6.34 patches
SVN-Revision: 21438
Lars-Peter Clausen [Wed, 12 May 2010 23:04:18 +0000 (23:04 +0000)]
Move CONFIG_LZMA_{DE,}COMPRESS to generic config
It is selected by CONFIG_JFFS2_LZMA which is set in the generic config.
SVN-Revision: 21437
Lars-Peter Clausen [Wed, 12 May 2010 22:50:26 +0000 (22:50 +0000)]
gpio_buttons: include slab.h
Fixes build with 2.6.34
SVN-Revision: 21436
Nicolas Thill [Wed, 12 May 2010 21:34:48 +0000 (21:34 +0000)]
target/uml: add missing CONFIG_MATOM config symbol
SVN-Revision: 21434
Hauke Mehrtens [Wed, 12 May 2010 20:28:39 +0000 (20:28 +0000)]
brcm47xx: use tab instead of space
SVN-Revision: 21430
Hauke Mehrtens [Wed, 12 May 2010 20:15:51 +0000 (20:15 +0000)]
kernel: add missing symbol
SVN-Revision: 21429
Lars-Peter Clausen [Wed, 12 May 2010 19:39:04 +0000 (19:39 +0000)]
Add missing symbols to generic 2.6.34 config
SVN-Revision: 21428
Hauke Mehrtens [Wed, 12 May 2010 18:28:41 +0000 (18:28 +0000)]
brcm47xx: ehci-ssb: some updates: * update pointers in struct hc_driver * make ssb_ehci_detach more look like the pci version * remove resume and suspend as they are never activated and not compiling * replace ssb_ehci_start with ehci_run as it only calls this method
SVN-Revision: 21427
Jo-Philipp Wich [Tue, 11 May 2010 19:43:27 +0000 (19:43 +0000)]
ppp: convert dos line endings in 20-atm-modem hotplug handler to unix format
SVN-Revision: 21426
Florian Fainelli [Tue, 11 May 2010 09:17:50 +0000 (09:17 +0000)]
hifnHIPP also depends on PCI
SVN-Revision: 21425
Jo-Philipp Wich [Mon, 10 May 2010 19:33:56 +0000 (19:33 +0000)]
hotplug2: bump pkg release after hotplug fixes in r20679-r20685
SVN-Revision: 21422
Daniel Dickinson [Mon, 10 May 2010 17:59:05 +0000 (17:59 +0000)]
.gitignore: Undo accidental commit.
SVN-Revision: 21420
Daniel Dickinson [Mon, 10 May 2010 17:10:47 +0000 (17:10 +0000)]
brcm-2.4: Fixed preinit and failsafe switch configuration
SVN-Revision: 21417
Mirko Vogt [Sun, 9 May 2010 22:24:13 +0000 (22:24 +0000)]
sound-soc-qi_lb60: rename package as underscores are not allowed by opkg
SVN-Revision: 21412
Florian Fainelli [Sun, 9 May 2010 18:13:49 +0000 (18:13 +0000)]
refresh 2.6.32 patches
SVN-Revision: 21411
Florian Fainelli [Sun, 9 May 2010 18:13:43 +0000 (18:13 +0000)]
refresh kernel patches
SVN-Revision: 21410
Florian Fainelli [Sun, 9 May 2010 18:13:37 +0000 (18:13 +0000)]
rework 130-clocks_devices_init.patch to make it more robust
SVN-Revision: 21409
Florian Fainelli [Sun, 9 May 2010 09:25:41 +0000 (09:25 +0000)]
make etrax samsung flash patch generic (#6552)
SVN-Revision: 21408
Felix Fietkau [Sat, 8 May 2010 20:06:50 +0000 (20:06 +0000)]
ar71xx: remove madwifi from the default profile
SVN-Revision: 21406
Felix Fietkau [Sat, 8 May 2010 20:06:44 +0000 (20:06 +0000)]
ar71xx: use the lzma kernel and a proper size limit for pb92
SVN-Revision: 21405
Florian Fainelli [Sat, 8 May 2010 16:58:08 +0000 (16:58 +0000)]
prevent race between clocks and devices registration (#6532)
SVN-Revision: 21404
Nicolas Thill [Sat, 8 May 2010 12:46:25 +0000 (12:46 +0000)]
image/x86: fix typo when building on Mac OS X (closes: #7303)
SVN-Revision: 21401
Peter Denison [Sat, 8 May 2010 12:35:29 +0000 (12:35 +0000)]
Add support for SRV records to dnsmasq config parsing
SVN-Revision: 21400
Alexandros C. Couloumbis [Sat, 8 May 2010 08:19:56 +0000 (08:19 +0000)]
adm5120: include r21398 actual changes
SVN-Revision: 21399
Alexandros C. Couloumbis [Sat, 8 May 2010 08:15:40 +0000 (08:15 +0000)]
adm5120: update files-2.6.33 and files-2.6.34
SVN-Revision: 21398
Felix Fietkau [Fri, 7 May 2010 16:20:37 +0000 (16:20 +0000)]
ar71xx: remove some bogus kernel config overrides
SVN-Revision: 21397
Felix Fietkau [Fri, 7 May 2010 16:20:32 +0000 (16:20 +0000)]
ar71xx: add a new subtarget for nand based devices - saves around 44k on the lzma compressed generic kernel image
SVN-Revision: 21396
Felix Fietkau [Fri, 7 May 2010 11:48:15 +0000 (11:48 +0000)]
brcm47xx: adjust the brcm4710 cache workaround code so that it does not break bcm4716 (patch by Bernhard Loos)
SVN-Revision: 21395
Jo-Philipp Wich [Fri, 7 May 2010 11:24:22 +0000 (11:24 +0000)]
broadcom-wl: check iface pid file when invoking nas, fixes starting nas for additional wireless networks (#7255)
SVN-Revision: 21394
Jo-Philipp Wich [Fri, 7 May 2010 01:57:02 +0000 (01:57 +0000)]
pptp: don't remove server route if the gateway is 0.0.0.0, this fixes a problem when a pppoe peer is pptp server at the same time
SVN-Revision: 21393
Jo-Philipp Wich [Fri, 7 May 2010 01:22:48 +0000 (01:22 +0000)]
ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign dns entries - handle dns setup in ip-up handler - use add_dns() and remove_dns() to only add/remove dns entries related to the corresponding pppd instance - make pppd shutdown work for interfaces without ifname option, e.g. pptp
SVN-Revision: 21392
Jo-Philipp Wich [Fri, 7 May 2010 01:17:47 +0000 (01:17 +0000)]
base-files: add add_dns() and remove_dns() helpers to network config, useful to merge dns entries from multiple interfaces
SVN-Revision: 21391
Jo-Philipp Wich [Thu, 6 May 2010 19:51:27 +0000 (19:51 +0000)]
pptp: utilize coldplug_interface_pptp() to automatically launch pptp instances on boot
SVN-Revision: 21390
Jo-Philipp Wich [Thu, 6 May 2010 19:50:22 +0000 (19:50 +0000)]
base-files: add a coldplug_interface_* hook to bring up non-hotpluggable interfaces on boot
SVN-Revision: 21389
Jo-Philipp Wich [Thu, 6 May 2010 19:48:33 +0000 (19:48 +0000)]
pptp: update to v1.7.1
SVN-Revision: 21388
Jo-Philipp Wich [Thu, 6 May 2010 17:07:31 +0000 (17:07 +0000)]
ppp: - make pppd shutdown more robust as pptp hangs when the underlying connection is gone - don't rely on pid files generated by pppd, they're missing if the link is done, generate a per-instance pidfile with ssd instead
SVN-Revision: 21387
Jo-Philipp Wich [Thu, 6 May 2010 01:14:24 +0000 (01:14 +0000)]
base-files, ppp: fix interface shutdown
SVN-Revision: 21386
Jo-Philipp Wich [Wed, 5 May 2010 23:24:11 +0000 (23:24 +0000)]
base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and move it to protocol stop callbacks
SVN-Revision: 21383
Jo-Philipp Wich [Wed, 5 May 2010 20:32:10 +0000 (20:32 +0000)]
openssl: update to v0.9.8n, thanks Peter Wagner
SVN-Revision: 21382
Florian Fainelli [Wed, 5 May 2010 18:16:40 +0000 (18:16 +0000)]
kmod-ocf-hifn7751 depends on PCI, spotted by buildbot
SVN-Revision: 21381
Felix Fietkau [Wed, 5 May 2010 15:56:58 +0000 (15:56 +0000)]
base-files: do not bring up wlan interfaces from hotplug events, so that wrong network/wireless configs are more noticeable
SVN-Revision: 21379
Jo-Philipp Wich [Wed, 5 May 2010 15:50:21 +0000 (15:50 +0000)]
firewall: properly unset position for delete command, fixes rule removal in ifdown
SVN-Revision: 21378
Florian Fainelli [Wed, 5 May 2010 09:08:02 +0000 (09:08 +0000)]
backport r21373 to 2.4 kernel
SVN-Revision: 21374
Florian Fainelli [Wed, 5 May 2010 09:03:59 +0000 (09:03 +0000)]
fix build error on hifnHIPP spotted by buildbot
SVN-Revision: 21373
Florian Fainelli [Wed, 5 May 2010 09:03:55 +0000 (09:03 +0000)]
fix bad lzma tuning options bad hunks
SVN-Revision: 21372
Nicolas Thill [Wed, 5 May 2010 06:14:32 +0000 (06:14 +0000)]
image/ext2: fix rootfs partition size after [21362]
SVN-Revision: 21369
Nicolas Thill [Wed, 5 May 2010 02:11:15 +0000 (02:11 +0000)]
target/x86: cleanup image config options
SVN-Revision: 21365
Nicolas Thill [Wed, 5 May 2010 02:07:38 +0000 (02:07 +0000)]
target/x86: use common config items for options shared between generic and olpc targets
SVN-Revision: 21364
Nicolas Thill [Wed, 5 May 2010 01:59:43 +0000 (01:59 +0000)]
target/rb532: use -combined suffix for kernel+rootfs images
SVN-Revision: 21363
Nicolas Thill [Wed, 5 May 2010 01:52:54 +0000 (01:52 +0000)]
images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE
SVN-Revision: 21362
Jo-Philipp Wich [Wed, 5 May 2010 01:48:45 +0000 (01:48 +0000)]
ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditionally truncate resolv.conf, thanks cshore
SVN-Revision: 21361