summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* 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
* broadcom-wl: check iface pid file when invoking nas, fixes starting nas for ↵Jo-Philipp Wich2010-05-071-2/+3
| | | | | | additional wireless networks (#7255) SVN-Revision: 21394
* pptp: don't remove server route if the gateway is 0.0.0.0, this fixes a ↵Jo-Philipp Wich2010-05-071-1/+1
| | | | | | problem when a pppoe peer is pptp server at the same time SVN-Revision: 21393
* ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign ↵Jo-Philipp Wich2010-05-073-15/+11
| | | | | | 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
* base-files: add add_dns() and remove_dns() helpers to network config, useful ↵Jo-Philipp Wich2010-05-071-0/+29
| | | | | | to merge dns entries from multiple interfaces SVN-Revision: 21391
* pptp: utilize coldplug_interface_pptp() to automatically launch pptp ↵Jo-Philipp Wich2010-05-062-34/+5
| | | | | | instances on boot SVN-Revision: 21390
* base-files: add a coldplug_interface_* hook to bring up non-hotpluggable ↵Jo-Philipp Wich2010-05-061-0/+11
| | | | | | interfaces on boot SVN-Revision: 21389
* pptp: update to v1.7.1Jo-Philipp Wich2010-05-061-3/+3
| | | | SVN-Revision: 21388
* ppp: - make pppd shutdown more robust as pptp hangs when the underlying ↵Jo-Philipp Wich2010-05-061-7/+11
| | | | | | 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
* base-files, ppp: fix interface shutdownJo-Philipp Wich2010-05-062-8/+7
| | | | SVN-Revision: 21386
* base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and ↵Jo-Philipp Wich2010-05-053-28/+28
| | | | | | move it to protocol stop callbacks SVN-Revision: 21383
* openssl: update to v0.9.8n, thanks Peter WagnerJo-Philipp Wich2010-05-053-38/+3
| | | | SVN-Revision: 21382
* kmod-ocf-hifn7751 depends on PCI, spotted by buildbotFlorian Fainelli2010-05-051-1/+1
| | | | SVN-Revision: 21381
* base-files: do not bring up wlan interfaces from hotplug events, so that ↵Felix Fietkau2010-05-051-0/+2
| | | | | | wrong network/wireless configs are more noticeable SVN-Revision: 21379
* firewall: properly unset position for delete command, fixes rule removal in ↵Jo-Philipp Wich2010-05-051-2/+2
| | | | | | ifdown SVN-Revision: 21378
* ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditionally ↵Jo-Philipp Wich2010-05-051-2/+4
| | | | | | truncate resolv.conf, thanks cshore SVN-Revision: 21361
* firewall: fix bug in iface hotplug handlerJo-Philipp Wich2010-05-051-1/+1
| | | | SVN-Revision: 21360
* openssl: update OCF userspace part to version 20100325Jo-Philipp Wich2010-05-042-269/+215
| | | | SVN-Revision: 21359