summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* switch: fix some memory leaks in switch_parse_vlan()hauke2012-01-283-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix patch when running on ssb based deviceshauke2012-01-271-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29922 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: revert one more linux upstream commit in the initvals to fully fix ↵nbd2012-01-271-96/+112
| | | | | | the ar938x tx power issue git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29920 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo ↵nbd2012-01-271-0/+192
| | | | | | wzr-hp-g450h git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29918 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: enable support for RaLink Rt53xx USB devices in rt2800usbjuhosg2012-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi! On Mon, Nov 14, 2011 at 03:01:34PM +0100, Daniel Golle wrote: > The driver works quite nice and stable for me using a RaLink Rt5370 USB device. > > Signed-off-by: Daniel Golle <dgolle@allnet.de> > > Index: package/mac80211/Makefile > =================================================================== > --- package/mac80211/Makefile (revision 29114) > +++ package/mac80211/Makefile (working copy) > @@ -1147,6 +1147,7 @@ > CONFIG_RT2800_LIB=$(if $(CONFIG_PACKAGE_kmod-rt2800-lib),m) \ > CONFIG_RT2800PCI=$(if $(CONFIG_PACKAGE_kmod-rt2800-pci),m) \ > CONFIG_RT2800USB=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),m) \ > + CONFIG_RT2800USB_RT53XX=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),y) \ > CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \ > CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \ > CONFIG_RTL8192CE= \ Aparently this was wrong, CONFIG_RT2800USB_RT53XX is supposed to live in BUILDARGS rather than MAKE_OPTS to actually get support for the Rt5370. Thanks to actmnophn for the hint! This reverts changeset 29116 and adds it to the right section in the Makefile. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest, fixes a crash when the interface protocol was not ↵nbd2012-01-241-2/+2
| | | | | | specified git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: introduce a client_cert option which is passed on to ↵jow2012-01-242-2/+5
| | | | | | wpa_supplicant (#8876) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] Initial DSL frameworkblogic2012-01-245-27/+331
| | | | | | | | | | | | | | | - Removed ifx_cpe_control_init.sh (the old init script) - Created dsl_control (/etc/init.d) - tidied up start and stop - stop calls dsl_notify before killing daemon - has status and lucistat options to provide detail - copes with daemon not running situation - Updated package makefile to use new init script and to build cli support - Provide a dsl_notify.sh script to cope with line up/down events Signed-off-by: Lee Essen <lee.essen@nowonline.co.uk> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: merge an upstream workaround for broken clients sending the wrong ↵nbd2012-01-243-3/+21
| | | | | | wpa type (should fix #9561) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add a uci-defaults script which will migrate the root ↵jow2012-01-222-1/+13
| | | | | | password to /etc/shadow if needed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, add some more status info and rework shell ↵nbd2012-01-221-2/+2
| | | | | | proto handler support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: always issue a reload on ifup, not just for -anbd2012-01-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: the initial hotplug2 instance sometimes misses a few relevant ↵nbd2012-01-221-0/+1
| | | | | | events, e.g. during module load. rerun udevtrigger for the final hotplug2 instance to fix this git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add ATH79 symbols for OHCI/EHCI driversjuhosg2012-01-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: rename vsc7385 spi driverjuhosg2012-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add support for pcie host controller on bcma based SoCs.hauke2012-01-211-0/+133
| | | | | | | This also adds minimal support for the BCMA43224 pcie wireless card. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: update to v1.0.0g (CVE-2012-0050)jow2012-01-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix OCF for linux 3.2jogo2012-01-191-1/+1
| | | | | | Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so ↵jow2012-01-192-2/+1
| | | | | | to hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: kernel: fix files for blowfish and pcimcia-rsrcjogo2012-01-192-3/+4
| | | | | | Based on a patch from Philip Prindeville. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29797 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix previous commit, make ↵jow2012-01-191-2/+1
| | | | | | CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to CONFIG_IPV6, not depend on it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6jow2012-01-191-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mtd: external toolchains usually do not know about MTDREFRESH, so ↵jow2012-01-181-1/+1
| | | | | | search in $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes ↵jow2012-01-181-1/+1
| | | | | | undefined refs to in6addr_any when compiling with external CodeSourcery toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dnsmasq: if CONFIG_IPV6 is off, compile with -DNO_IPV6 - solves ↵jow2012-01-181-1/+3
| | | | | | unresolved refs to in6addr_any when building with external CodeSourcery toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: kernel: add usb-common.ko to usb package for kernel >= 3.2hauke2012-01-181-2/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: fix syntax error in OpenWrt Makefilejow2012-01-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29774 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: don't fail with empty TARGET_LDFLAGSjow2012-01-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rt2x00: add a patch to avoid excessive memmove() on packet contents to ↵nbd2012-01-161-0/+67
| | | | | | improve performance (patch by Helmut Schaa) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/omap4]: add support for OMAP4 based boards, starting with the PandaBoardkaloz2012-01-141-0/+90
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/mac80211]: build and package the wl12xx driverkaloz2012-01-141-5/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix handling of the KeyMiss flag for received packets - fixes ↵nbd2012-01-141-0/+32
| | | | | | connection stability issues with crypto enabled git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libnl-tiny: export unl_genl_multicast_id()nbd2012-01-142-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-diag: add support for some new deviceshauke2012-01-131-0/+73
| | | | | | | | | There is still no Ethernet driver for these devices in trunk. Thanks George Kashperko for the patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: iptables: fix compilation with linux 3.2jogo2012-01-131-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: current revisions build with 3.2jogo2012-01-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: plug memory leak in nl80211 backend, nl80211_close() did ↵jow2012-01-132-2/+5
| | | | | | not put the family pointer git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libnl-tiny: fix a potential memleak in an error pathnbd2012-01-121-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pptp: remove support for underlying ipproto, it is adviced since a ↵jow2012-01-082-6/+2
| | | | | | while that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] cyassl: use patch-libtool pkg fixupjow2012-01-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zlib: fix duplicate function declarations for largefile supportnbd2012-01-081-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: implement a --force option for sysupgrade to override ↵jow2012-01-082-4/+13
| | | | | | image checks, useful to upgrade old ar71xx installations to current trunk ones git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: add support for "local" port forwards which target an ↵jow2012-01-082-4/+15
| | | | | | internal address on the router itself git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include: calculate md5sum over sorted kernel config symbol list and ↵jow2012-01-081-1/+1
| | | | | | | | | | incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a channel change fix from linux-wirelessnbd2012-01-074-13/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, ↵jow2012-01-061-3/+3
| | | | | | CVE-2011-4577, CVE-2011-4619, CVE-2012-0027) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add package for the PCF2123 RTC driverjuhosg2012-01-041-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: remove the om2p-watchdog packagejuhosg2012-01-043-73/+0
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: add om-watchdog packagejuhosg2012-01-043-0/+82
| | | | | | | | | | om2p-watchdog package is OM2P specific. However a similar watchdog mechanism exists on OM1P as well. This new package wants to substitute om2p-watchdog with a new one which is suitable either for OM1P and OM2P. Signed-off-by: Antonio Quartulli <ordex@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29647 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [netfilter] remove current RTSP supportjow2012-01-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29643 3c298f89-4303-0410-b956-a3cf2f4a3e73