summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* opkg: reenable global upgrade, refresh patchesJo-Philipp Wich2010-10-024-47/+6
| | | | SVN-Revision: 23174
* kernel: flag as "hold", this is inherited by all kmods as well and will ↵Jo-Philipp Wich2010-10-021-0/+1
| | | | | | prevent opkg on the target from upgrading them SVN-Revision: 23173
* package/grub: revert accidental/unessesery grub commitAlexandros C. Couloumbis2010-10-011-2/+2
| | | | SVN-Revision: 23170
* tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully ↵Alexandros C. Couloumbis2010-10-011-2/+2
| | | | | | Darwin) build issues. SVN-Revision: 23169
* ath9k: fix regulatory issues with multiple cardsFelix Fietkau2010-10-011-0/+91
| | | | SVN-Revision: 23168
* ath9k: compile out the ath9k rate controlFelix Fietkau2010-09-302-13/+11
| | | | SVN-Revision: 23163
* package/grub: fix build issues under 64bit FreeBSDAlexandros C. Couloumbis2010-09-301-4/+8
| | | | SVN-Revision: 23162
* add maintainer informationJo-Philipp Wich2010-09-308-0/+8
| | | | SVN-Revision: 23159
* package/grub: fix compile issue under FreeBSD 8.1Alexandros C. Couloumbis2010-09-291-0/+4
| | | | SVN-Revision: 23156
* iw: update to 0.9.21, add support for showing the in-use flag for survey dataFelix Fietkau2010-09-294-32/+86
| | | | SVN-Revision: 23155
* ath9k: fetch survey data for all channelsFelix Fietkau2010-09-296-0/+272
| | | | SVN-Revision: 23154
* package/busybox: fix endianes issue under FreeBSD 8.1Alexandros C. Couloumbis2010-09-291-0/+16
| | | | SVN-Revision: 23152
* mac80211: update to wireless-testing 2010-09-28Felix Fietkau2010-09-2924-397/+38
| | | | SVN-Revision: 23149
* dropbear: Add config options to allow specification of host key files, ↵Vasilis Tsiligiannis2010-09-291-0/+5
| | | | | | thanks Scott Merrilees and Matthias Buecher (#7824) SVN-Revision: 23148
* firewall: fix chain selection logic, option dest must be ignored for notrack ↵Jo-Philipp Wich2010-09-281-6/+5
| | | | | | targets SVN-Revision: 23143
* firewall: don't setup nat reflection if negations are usedJo-Philipp Wich2010-09-281-0/+3
| | | | SVN-Revision: 23142
* fireall: - support negations for src_ip, dest_ip, src_dip options in rules ↵Jo-Philipp Wich2010-09-285-28/+42
| | | | | | and redirects - add NOTRACK target to rule sections, allows to define fine grained notrack rules SVN-Revision: 23141
* package/dropbear: simplify & reduce init script size (closes #7985)Alexandros C. Couloumbis2010-09-241-25/+17
| | | | SVN-Revision: 23118
* base-files: prevent possible sourcing of JFFS2 meta files when merging ↵Jo-Philipp Wich2010-09-231-1/+1
| | | | | | overlay hooks SVN-Revision: 23114
* Fixed duplicated content in file in commit 23111Daniel Dickinson2010-09-231-24/+0
| | | | SVN-Revision: 23112
* Missed file committing previous change 23110Daniel Dickinson2010-09-231-0/+48
| | | | SVN-Revision: 23111
* base/block-extroot, base/block-mount: Modified preinit and block-extroot and ↵Daniel Dickinson2010-09-237-39/+96
| | | | | | | | 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! SVN-Revision: 23110
* ath9k: fix a warning during a failed aggregation startFelix Fietkau2010-09-201-2/+5
| | | | SVN-Revision: 23100
* base-files: Add function pi_include the /lib/functions/boot.sh used by ↵Daniel Dickinson2010-09-191-0/+13
| | | | | | 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. SVN-Revision: 23099
* base/block-extroot: Move block-extroot in menuconfig from Utilities/disc to ↵Daniel Dickinson2010-09-191-3/+2
| | | | | | Base system SVN-Revision: 23098
* ath9k: fix various aggregation related race conditionsFelix Fietkau2010-09-192-0/+183
| | | | SVN-Revision: 23097
* base-files: bump pkg revision after r23091, r23092Jo-Philipp Wich2010-09-191-1/+1
| | | | SVN-Revision: 23093
* base-files: kill possibly existing udhcpc instance when bringing up a dhcp ↵Jo-Philipp Wich2010-09-191-39/+26
| | | | | | iface, utilize service_kill() in dhcp shutdown. Based on patch by Stijn Tintel. Possibly related to #7314 SVN-Revision: 23092
* base-files: cached state vars after scan_interfaces might be out of sync ↵Jo-Philipp Wich2010-09-191-3/+3
| | | | | | when binding dhcp leases, this could lead to an unconfigured wan interface in certain circumstances. Replace config_get calls with uci_get_state SVN-Revision: 23091
* firewall: protect iptables invocations with locks in interface ops, it might ↵Jo-Philipp Wich2010-09-192-1/+5
| | | | | | run concurrently due to hotplug invocations on network restart SVN-Revision: 23090
* ppp: use service_kill()Jo-Philipp Wich2010-09-192-10/+2
| | | | SVN-Revision: 23088
* base-files: introduce service_kill() into functions.sh - a convenience ↵Jo-Philipp Wich2010-09-192-1/+18
| | | | | | wrapper for killing services by pid or pidfile with a grace period for termination before kill SVN-Revision: 23087
* Fix missing dependency in solos-pci moduleFlorian Fainelli2010-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> SVN-Revision: 23086
* package/zlib: fix Darwin compile failure (closes #7963)Alexandros C. Couloumbis2010-09-191-4/+3
| | | | SVN-Revision: 23085
* firewall: make invalid redirects and duplicate zones non-fatal, print a ↵Jo-Philipp Wich2010-09-164-10/+12
| | | | | | notice and discard them SVN-Revision: 23080
* rt2800pci: add back ifdown hang workaround that was accidentally dropped ↵Felix Fietkau2010-09-161-0/+29
| | | | | | during a compat-wireless update SVN-Revision: 23078
* hostapd: fix non-multicall wpa_supplicant compileFelix Fietkau2010-09-151-2/+4
| | | | SVN-Revision: 23073
* Support for Solos PCI ADSL2+ modem This driver is used by Traverse ↵Jo-Philipp Wich2010-09-151-0/+17
| | | | | | | | | | Technologies' Geos ADSL2+ x86 router: http://www.traverse.com.au/productview.php?product_id=117 Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 23070
* Support for RTL-8139C+ ethernet adapters Signed-off-by: Nathan Williams ↵Jo-Philipp Wich2010-09-151-0/+16
| | | | | | <nathan@traverse.com.au> SVN-Revision: 23068
* hostapd: fix wpa_supplicant crash issues in WDS STA modeFelix Fietkau2010-09-151-0/+43
| | | | SVN-Revision: 23067
* firewall: run ifdown hotplug events synchronized, fixes a racecondition on ↵Jo-Philipp Wich2010-09-153-10/+8
| | | | | | "ifup iface" when ifdown and ifup events are delivered with a small dealy SVN-Revision: 23064
* firewall: deliver remove hotplug events for all active zones/networks when ↵Jo-Philipp Wich2010-09-143-3/+42
| | | | | | restarting the firewall SVN-Revision: 23062
* mac80211: upgrade to wireless-testing 2010-09-14, replace the external ↵Felix Fietkau2010-09-1434-455/+220
| | | | | | carl9170 with the recently merged upstream version SVN-Revision: 23061
* mac80211: add a pending fix for a locking error in the aggregation reorder ↵Felix Fietkau2010-09-141-0/+25
| | | | | | release code SVN-Revision: 23060
* ath9k: fix multi-bss operation (fixes #7914)Felix Fietkau2010-09-141-0/+117
| | | | SVN-Revision: 23059
* package/opkg: add missing patch from r23050Alexandros C. Couloumbis2010-09-131-0/+41
| | | | SVN-Revision: 23052
* package/opkg: update to r563Alexandros C. Couloumbis2010-09-137-442/+4
| | | | SVN-Revision: 23050
* package/zlib: update to zlib-1.2.5Alexandros C. Couloumbis2010-09-132-216/+16
| | | | SVN-Revision: 23049
* broadcom-diag: SimpleShare: expose power button as reset to the system, ↵Jo-Philipp Wich2010-09-132-3/+2
| | | | | | remove actual reset button - it's hardwired and will reset the SoC (#7928) SVN-Revision: 23043
* opkg: - implement --add-dest and --add-arch commandline options, this allows ↵Jo-Philipp Wich2010-09-124-11/+249
| | | | | | 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 SVN-Revision: 23032