aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [ar7] add one more acx-mac80211 patch to finally allow its building on ar7Florian Fainelli2010-03-071-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for ↵Felix Fietkau2010-03-071-126/+107
| | | | | | improved performance and a-mpdu length git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: increase minstrel_ht precision by properly using a-mpdu frame statsFelix Fietkau2010-03-071-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: implement .rate_update in minstrel_htFelix Fietkau2010-03-071-23/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-03-03Felix Fietkau2010-03-0713-119/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... insteadNicolas Thill2010-03-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] siit: use $(KERNEL_MAKEOPTS)Nicolas Thill2010-03-071-7/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] siit: remove obsolete dep (builds fine on 2.6.31 since r18191)Nicolas Thill2010-03-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add some missing patches to acx-mac80211 it now builds the pci module ↵Florian Fainelli2010-03-062-0/+62
| | | | | | as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20020 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] move netdev_ops conversion, previous hunk was not correctFlorian Fainelli2010-03-061-7/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] update acx-mac80211 to a newer snapshot and fix its compilation wrt ↵Florian Fainelli2010-03-068-371/+176
| | | | | | new includes path git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] migrate acx to netdev_ops, required for later kernelsFlorian Fainelli2010-03-061-0/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20014 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: enable debugfs support by default - having access to the rate ↵Felix Fietkau2010-03-061-0/+1
| | | | | | control statistics is very useful for figuring out the real quality of a link git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20011 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch fixes package/Makefile.Travis Kemen2010-03-051-2/+4
| | | | | | -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch fixes uboot-envtools so that it is no longer broken.Travis Kemen2010-03-053-17/+132
| | | | | | -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch uses PKG_INSTALL:=1 and simplifies the Makefile,Travis Kemen2010-03-051-33/+21
| | | | | | | | | | | | separates the menuconfig options in a separates Config.in file, adds a new patch to disable man pages (there was an error with QUILT=1 without this patch, as ln was used without -f), renames patches to be more explicit (and 1xx for Makefile patches and 2xx for source patches) -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixesTravis Kemen2010-03-051-25/+22
| | | | | | | | parallel build. -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch simplifies the Makefile by using PKG_INSTALL:=1, and it alsoTravis Kemen2010-03-051-29/+23
| | | | | | | | fixes parallel build. -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include kernel-defaults.mk and use $(KERNEL_MAKEOPTS)Nicolas Thill2010-03-051-7/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firstboot: detect mtd, rom & jffs parts first, fix jffs mounted testNicolas Thill2010-03-051-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert r19964 for now, there are issues with opkg/ipkg.py generating the ↵Travis Kemen2010-03-041-3/+2
| | | | | | status db git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* grab all config files for installed packages, closes #3718Travis Kemen2010-03-031-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19964 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.33 fixes for atheros and madwifiMatteo Croce2010-03-031-0/+536
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add some missing config files and make compat-wireless build with ↵Hauke Mehrtens2010-03-021-0/+9
| | | | | | | | | kernel 2.6.33 Thanks tripolar for the missing config symbols git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: insert rules at the beginning of chains again while ↵Jo-Philipp Wich2010-03-021-1/+4
| | | | | | maintaining non reversed order, fixes wrong ordering introduced by r18015 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: fix build failure on arm, aes asm version is not shipped ↵Nicolas Thill2010-03-022-16/+0
| | | | | | anymore (closes: #6778) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firstboot: fix typo (closes: #6738)Nicolas Thill2010-03-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19944 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add the new 802.11n minstrel rate control implementation ↵Felix Fietkau2010-03-017-1/+1314
| | | | | | (optional, not used by default) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)Vasilis Tsiligiannis2010-03-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: upgrade to 0.9.8m (patch by Peter Wagner)Felix Fietkau2010-03-0114-512/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: fix enter failsafe messageFelix Fietkau2010-03-011-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel]: drop support for the old style magicbox-cf driverImre Kaloz2010-03-011-17/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel]: partly revert [19925] as the ata version builds fineImre Kaloz2010-03-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: mark ata-magicbox-cf & ide-magicbox as BROKEN for now (they don't ↵Nicolas Thill2010-03-011-2/+2
| | | | | | build on 2.6.32) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add 2 missing config symbols needed to build rt2x00-lib & ↵Nicolas Thill2010-03-011-0/+2
| | | | | | rt2800-lib modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19923 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch: suppress boot error message on 2.4Nicolas Thill2010-03-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19922 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix kmod-nls-base dependency with usb-core (#6753)Florian Fainelli2010-02-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19918 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: disable kernel module autoloadingJo-Philipp Wich2010-02-283-24/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19917 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix essid setting for ad-hoc (thx, stintel)Felix Fietkau2010-02-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19916 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix client modeFelix Fietkau2010-02-281-12/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix interface startup order for AP+STA (patch by yann lopez)Felix Fietkau2010-02-281-23/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] switch:Jo-Philipp Wich2010-02-281-1/+9
| | | | | | | | | eliminate the asterisk from the switch port configuration and set it automatically on the first vlan, this aligns the broadcom vlan config with the swconfig format git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix busybox's ping compilation when the fancy feature is turned ↵Florian Fainelli2010-02-281-6/+16
| | | | | | off (#6489) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] switch: do not include linux/autoconf.h (#6513)Florian Fainelli2010-02-283-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [diag] add missing hunks to recognize the Microsoft MN-700 device (#6749)Florian Fainelli2010-02-281-2/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19896 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add block-extroot, a package for using an external filesystem as rootfs ↵Felix Fietkau2010-02-266-0/+176
| | | | | | (patch by cshore) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵Felix Fietkau2010-02-264-54/+54
| | | | | | by cshore) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add the block-mount package by Daniel Dickinson (cshore), replacing existing ↵Felix Fietkau2010-02-2613-78/+780
| | | | | | automount functionality git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This patch allows the user to specify esfq as the leaf qdisc, as well as ↵Travis Kemen2010-02-262-2/+9
| | | | | | perturb and hash parameters, closes #1893 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [patchteam] fix issues with pptpd server and firewall, closes #2342Travis Kemen2010-02-262-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19873 3c298f89-4303-0410-b956-a3cf2f4a3e73