Imre Kaloz
89897bd2ab
upgrade mkimage the current git version
...
SVN-Revision: 7306
18 years ago
Florian Fainelli
bedf56bac7
Fix adm5120hcd compilation error ( #1738 )
...
SVN-Revision: 7304
18 years ago
Felix Fietkau
fd49112a0d
seems like the upstream fix for the minstrel crash wasn't enough. add an extra check
...
SVN-Revision: 7303
18 years ago
Felix Fietkau
b7e8f1c3d1
madwifi: add support for the ahdemo (ad-hoc demo) mode in /etc/config/wireless. using it, simultaneous ap+mesh operation is possible
...
SVN-Revision: 7302
18 years ago
Felix Fietkau
b2db4e7f09
fix essid setting in adhoc mode
...
SVN-Revision: 7301
18 years ago
Felix Fietkau
d169d2d02a
madwifi: switch to latest madwifi-hal-0.9.30.13 snapshot as reference merge in refcount branch as well and clean up openwrt patches (a few fixes got merged upstream)
...
SVN-Revision: 7300
18 years ago
Felix Fietkau
10b572b451
oops... wrong patch (unfixed typo)
...
SVN-Revision: 7299
18 years ago
Felix Fietkau
17ea20ab8c
more cleanup
...
SVN-Revision: 7298
18 years ago
Felix Fietkau
4aa15bd99c
cleanup
...
SVN-Revision: 7297
18 years ago
Felix Fietkau
f1e66ecee1
fix the patch file
...
SVN-Revision: 7296
18 years ago
Rod Whitby
babd4bad84
Fix malformed patch
...
SVN-Revision: 7295
18 years ago
Imre Kaloz
2bc1a04f67
commandline mtd partition parsing is ugly, convert aruba to platform_device
...
SVN-Revision: 7294
18 years ago
Florian Fainelli
52766d2851
Disable PCMCIA for adm5120, request IRQ for the USB driver, fix duplicate lines in the GPIO code
...
SVN-Revision: 7293
18 years ago
Felix Fietkau
6a10911e6e
remove debug crap accidentally left in the patch
...
SVN-Revision: 7292
18 years ago
Felix Fietkau
ae5b054926
awx: improve memory allocation handling
...
SVN-Revision: 7291
18 years ago
Florian Fainelli
5c69bcd309
Split the led driver
...
SVN-Revision: 7290
18 years ago
Florian Fainelli
f0e08dea14
Fix duplicate entries in the patch
...
SVN-Revision: 7289
18 years ago
Florian Fainelli
9ceac320a3
Add ADM5120 GPIO wrappers
...
SVN-Revision: 7288
18 years ago
Florian Fainelli
231a4b3540
Add generic GPIO support to MIPS boards
...
SVN-Revision: 7287
18 years ago
Florian Fainelli
0aca3bac3c
Implement architecture speficic GPIO calls for adm5120, thanks to Gabor Juhos
...
SVN-Revision: 7286
18 years ago
Florian Fainelli
b835cbc80e
Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor Juhos
...
SVN-Revision: 7285
18 years ago
Imre Kaloz
06fb3b2848
convert aruba to the new structure
...
SVN-Revision: 7284
18 years ago
Imre Kaloz
07009a08e0
give Aruba some love - add support for the combined flash layout
...
SVN-Revision: 7283
18 years ago
Rod Whitby
ee1c03f7d6
Support for the ARTOP IDE chipset on IOMega NAS100d (pata-artop).
...
SVN-Revision: 7279
18 years ago
Florian Fainelli
20c9c4e81a
Fix the scx200 watchdog typo ( #1724 )
...
SVN-Revision: 7277
18 years ago
Felix Fietkau
dd054a555a
rewritten template parser for awx - uses @for , @if , @else , @end for basic flow control
...
SVN-Revision: 7276
18 years ago
Felix Fietkau
84b235140c
fix pcmcia/pccard build defaults
...
SVN-Revision: 7275
18 years ago
Felix Fietkau
940b1f3cb5
add some apparently missing dma cache ops to the korina driver
...
SVN-Revision: 7274
18 years ago
Felix Fietkau
5938ba9844
convert rb532 to the new structure
...
SVN-Revision: 7273
18 years ago
Florian Fainelli
61338e5fe8
Backport [7224] to the adm5120 flash map driver
...
SVN-Revision: 7270
18 years ago
Travis Kemen
ff111c2511
keep uci_set from saving things that have not changed
...
SVN-Revision: 7259
18 years ago
Felix Fietkau
8693233b73
make txstop workaround safe with napi polling
...
SVN-Revision: 7258
18 years ago
Felix Fietkau
63300d3d91
Fix broadcom squashfs images:
...
We switched over to appending the jffs2 eof mark to the squashfs images,
but since the squashfs is not always aligned to eraseblocksize, the eof
mark landed in the wrong place. This commit adds an extra flag to the
trx utility that can append extra data to a partition with alignment.
This is used to place the jffs2 eof mark at the right offset.
SVN-Revision: 7253
18 years ago
Florian Fainelli
5015ad650c
Fix alsa-lib on 2.6 kernels, add an hotplug rule to populate /dev with the sound peripherals ( #1677 )
...
SVN-Revision: 7246
18 years ago
Mike Baker
924cd1ffc9
fix typo
...
SVN-Revision: 7244
18 years ago
Felix Fietkau
51454e4cd0
awx: variable initialization fix
...
SVN-Revision: 7243
18 years ago
Florian Fainelli
da3d279a7b
Update gmp to 4.2.1 ( #1162 )
...
SVN-Revision: 7233
18 years ago
Florian Fainelli
1518889ffa
Prefer real executables when available ( #1296 )
...
SVN-Revision: 7232
18 years ago
Florian Fainelli
4919d46982
Add the #1680 fix for GNU make versions
...
SVN-Revision: 7231
18 years ago
Felix Fietkau
6d0dc37221
make udhcpc silent after 3 'Sending discover ...' messages
...
SVN-Revision: 7227
18 years ago
Felix Fietkau
d662510eea
brcm47xx-2.6: fix squashfs image partitioning problem
...
SVN-Revision: 7224
18 years ago
Felix Fietkau
7da3a7a2b4
madwifi: enable txstop workaround for ap and ibss mode only
...
SVN-Revision: 7223
18 years ago
Mike Baker
3e112cbedb
cleaner version of the udhcp script
...
SVN-Revision: 7222
18 years ago
Mike Baker
d502764953
/proc needs to be mounted before preinit.arch for failsafe
...
SVN-Revision: 7220
18 years ago
Felix Fietkau
0b9c3f09c6
madwifi: remove V=1 (was only added for debugging)
...
SVN-Revision: 7218
18 years ago
Felix Fietkau
33a2478e96
oops. some code accidentally slipped into the wrong patch file :)
...
SVN-Revision: 7217
18 years ago
Florian Fainelli
3e9c0379ba
Do not suppress routes if the router received on renew is the same ( #138 )
...
SVN-Revision: 7215
18 years ago
Florian Fainelli
610421f87a
Fix routeboard board detection, add some new ZyXEL boards, thanks to Gabor Juhos
...
SVN-Revision: 7214
18 years ago
Felix Fietkau
e0f95a2d50
madwifi: fix xscale build
...
SVN-Revision: 7213
18 years ago
Felix Fietkau
b910cf91f6
huge madwifi update - use a madwifi-ng-refcount snapshot as base, includes lots of bugfixes and performance enhancements
...
SVN-Revision: 7211
18 years ago