Commit Graph

177 Commits (656f86f810d8bfc0fa7f6d6fef27412c9cd0ed02)

Author SHA1 Message Date
Florian Fainelli 00e2b1d997 add experimental 2.6.30 support, boot tested
SVN-Revision: 16242
15 years ago
Florian Fainelli c739ce1888 remove old 2.6.24 code
SVN-Revision: 16240
15 years ago
Florian Fainelli 8a86424093 use 2.6.27.24
SVN-Revision: 16208
15 years ago
Florian Fainelli 733b0a1ff8 rework ar7 profiles to separate dsl firmwares, annex-a being now the default and most widespread
SVN-Revision: 16201
15 years ago
Florian Fainelli c2df3a7179 refresh patches
SVN-Revision: 16156
15 years ago
Florian Fainelli fc72d90103 revert part of r16112, the setup.c part needs more testing
SVN-Revision: 16113
15 years ago
Florian Fainelli 33f6145c51 include missing atm-tools to setup pppoe/a links
SVN-Revision: 16112
15 years ago
Florian Fainelli 9e9ac96aeb include atm drivers in default images, otherwise firmware is just useless
SVN-Revision: 16051
15 years ago
Florian Fainelli 3b92b4de00 I recently came across an ar7 device which has the vlynq hardwired so that the clocks are always generated by the remote device instead of the local one.
Upon initialization the current version of vlynq driver disables
remote clock generation and causes the entire bus to hang on my
device.

This patch adds support for detecting which device (local or remote)
is responsible of clock generation and implements clock
initialization based on detection result.

Signed-off-by: Antti Seppala <a.seppala at gmail.com>

SVN-Revision: 16049
15 years ago
Imre Kaloz e965c02820 even more config file cleanup
SVN-Revision: 15913
15 years ago
Imre Kaloz e1e531253d without generic 2.6.26 support it doesn't make sense to keep 2.6.26 configs around..
SVN-Revision: 15862
15 years ago
Imre Kaloz 91e866f383 config cleanups
SVN-Revision: 15861
15 years ago
Imre Kaloz 6bfddb152f some additional config file cleanup..
SVN-Revision: 15845
15 years ago
Imre Kaloz a9c958c2de make kernels use /etc/preinit by default
SVN-Revision: 15840
15 years ago
Florian Fainelli ee7fcc6d27 include kmod-acx in default images
SVN-Revision: 15691
15 years ago
Florian Fainelli 6239eb2c7b update to 2.6.27 (#4122)
SVN-Revision: 15665
15 years ago
Imre Kaloz e9b397805d some more kernel config cleanup.. last for today :)
SVN-Revision: 15606
15 years ago
Imre Kaloz 0f2b1d070a more cleanup
SVN-Revision: 15605
15 years ago
Imre Kaloz a614251e6c cleanup MTD option handling
SVN-Revision: 15602
15 years ago
Felix Fietkau 16defbb2bd nuke obsolete kernel stuff
SVN-Revision: 14875
16 years ago
Florian Fainelli 4906d4533a include pppoa and br2684 packages by default (#4648)
SVN-Revision: 14626
16 years ago
Florian Fainelli 086b7e33f1 do not patch the local copy of ar7part.c to be exactly like what is mainline already
SVN-Revision: 14625
16 years ago
Felix Fietkau 11014b5cea disable all kernel config options that are set to =m
SVN-Revision: 14611
16 years ago
Gabor Juhos d5bfba98ce refresh 2.6.26 patches
SVN-Revision: 13527
16 years ago
Gabor Juhos 919a8a9fe0 make mips_machine stuff available for other MIPS targets
SVN-Revision: 13492
16 years ago
Imre Kaloz a695fa76a4 move THERMAL symbols into the generic config
SVN-Revision: 13346
16 years ago
Florian Fainelli a936c402fc Fix this nasty patch which prevented others from applying
SVN-Revision: 13343
16 years ago
Gabor Juhos 88cda758c3 update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches * based on a patch by Hauke Mehrtens * closes #4193
SVN-Revision: 13192
16 years ago
Gabor Juhos a1bf28950d refresh 2.6.26 patches
SVN-Revision: 13135
16 years ago
Florian Fainelli 1ac53fbf06 Update to 2.6.26.7
SVN-Revision: 13036
16 years ago
Florian Fainelli 6585073a04 Add missing evaloader specific changes from #2830
SVN-Revision: 13018
16 years ago
Gabor Juhos 821170133f update to 2.6.26.5 and 2.6.25.17
SVN-Revision: 12718
16 years ago
Nicolas Thill 3029c2fd53 disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on targets where USB is supported
SVN-Revision: 12690
16 years ago
Felix Fietkau c3ae8337f4 AR7 watchdog supports magic close
This patch adds the magic close flag (stopping the watchdog on an expected close
by wrting 'V' to the device before closing it) to the watchdogs list, which the
AR7 watchdog code actually supports.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>

SVN-Revision: 12666
16 years ago
Florian Fainelli 0fdecd35bd Treat vlynq external divisor just like automatic, fix comment about it, thanks sn9
SVN-Revision: 12467
16 years ago
Florian Fainelli 3ab8360af0 Fix divisor calculation and configuration from previous commit, thanks sn9
SVN-Revision: 12454
16 years ago
Florian Fainelli 219145702e Build images for the AG310, thanks sn9
SVN-Revision: 12446
16 years ago
Florian Fainelli 701d82cc8e Sync ar7 default network configuration with latest firewall and network settings, thanks sn9
SVN-Revision: 12444
16 years ago
Florian Fainelli 3abe371efd Fix divisor settings for external devices like wireless devices, thanks sn9
SVN-Revision: 12443
16 years ago
Florian Fainelli 291abdac58 Build images for WAG54GP2v1 and v2, thanks sn9
SVN-Revision: 12438
16 years ago
Florian Fainelli 8ef58746f5 Add 2.6.26 kernel configuration file
SVN-Revision: 12437
16 years ago
Florian Fainelli 1fd291063a Switch ar7 to 2.6.26, thanks sn9
SVN-Revision: 12436
16 years ago
Gabor Juhos 184c6b06f2 update to 2.6.26.3 and 2.6.25.16
SVN-Revision: 12371
16 years ago
Gabor Juhos e5fa05d788 update to 2.6.25.15 and 2.6.26.2
SVN-Revision: 12242
16 years ago
Gabor Juhos 104b3386a2 update to 2.6.25.12
SVN-Revision: 11933
16 years ago
Matteo Croce e027e87a89 ar7: initial 2.6.26 patches
SVN-Revision: 11824
16 years ago
Imre Kaloz 492ba57b56 update targets to 2.6.25.10
SVN-Revision: 11667
16 years ago
Imre Kaloz dee39d10ee upgrade to 2.6.25.9
SVN-Revision: 11584
16 years ago
Gabor Juhos 4af6ac74fb upgrade to 2.6.25.7, and refresh patches
SVN-Revision: 11523
16 years ago
Matteo Croce d1c097e3d0 ar7: refresh patches
SVN-Revision: 11452
16 years ago