summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package] add maintainer informationjow2010-09-308-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: fix compile issue under FreeBSD 8.1acoul2010-09-291-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23156 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to 0.9.21, add support for showing the in-use flag for survey datanbd2010-09-294-32/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fetch survey data for all channelsnbd2010-09-296-0/+272
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix endianes issue under FreeBSD 8.1acoul2010-09-291-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-09-28nbd2010-09-2924-397/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [pacakge] dropbear: Add config options to allow specification of host key ↵acinonyx2010-09-291-0/+5
| | | | | | files, thanks Scott Merrilees and Matthias Buecher (#7824) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: fix chain selection logic, option dest must be ignored ↵jow2010-09-281-6/+5
| | | | | | for notrack targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: don't setup nat reflection if negations are usedjow2010-09-281-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fireall:jow2010-09-285-28/+42
| | | | | | | | - support negations for src_ip, dest_ip, src_dip options in rules and redirects - add NOTRACK target to rule sections, allows to define fine grained notrack rules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dropbear: simplify & reduce init script size (closes #7985)acoul2010-09-241-25/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: prevent possible sourcing of JFFS2 meta files when ↵jow2010-09-231-1/+1
| | | | | | merging overlay hooks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [base system & package/block-extroot] Fixed duplicated content in file in ↵cshore2010-09-231-24/+0
| | | | | | commit 23111 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [base system & package/block-extroot] Missed file committing previous change ↵cshore2010-09-231-0/+48
| | | | | | 23110 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base/block-extroot, base/block-mount: Modified preinit and ↵cshore2010-09-237-39/+96
| | | | | | | | | | | | | | | | | | block-extroot and block-mount so that use of block-mount and block-extroot do not require that block-extroot, block-mount, nor the kernel modules they depend, on are required to included in the image. That is block-extroot and dependencies may now be installed as modules onto the jffs2 part of a squashfs system and it will work. In addition packages which are installed into the jffs2 of a squashfs system may now affect preinit, so long as they do not require execution of commands that occur before the merging of the jffs2 and built-in (squashfs) preinit scripts is done. Thanks jow for the preinit merge stuff! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a warning during a failed aggregation startnbd2010-09-201-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: Add function pi_include the /lib/functions/boot.sh ↵cshore2010-09-191-0/+13
| | | | | | used by preinit, which safely sources files as well as working correctly whether the script using it is a package added to the jffs2 part of a squashfs or built into an image or on some other root filesystem. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base/block-extroot: Move block-extroot in menuconfig from ↵cshore2010-09-191-3/+2
| | | | | | Utilities/disc to Base system git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23098 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix various aggregation related race conditionsnbd2010-09-192-0/+183
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: bump pkg revision after r23091, r23092jow2010-09-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: kill possibly existing udhcpc instance when bringing ↵jow2010-09-191-39/+26
| | | | | | | | | | up a dhcp iface, utilize service_kill() in dhcp shutdown. Based on patch by Stijn Tintel. Possibly related to #7314 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23092 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: cached state vars after scan_interfaces might be out ↵jow2010-09-191-3/+3
| | | | | | of sync when binding dhcp leases, this could lead to an unconfigured wan interface in certain circumstances. Replace config_get calls with uci_get_state git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: protect iptables invocations with locks in interface ↵jow2010-09-192-1/+5
| | | | | | ops, it might run concurrently due to hotplug invocations on network restart git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: use service_kill()jow2010-09-192-10/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: introduce service_kill() into functions.sh - a ↵jow2010-09-192-1/+18
| | | | | | convenience wrapper for killing services by pid or pidfile with a grace period for termination before kill git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] Fix missing dependency in solos-pci moduleflorian2010-09-191-1/+1
| | | | | | | | | Modinfo for solos-pci tells us that it has a dependency on "atm", but this isn't captured in the Makefile. Signed-off-by: Philip A. Prindeville <philipp_subx@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/zlib: fix Darwin compile failure (closes #7963)acoul2010-09-191-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: make invalid redirects and duplicate zones non-fatal, ↵jow2010-09-164-10/+12
| | | | | | print a notice and discard them git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rt2800pci: add back ifdown hang workaround that was accidentally dropped ↵nbd2010-09-161-0/+29
| | | | | | during a compat-wireless update git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix non-multicall wpa_supplicant compilenbd2010-09-151-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Support for Solos PCI ADSL2+ modemjow2010-09-151-0/+17
| | | | | | | | | | | This driver is used by Traverse Technologies' Geos ADSL2+ x86 router: http://www.traverse.com.au/productview.php?product_id=117 Signed-off-by: Nathan Williams <nathan@traverse.com.au> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Support for RTL-8139C+ ethernet adaptersjow2010-09-151-0/+16
| | | | | | | Signed-off-by: Nathan Williams <nathan@traverse.com.au> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23068 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix wpa_supplicant crash issues in WDS STA modenbd2010-09-151-0/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: run ifdown hotplug events synchronized, fixes a ↵jow2010-09-153-10/+8
| | | | | | racecondition on "ifup iface" when ifdown and ifup events are delivered with a small dealy git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: deliver remove hotplug events for all active ↵jow2010-09-143-3/+42
| | | | | | zones/networks when restarting the firewall git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23062 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: upgrade to wireless-testing 2010-09-14, replace the external ↵nbd2010-09-1434-455/+220
| | | | | | carl9170 with the recently merged upstream version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23061 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add a pending fix for a locking error in the aggregation reorder ↵nbd2010-09-141-0/+25
| | | | | | release code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix multi-bss operation (fixes #7914)nbd2010-09-141-0/+117
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/opkg: add missing patch from r23050acoul2010-09-131-0/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/opkg: update to r563acoul2010-09-137-442/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/zlib: update to zlib-1.2.5acoul2010-09-132-216/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-diag: SimpleShare: expose power button as reset to the ↵jow2010-09-132-3/+2
| | | | | | system, remove actual reset button - it's hardwired and will reset the SoC (#7928) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23043 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg:jow2010-09-124-11/+249
| | | | | | | | | | - implement --add-dest and --add-arch commandline options, this allows to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix compilation of crypto modules.mb2010-09-121-2/+2
| | | | | | | This fixes #7920 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iproute2: Add lex/yacc files dependencies. Refresh other patches.mb2010-09-126-39/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix kernel crypto modules for >= 2.6.36mb2010-09-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall:jow2010-09-117-94/+114
| | | | | | | | | | - simplify masquerade rule setup - remove various subshell invocations - speedup fw() by not relying on xargs and pipes - rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute ↵jow2010-09-112-3/+3
| | | | | | apparently does not like it anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] nvvram: no checksum error recording on WRT54G3GV2(-VF)florian2010-09-112-1/+7
| | | | | | | | | | | | | | | | The CFE of the WRT54G3GV2 expects two firmware images, if one of them produces a CRC error (which is the case after you installed OpenWrt, as there is no second image), it writes one of three consecutive bytes to the flash. (Look for "Image Status : IMG2_BAD" during boot.) After the third boot with a CRC error, it stops and waits for a new firmware image. To prevent this 'noset_try_flag' must be set to 1 on boot. Tested with my own box. Signed-off-by: Niclas Koeser <nks at informatik.uni-kiel.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 20100830florian2010-09-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23002 3c298f89-4303-0410-b956-a3cf2f4a3e73