summaryrefslogtreecommitdiff
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* update iptables md5sumFlorian Fainelli2010-05-221-1/+1
| | | | SVN-Revision: 21534
* firewall: count rules per chain and family, fix wrong order of ip6tables ↵Jo-Philipp Wich2010-05-221-4/+4
| | | | | | rules when ipv4 only or dual family rules are defined SVN-Revision: 21533
* fix kmod-swconfig module loading typoFlorian Fainelli2010-05-211-1/+1
| | | | SVN-Revision: 21530
* uci: bump pkg release after r21489-r21494 (#7312)Jo-Philipp Wich2010-05-211-1/+1
| | | | SVN-Revision: 21529
* package/button-hotplug: bump release number (missed from r21074)Nicolas Thill2010-05-211-1/+1
| | | | SVN-Revision: 21528
* package/broadcom-diag: bump release number (missed from r20737 & r20869)Nicolas Thill2010-05-211-1/+1
| | | | SVN-Revision: 21527
* package/arptables: update to 0.0.3-4Nicolas Thill2010-05-211-3/+3
| | | | SVN-Revision: 21526
* package/ebtables: update to 2.0.9-2Nicolas Thill2010-05-211-3/+3
| | | | SVN-Revision: 21525
* package/dropbear: bump release number (missed in r20960)Nicolas Thill2010-05-211-1/+1
| | | | SVN-Revision: 21524
* package/dnsmasq: bump release number (missed from r21400)Nicolas Thill2010-05-211-1/+1
| | | | SVN-Revision: 21523
* update iptables to 1.4.8Florian Fainelli2010-05-211-2/+2
| | | | SVN-Revision: 21522
* add kmod-swconfig and kmod-swich-ip175cFlorian Fainelli2010-05-211-0/+30
| | | | SVN-Revision: 21520
* iproute2: cleanup Makefile after r21513Florian Fainelli2010-05-211-1/+0
| | | | SVN-Revision: 21519
* iproute2: update to v2.6.31 (#7354)Florian Fainelli2010-05-211-0/+1
| | | | SVN-Revision: 21518
* nvram: fix nvram set invokation after r21497Jo-Philipp Wich2010-05-201-1/+1
| | | | SVN-Revision: 21517
* uci: revert pkg rev to 5 until updated sources are available (#7351)Jo-Philipp Wich2010-05-201-1/+1
| | | | SVN-Revision: 21516
* iproute2: cleanup Makefile after r21513Jo-Philipp Wich2010-05-201-2/+0
| | | | SVN-Revision: 21514
* iproute2: update to v2.6.31 (#7354)Jo-Philipp Wich2010-05-207-156/+21
| | | | SVN-Revision: 21513
* base-files: fix a preinit hang in jffs2_ready() when no rootfs_data ↵Jo-Philipp Wich2010-05-201-0/+1
| | | | | | partition is found (#7362) SVN-Revision: 21511
* package/busybox: add upstream udhcp hostname truncation fix, bump release numberNicolas Thill2010-05-192-1/+12
| | | | SVN-Revision: 21510
* firewall: don't apply default udp/68 rule to ip6tablesJo-Philipp Wich2010-05-191-0/+1
| | | | SVN-Revision: 21509
* firewall: - fix ip6tables rules when icmp_type option is set - add "family" ↵Jo-Philipp Wich2010-05-197-41/+105
| | | | | | option to zones, forwardings, redirects and rules to selectively apply rules to iptables and/or ip6tables SVN-Revision: 21508
* firewall: add commented disable_ipv6 option to default configJo-Philipp Wich2010-05-191-0/+2
| | | | SVN-Revision: 21505
* firewall: implement disable_ipv6 uci optionJo-Philipp Wich2010-05-192-5/+11
| | | | SVN-Revision: 21503
* firewall (#7355) - partially revert r21486, start firewall on init again - ↵Jo-Philipp Wich2010-05-195-27/+12
| | | | | | 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
* firewall: fix a possible deadlock when the firewall config has syntax errors ↵Jo-Philipp Wich2010-05-181-2/+4
| | | | | | during restart SVN-Revision: 21501
* brcm47xx: fix destroying of 128MB modded ASUS WL-500GPHauke Mehrtens2010-05-171-1/+7
| | | | | | | | | | | | 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
* base-files (#7316) - improve rdate reliability - make rdate config more ntp ↵Jo-Philipp Wich2010-05-174-43/+78
| | | | | | like - move time server list to /etc/config/timeserver - bump package revision SVN-Revision: 21495
* uci: bump package revisionJo-Philipp Wich2010-05-171-1/+1
| | | | SVN-Revision: 21494
* firewall: use uci_get_state() wrapperJo-Philipp Wich2010-05-171-1/+1
| | | | SVN-Revision: 21493
* uhttpd: use uci_get() wrapper (#7312)Jo-Philipp Wich2010-05-171-1/+1
| | | | SVN-Revision: 21492
* busybox: use uci_get() wrapper (#7312)Jo-Philipp Wich2010-05-171-1/+1
| | | | SVN-Revision: 21491
* base-files: use uci_get() wrapper (#7312)Jo-Philipp Wich2010-05-172-6/+1
| | | | SVN-Revision: 21490
* uci: add uci_get() and uci_get_state() wrappers to shell api (#7312)Jo-Philipp Wich2010-05-171-3/+21
| | | | SVN-Revision: 21489
* firewall: properly clear hooks in fw_stop() to prevent extensions from being ↵Jo-Philipp Wich2010-05-171-1/+8
| | | | | | called twice after fw_restart() SVN-Revision: 21488
* firewall: - defer firewall start until the first interface is brought up by ↵Jo-Philipp Wich2010-05-174-7/+21
| | | | | | 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
* atm driver was missing a dependency to the atm layerJohn Crispin2010-05-171-1/+1
| | | | SVN-Revision: 21484
* hwmon: fix depends definitionClaudio Mignanti2010-05-161-4/+2
| | | | SVN-Revision: 21481
* bump a bunch of packages updated after 10.03Nicolas Thill2010-05-166-12/+12
| | | | SVN-Revision: 21477
* mac80211: use stable firmware for b43 driver as the experimental causes ↵Hauke Mehrtens2010-05-161-1/+1
| | | | | | | | problems on some devices with L-PHY This should close #6907 SVN-Revision: 21470
* mac80211: remove patches already in mainline compat-wirelessHauke Mehrtens2010-05-162-22/+0
| | | | SVN-Revision: 21469
* mac80211: update b43-fwcutterHauke Mehrtens2010-05-161-8/+8
| | | | SVN-Revision: 21468
* update acx-mac80211 to 2010514, bringing experimental AP supportFlorian Fainelli2010-05-163-261/+3
| | | | SVN-Revision: 21466
* mac80211: update to wireless-testing 2010-05-12 plus some pending patchesFelix Fietkau2010-05-1517-1478/+6897
| | | | SVN-Revision: 21454
* ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.Hauke Mehrtens2010-05-158-27/+50
| | | | | | | | 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
* Fix zlib alternate URLGabor Juhos2010-05-131-1/+1
| | | | | | | | 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
* compcache: Kernel module and userspace daemon in seperate packages.Lars-Peter Clausen2010-05-132-6/+14
| | | | SVN-Revision: 21441
* hifnHIPP also depends on PCIFlorian Fainelli2010-05-111-1/+1
| | | | SVN-Revision: 21425
* hotplug2: bump pkg release after hotplug fixes in r20679-r20685Jo-Philipp Wich2010-05-101-1/+1
| | | | SVN-Revision: 21422
* Add support for SRV records to dnsmasq config parsingPeter Denison2010-05-081-0/+18
| | | | SVN-Revision: 21400