summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* strip .gnu.attributes and .reginfo from kernel modulesnbd2011-03-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable an unnecessary backport to reduce code sizenbd2011-03-261-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove an obsolete backport patchnbd2011-03-261-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: use -fno-caller-savesnbd2011-03-262-7/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵nbd2011-03-2625-32/+32
| | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove postinst files for preinstalled packagesnbd2011-03-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove all local symbols from kernel modules at link time to reduce ↵nbd2011-03-254-2/+24
| | | | | | their size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips ↵nbd2011-03-252-24/+0
| | | | | | oprofile fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: split up cryptoapi, move hash support and blockcipher/algorithm ↵nbd2011-03-251-10/+46
| | | | | | manager to separate packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add a pending patch to remove the dependency on ecbnbd2011-03-251-0/+158
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix zd1211 config overridenbd2011-03-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-03-24nbd2011-03-2520-1394/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: libiptc.so is only a compatibility stub, split the package into ↵nbd2011-03-251-4/+31
| | | | | | libip4tc and libip6tc and adjust dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix chip wakeup on interface start - should fix some instability issuesnbd2011-03-251-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add more wps config methods to the confignbd2011-03-251-2/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS ↵nbd2011-03-251-0/+47
| | | | | | rates connects git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* redboot-ar231x: mark as broken, the ecos host tool crap needs some rework ↵nbd2011-03-251-1/+1
| | | | | | for tcl on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix dropping multicast proberequest frames for ad-hocnbd2011-03-241-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/cmake: update to version 2.8.4acoul2011-03-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a few de-bloating and optimization patchesnbd2011-03-2310-0/+964
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a pending patch for fixing a stopped queue issue (mostly for ↵nbd2011-03-232-2/+13
| | | | | | client mode) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx]: Correct CTI patchhcg2011-03-231-15/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] kernel: add CTI usb-id's to FTDI driverhcg2011-03-231-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Add patch to correct sub-page alignmenthcg2011-03-231-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-03-22nbd2011-03-2223-1901/+145
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: make entropy collection contribute to the kernel poolnbd2011-03-222-47/+120
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix image generation in the Image Builder environmentjow2011-03-221-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26271 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] target.mk: don't enable coreutils by default, it does not even ↵jow2011-03-221-4/+0
| | | | | | exist anymore... fixes the Image Builder git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ixp4xx]: add 2.6.38 supportkaloz2011-03-2240-0/+6347
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26268 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable the 'big kernel lock' by defaultkaloz2011-03-222-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a patch from linux-wireless@ for reducing driver sizenbd2011-03-221-0/+1075
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPSnbd2011-03-2117-125/+165
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for md5sum checks for mirrored tarballs of packages with version ↵nbd2011-03-212-1/+3
| | | | | | control source urls git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] image.mk: only upgrade permissions instead of overwriting, utilize ↵jow2011-03-211-4/+6
| | | | | | tar -p flag for targz image targets (#7667) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26259 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] ipkg-utils: utilize the tar -p flag to preserve permissions (#7667)jow2011-03-211-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sysupgrade works on the wp54thepeople2011-03-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26257 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ncurses: install ncurses5-config and ncursesw5-config (#9044)jow2011-03-211-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that ↵cshore2011-03-211-1/+1
| | | | | | the zaptel kernel module package only needs to had a script to create the correct device nodes (default names differ from what all apps that use zaptel actually use, so a script is necessary). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: initialize the last rx time when creating a stationnbd2011-03-211-0/+10
| | | | | | | | | should hopefully finally take care of the nasty reassociation issues which showed up as Jan 1 00:51:10 OpenWrt daemon.info hostapd: wlan0: STA 00:xx:xx:xx:xx:xx IEEE 802.11: deauthenticated due to inactivity right after associating, leading to an immediate disconnect. Will probably fix #8343, #8830 and others. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: re-run nfcal only when stuck beacons become more frequentnbd2011-03-211-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: increase ATH_BCBUF, allows creating 8 virtual APsnbd2011-03-211-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: improve precision of beacon timer calculationsnbd2011-03-211-0/+317
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some minor debugfs cleanupsnbd2011-03-212-4/+111
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] Update to 2.6.38claudio2011-03-203-77/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount busybox: Removed busybox versions of blkid and ↵cshore2011-03-202-25/+26
| | | | | | swap-utils since they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Update to 2.6.38. Remove 2.6.37 filesmb2011-03-2016-23433/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: Solos card requires explicit buffer size to br2684ctlnbd2011-03-201-1/+4
| | | | | | | | | The default send buffer size of 8192 potentially can run past the end of the buffer (skb) and trash memory. Explicitly setting a limit is required. (Patch by Philip Prindeville) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Keep firewall.user during sysupgradesthepeople2011-03-202-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: remove kmod-usb-ohci from WGT634U packages.hauke2011-03-191-1/+1
| | | | | | | | | This package creates some error messages on startup Thank you russell-- for reporting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix some problems with kernel 2.6.38hauke2011-03-194-29/+19
| | | | | | | | In some places LINUX_2_6_38 was just missing. Some kernel modules were moved. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26239 3c298f89-4303-0410-b956-a3cf2f4a3e73