Commit Graph

10466 Commits (9c470b63b35b21fe97b1f8d394cfed8ebb73868b)
 

Author SHA1 Message Date
Florian Fainelli 9c470b63b3 cygwin also needs to be passed LIBS=-lncurses to link lxdialog successfully
SVN-Revision: 15183
15 years ago
Hauke Mehrtens e2f8f72041 hostapd only supports either b or g as hwmode configuration variable. If bg is set the scripts transfers it now to g mode.
SVN-Revision: 15182
15 years ago
Felix Fietkau 4e49486b3c fix source file vs library order in a few prereq checks (#4326)
SVN-Revision: 15181
15 years ago
Hauke Mehrtens 90fc200a60 In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.
SVN-Revision: 15180
15 years ago
Felix Fietkau 229035bad0 mark uclibc nptl and snapshot as broken
SVN-Revision: 15179
15 years ago
Felix Fietkau e4f90e7fa6 netfilter: merge some fixes from upstream
SVN-Revision: 15178
15 years ago
Felix Fietkau 45e934262d netfilter: speed up packet matching by allowing default rules to bypass the common checks
SVN-Revision: 15177
15 years ago
Felix Fietkau 0f47e1a0f4 atheros: make use of netdev_alloc_skb
SVN-Revision: 15176
15 years ago
Felix Fietkau e744c3130a move iptable_raw to the conntrack-extra package
SVN-Revision: 15175
15 years ago
Claudio Mignanti 4dd7a65697 patches for 2.6.28
SVN-Revision: 15174
15 years ago
Claudio Mignanti d2042b0ef4 move etrax generic files to specific kernel version
SVN-Revision: 15173
15 years ago
Jo-Philipp Wich d63666203c dnsmasq: add more options for interface binding (#4900)
SVN-Revision: 15172
15 years ago
Florian Fainelli a4f6398eda fix ccache host installation (#4902)
SVN-Revision: 15165
15 years ago
Michael Büsch efceb0938c b43: Remove unnecessary MMIO accesses in the interrupt hotpath.
SVN-Revision: 15160
15 years ago
Felix Fietkau 908e5f64bf b44: use netdev_alloc_skb
SVN-Revision: 15159
15 years ago
Felix Fietkau bc1c56a7c5 kernel: increase skb padding for network devices to accomodate for headroom requirements of eth->wifi routing and more
SVN-Revision: 15158
15 years ago
Florian Fainelli dde5dc622a workaroun some stupid Kconfig bugs (#4895)
SVN-Revision: 15157
15 years ago
Felix Fietkau 3f40745aaf remove the b43 dependency on brcm47xx/brcm63xx
SVN-Revision: 15156
15 years ago
Felix Fietkau 8b30a1806c kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 still relies on it)
SVN-Revision: 15155
15 years ago
Claudio Mignanti ac26fab9ce cleanup etrax patches
SVN-Revision: 15154
15 years ago
Claudio Mignanti f692239c58 Fix kernel headers for cris (thanks hinkocevar)
SVN-Revision: 15153
15 years ago
Florian Fainelli 7ab216b053 update e2fsprogs to 1.41.3
SVN-Revision: 15151
15 years ago
Florian Fainelli 68289d2042 update ncurses to 5.7 (#4852)
SVN-Revision: 15147
15 years ago
Florian Fainelli 14832d3c23 some more fixes to the SPI controller driver
SVN-Revision: 15146
15 years ago
Jo-Philipp Wich 31a146b56d dropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating to 0.52 - thanks maniac103!
SVN-Revision: 15144
15 years ago
Michael Büsch 591312eae7 Add some b43 firmware helptext
SVN-Revision: 15143
15 years ago
Michael Büsch 8b5ec31218 Remove 500-b43-disable_qos_when_openfw.patch
This patch is incorrect. It leaves mac80211 and b43 in different states.
mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled
inside of b43's queue handling.

There currently is no way to disable QoS after loading the firmware.

Buildroot should probably statically change the module parameter to QoS=0, if the
opensource firmware is built into the image.

SVN-Revision: 15142
15 years ago
Felix Fietkau 912fb776e4 madwifi: remove braindead code that overwrote the user's antenna diversity setting (thx, brainslayer)
SVN-Revision: 15141
15 years ago
Florian Fainelli 47387c945a revert changeset 15081 seems to break Alice box devices
SVN-Revision: 15140
15 years ago
Florian Fainelli 5d5c8300b1 imagetag's -k argument is expected to be hexadecimal instead of decimal (#4885)
SVN-Revision: 15133
15 years ago
Florian Fainelli 5aca04960e fix typo in 910-cryptodev_backport.patch (#3933)
SVN-Revision: 15132
15 years ago
Felix Fietkau 9fa8380c9e kernel: tweak the maximum allocation size to improve memory allocator performance
SVN-Revision: 15130
15 years ago
Felix Fietkau cf152cff39 tweak some sysctl values for better performance
SVN-Revision: 15129
15 years ago
Felix Fietkau f8098f06b5 kernel: replace jhash2 with the faster jhash3 algorithm
SVN-Revision: 15128
15 years ago
Felix Fietkau c42422fb53 remove debugging code
SVN-Revision: 15127
15 years ago
Nicolas Thill 3b53bd7ef3 accomodate netfilter module (xt_recent) name change in 2.6.28, add missing kconfig when xt_recent is enabled
SVN-Revision: 15123
15 years ago
Gabor Juhos cdf292ac64 2.6.28: add Kconfig prompt for the old crypto symbols
SVN-Revision: 15122
15 years ago
Michael Büsch cb70a62be3 b43: Add DMA poisoning patches
SVN-Revision: 15121
15 years ago
Michael Büsch 3072d928f8 A patch which works around the issue is included in compat wireless.
SVN-Revision: 15120
15 years ago
Nicolas Thill 0a2efdd06a add a patch to disable compile-time buffer checks enabled by default on Ubuntu 8.10 and later (closes: #4826)
SVN-Revision: 15119
15 years ago
Felix Fietkau 7b6729e101 ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom images
SVN-Revision: 15118
15 years ago
Felix Fietkau a24e3ece65 ixp4xx: don't leave zImage on the rootfs for images other than the freecom one
SVN-Revision: 15117
15 years ago
Felix Fietkau ef4bae0994 wprobe: enable conditional compilation
SVN-Revision: 15116
15 years ago
Felix Fietkau 0cb0c1a257 ixp4xx: make apex optional, clean up the makefile - fixes spurious recompilation issues
SVN-Revision: 15115
15 years ago
Felix Fietkau 9493f9c19e clean up gmp and mpfr
SVN-Revision: 15114
15 years ago
Felix Fietkau 17b4ce5bc2 add check for common config variants for tools/install
SVN-Revision: 15113
15 years ago
Felix Fietkau 167846e488 add support for config options checking in top-level directory stampfiles
SVN-Revision: 15112
15 years ago
Felix Fietkau 976b78a306 small cleanup for tools/Makefile
SVN-Revision: 15111
15 years ago
Felix Fietkau 35073025b4 add a default template for Host/Install
SVN-Revision: 15110
15 years ago
Jo-Philipp Wich 69c1c6ed28 lua: add zlib build dependency, fix inaccuracy in gzip loader
SVN-Revision: 15109
15 years ago