Lars-Peter Clausen
2bc9d6f6e9
include/target.mk: Only set usb feature flag for a target if there is a HCD
...
SVN-Revision: 20425
15 years ago
Nicolas Thill
141f9e3bbd
ifxmips-dsl-api: only show debug option when package is selected
...
SVN-Revision: 20422
15 years ago
Florian Fainelli
928dfc550f
add support for D4PW board, patch from mexit
...
SVN-Revision: 20420
15 years ago
John Crispin
ba49170710
fix for previous commit
...
SVN-Revision: 20419
15 years ago
John Crispin
0f1522cf59
implement gpiolib drivers for core gpio and ebu attached latches
...
SVN-Revision: 20418
15 years ago
Florian Fainelli
821bd49569
use profiles again intead of subtargets.
...
We have now a single kernel which autodetects the type of device we are running
on, so we can switch back to having profiles. Patch by Bernhard Loos.
SVN-Revision: 20416
15 years ago
Gabor Juhos
35bb7be34d
ar71xx: Add basic WLAN LED control to TL-WR1043ND
...
* thanks to KillaB
* closes #6834
SVN-Revision: 20415
15 years ago
Gabor Juhos
c72b656d8d
ar71xx: create smaller initramfs images for the TP-Link boards
...
SVN-Revision: 20414
15 years ago
Nicolas Thill
04dd1fc593
kernel: fix kmod-crypto-misc on 2.4
...
SVN-Revision: 20413
15 years ago
Florian Fainelli
9b86b9f0dd
revert back to 2.6.32.9 for backfire
...
SVN-Revision: 20410
15 years ago
Florian Fainelli
023067da16
fix typo in gspa sn9c20x autoload line, patch from Chris Li
...
SVN-Revision: 20409
15 years ago
John Crispin
6cb7284fe0
adds support to build uboot for arv452
...
SVN-Revision: 20408
15 years ago
John Crispin
1f1ad83bc2
typo
...
SVN-Revision: 20403
15 years ago
John Crispin
ee9ed69f0f
adds support for airties wav-281/arcor a800/arcaydian arv452
...
SVN-Revision: 20402
15 years ago
John Crispin
1e1936323b
meta partition should not span brn-boot sector
...
SVN-Revision: 20401
15 years ago
John Crispin
a2155caf7b
add phylib support to ethernet driver
...
SVN-Revision: 20400
15 years ago
Travis Kemen
7a00430b3e
When enabling MFP, hostapd will read assoc_sa_query_max_timeout and assoc_sa_query_retry_timeout from it's config file. Make these options configurable in /etc/config/wireless. To make it clear that these options are 802.11w related, I named them ieee80211w_max_timeout and ieee80211w_retry_timeout instead.
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20397
15 years ago
Travis Kemen
22b92b3e13
Enable management frame protection in hostapd, and make it configurable in /etc/config/wireless. Since ath9k is currently the only driver that supports MFP, it will only be enabled when ath9k is enabled.
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20396
15 years ago
Travis Kemen
21f006f156
Enable management frame protection in wpa_supplicant, and make it configurable in /etc/config/wireless.
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20395
15 years ago
Travis Kemen
e74fbc183b
Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one to openwrt-devel before, but I am resending it as part of this series because the next patch will also edit wpa_supplicant.sh).
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20394
15 years ago
Jo-Philipp Wich
c63fd559fc
base-files: remove redundant "Press " when writing enter failsafe message
...
SVN-Revision: 20393
15 years ago
Jo-Philipp Wich
163b15f5bb
base-files: make press key message more explicit in preinit
...
SVN-Revision: 20392
15 years ago
Jo-Philipp Wich
5293dddc31
block-extroot: make overlay mount check more explicit, it wrongly detected /tmp/overlay as successful overlay mount
...
SVN-Revision: 20390
15 years ago
Jo-Philipp Wich
75b8822733
kernel: fix xen-fbdev description This patch fixes the description for KernelPackage xen-fbdev caused by a typo in xen.mk.
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20389
15 years ago
Alexandros C. Couloumbis
129d8a88f4
generic-2.6: fix r20386 (thanks nico), update missing symbols on config-2.6.32 too
...
SVN-Revision: 20388
15 years ago
Nicolas Thill
4e0681e1db
linux-atm: fix compilation of 'qgen' host tool
...
SVN-Revision: 20387
15 years ago
Alexandros C. Couloumbis
c0ea2a6257
generic-2.6: config-2.6.33 add missing symbols, closes #6913 (thanks maddes)
...
SVN-Revision: 20386
15 years ago
Florian Fainelli
d3b3c421d7
also generate images for AG1A, thanks obinou
...
SVN-Revision: 20385
15 years ago
Gabor Juhos
af1fb0bdd1
uClibc: fix free-after-use bug in __dns_lookup ( closes #6886 )
...
SVN-Revision: 20384
15 years ago
Travis Kemen
17b7aaba31
bump to the lastest git commit
...
SVN-Revision: 20378
15 years ago
Jo-Philipp Wich
40781b7290
the svn fallback code added in r20322 is evaluated with each make invocation and produces a lot of spurious "svn: broken pipe" error - replace it with a more efficient version
...
SVN-Revision: 20377
15 years ago
Lars-Peter Clausen
0ddd7f1082
sound jz4740_pcm: Set dma channel to NULL after it has been freed, because hw_free can be called multiple times aswell.
...
SVN-Revision: 20373
15 years ago
Lars-Peter Clausen
fd3344d488
sound jz4740_pcm: Don't request dma channel mor then once.
...
It is possible that the hw_params callback is called multiple times when using
the oss emulation layer. Thus we need to check whether the dma channel has
already been requested otherwise we'll end up with all dma channels being
requested by sound driver.
SVN-Revision: 20369
15 years ago
Alexandros C. Couloumbis
f4bcf74b95
hostap-driver: fix a typo (thanks acinonyx)
...
SVN-Revision: 20367
15 years ago
Alexandros C. Couloumbis
2a7a85cd4c
hostap-driver: fix DEPENDS on Makefile
...
SVN-Revision: 20366
15 years ago
Jo-Philipp Wich
90c566f557
hostapd: always strip "11" from hwmode value
...
SVN-Revision: 20363
15 years ago
Hauke Mehrtens
4dd46dd8a4
kernel: fix some documentation
...
SVN-Revision: 20362
15 years ago
Alexandros C. Couloumbis
4acfc97d11
atheros: config-2.6.33, add missing option on commit r20332
...
SVN-Revision: 20360
15 years ago
Gabor Juhos
120b1d8699
ar71xx: use the RB411 setup for the RB411U
...
SVN-Revision: 20359
15 years ago
Gabor Juhos
9a1031ce6d
ar71xx: change PHY select logic, and update phy_masks
...
SVN-Revision: 20358
15 years ago
Florian Fainelli
479ff12fae
fix path to the orinoco pcmcia driver, thanks hauke
...
SVN-Revision: 20357
15 years ago
Florian Fainelli
7af8ee0481
change from /jffs to /overlay, patch from Daniel Dickinson
...
SVN-Revision: 20356
15 years ago
Florian Fainelli
e7f046805a
disable ucitrigger for now, not used, patch from Dave Kooper
...
SVN-Revision: 20355
15 years ago
Florian Fainelli
d40104d567
If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron will place a spurious "crontabs" symlink into it. Patch fro Stefan Monnier
...
SVN-Revision: 20354
15 years ago
Florian Fainelli
d22b22b356
add pcmcia hermes module, patch from Guillaume Lecerf
...
SVN-Revision: 20353
15 years ago
Florian Fainelli
aef7bbc78f
fix ethernet driver remove function to use the correct annotation ( #6311 )
...
SVN-Revision: 20350
15 years ago
Lars-Peter Clausen
28e68dd8c7
jz_mmc: Fix timeout timer. Annotate timeout checks as unlikely()
...
SVN-Revision: 20349
15 years ago
Hauke Mehrtens
3c2943b45a
kernel: fix some minor error:
...
* module ide-pci-generic is also included if it was build
* correct loading queue for kmod-dm
* place for mvsas.ko changed in new kernel.
SVN-Revision: 20348
15 years ago
Hauke Mehrtens
cd2cee46ac
kernel: these modules are already loaded by the scsi-core package
...
SVN-Revision: 20347
15 years ago
Hauke Mehrtens
68a2efe2d1
kernel: x86 remove dependency on ata-core and scsi-core
...
The x86 image includes the modules out of ata-core and scsi-core
directly in the kernel image. Do not depend on these packages, because
they are not build in a x86 image.
This fixes #6873
SVN-Revision: 20346
15 years ago