Felix Fietkau
0795035b35
ps3: use readable video mode descriptions in readme
...
The ps3 video modes can be specified as readable names (eg "720p"), so
use those instead.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9605
17 years ago
Felix Fietkau
c690518fea
ps3: build-in ps3 system manager
...
This changes the ps3 kernel config to build-in the System Manager
module, which is required for proper shutdown and reboot.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9604
17 years ago
Felix Fietkau
7f052bf047
update to latest madwifi snapshot - fixes some noderef bugs
...
SVN-Revision: 9602
17 years ago
Felix Fietkau
fd68041491
fix remaining netif_rx calls in napi polling patch
...
SVN-Revision: 9601
17 years ago
Gabor Juhos
3faf84682b
add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ ( closes : #2756 )
...
SVN-Revision: 9600
17 years ago
Gabor Juhos
717ff24d47
more USB driver fixes, now it passes usbtests 1-14
...
SVN-Revision: 9599
17 years ago
Felix Fietkau
679089c6a8
work around kernel config issues with sound modules
...
SVN-Revision: 9598
17 years ago
Felix Fietkau
4402192ded
add missing dependency
...
SVN-Revision: 9597
17 years ago
Gabor Juhos
4263fdd731
fix USB driver to compile with ADMH_VERBOSE_DEBUG defined
...
SVN-Revision: 9593
17 years ago
Gabor Juhos
5a1a5dcf58
USB driver updates, the driver passes usbtests 1-10 now
...
SVN-Revision: 9592
17 years ago
Gabor Juhos
60898bc0c5
disable INITRAMFS_EXTRA_FILES, in initramfs it cause errors
...
SVN-Revision: 9591
17 years ago
Felix Fietkau
407b75436d
fix build issues that happen when the staging dir is cleared and the build directories stay
...
SVN-Revision: 9588
17 years ago
Felix Fietkau
e28b55f39f
fix a few stampfile locations
...
SVN-Revision: 9587
17 years ago
Eugene Konev
4735a0f5fe
add external kernel tree support
...
SVN-Revision: 9584
17 years ago
Tim Yardley
85b17a4e9e
update stripped subset of l7 patterns to 11-03-2007 patterns
...
SVN-Revision: 9582
17 years ago
Felix Fietkau
c439768c9a
fix libnl include issues which broke a few packages
...
SVN-Revision: 9581
17 years ago
Felix Fietkau
cbb4e6b5a2
remove madwifi tx locking patch - i don't trust it
...
SVN-Revision: 9580
17 years ago
Felix Fietkau
55fff87408
fix path to .config ( #2722 )
...
SVN-Revision: 9579
17 years ago
Felix Fietkau
c147d9d634
prevent mac80211 from accidentally starting to build on older kernel versions because of dependencies ( #2718 )
...
SVN-Revision: 9578
17 years ago
Felix Fietkau
9ad0b9e924
comment out dependencies that are not supposed to be used yet ( #2723 )
...
SVN-Revision: 9577
17 years ago
Felix Fietkau
ca9147efb9
clean up stale stampfiles
...
SVN-Revision: 9576
17 years ago
Felix Fietkau
4235aee8c2
fix hostapd rebuild check, isolate the common src/ directory for hostapd variants as well to fix compile errors when both variants are selected ( #2722 )
...
SVN-Revision: 9575
17 years ago
Felix Fietkau
992e1f5e04
fix hostapd build with openssl
...
SVN-Revision: 9574
17 years ago
Gabor Juhos
63c05b7e2e
kernel: add a kernel module for the usbtest driver
...
SVN-Revision: 9572
17 years ago
Florian Fainelli
84b2bcb5be
Fix build on non-SMP machines of the remote GDB debugging ( #2666 )
...
SVN-Revision: 9571
17 years ago
Florian Fainelli
edea76ab77
Fix tx stats ( #2705 )
...
SVN-Revision: 9570
17 years ago
Florian Fainelli
d8faf285a8
Allow specifying static IPv6 gateways ( #2710 )
...
SVN-Revision: 9569
17 years ago
Felix Fietkau
82c697991a
hostapd: turn libnl into a build dependency
...
SVN-Revision: 9568
17 years ago
Felix Fietkau
5a9cdef549
prefer http downloads over svn/git checkouts, remove git dependency
...
SVN-Revision: 9567
17 years ago
Felix Fietkau
87d0b29540
better scope handling for the configured stamp
...
SVN-Revision: 9566
17 years ago
Felix Fietkau
a8c17898cc
fix config change detect for hostapd
...
SVN-Revision: 9565
17 years ago
Felix Fietkau
42d7efd083
update hostapd patches to the latest from http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/
...
SVN-Revision: 9564
17 years ago
Felix Fietkau
5a543584b8
improve build checks for hostapd (combinations of madwifi and mac80211)
...
SVN-Revision: 9563
17 years ago
Felix Fietkau
11feaad40a
use the static version of libnl for hostapd
...
SVN-Revision: 9562
17 years ago
Felix Fietkau
3981c55a6a
make libnl build a static version as well
...
SVN-Revision: 9561
17 years ago
Felix Fietkau
6874422e54
fix wl-700gE ide init (patch by biblbroks, fixes #2686 )
...
SVN-Revision: 9560
17 years ago
Felix Fietkau
1a92f058ca
add lzma compressed initramfs for bcm947xx
...
SVN-Revision: 9559
17 years ago
Felix Fietkau
ba85de21e9
add missing config symbols for ide on broadcom 4780
...
SVN-Revision: 9558
17 years ago
Felix Fietkau
6954e434f9
fix initramfs images
...
SVN-Revision: 9557
17 years ago
Felix Fietkau
bf0dd24627
create broadcom initramfs images and move the lzma decompressor area a bit further
...
SVN-Revision: 9556
17 years ago
Felix Fietkau
e3ecefbd23
fix adm switch misdetection, which led to bogus button events that caused the system to shut down
...
SVN-Revision: 9555
17 years ago
Felix Fietkau
67dd9a73dc
fix up hostapd for mac80211
...
SVN-Revision: 9554
17 years ago
Felix Fietkau
224760dee7
add git checkout support
...
SVN-Revision: 9553
17 years ago
Felix Fietkau
029df8cc2e
add libnl
...
SVN-Revision: 9552
17 years ago
Felix Fietkau
4a87a0464b
fix copy&paste mistake
...
SVN-Revision: 9551
17 years ago
Gabor Juhos
ba82fbff75
more USB driver changes
...
SVN-Revision: 9550
17 years ago
Felix Fietkau
dfa7618bd6
fix the image builder
...
SVN-Revision: 9549
17 years ago
Florian Fainelli
874935fe41
Add detection support for Buffalo WHR-G125 from #2611
...
SVN-Revision: 9548
17 years ago
Florian Fainelli
72f30a2ea0
Add bcm5354 fixes from #2611
...
SVN-Revision: 9547
17 years ago
Felix Fietkau
391f696e4b
add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
...
SVN-Revision: 9546
17 years ago