Commit Graph

57 Commits (406ce1ae5ddb122785393b3091553bbd8826face)

Author SHA1 Message Date
Florian Fainelli 499fa7f7a1 add 2.6.28 patches and kernel config
SVN-Revision: 14884
16 years ago
Felix Fietkau 16defbb2bd nuke obsolete kernel stuff
SVN-Revision: 14875
16 years ago
Felix Fietkau 11014b5cea disable all kernel config options that are set to =m
SVN-Revision: 14611
16 years ago
Gabor Juhos 1200d62f66 refresh 2.6.24 patches
SVN-Revision: 14452
16 years ago
Florian Fainelli 3d2066526c update 2.6.27 patches with upstream fixes from git repository and mailing-lists. via-rhine is still broken, thus not switching to 2.6.27 as default.
SVN-Revision: 14173
16 years ago
Andy Boyett 9f8c82da09 Add hostapd-mini to default images where applicable
SVN-Revision: 13819
16 years ago
Florian Fainelli 5dc3098a6c Disable CONFIG_NF_CT_ACCT
SVN-Revision: 13577
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
Imre Kaloz 722c78cd1e move some options to the generic 2.6.27 config
SVN-Revision: 13264
16 years ago
Florian Fainelli ac26d5ea2c Package pata_rb532_cf separately and update kernel config
SVN-Revision: 13225
16 years ago
Florian Fainelli 901bda1b93 Add 2.6.27 support to rb532, nand is not recognized, needs to be sorted out
SVN-Revision: 13224
16 years ago
Florian Fainelli 17c32c4685 Do not use dynamic ticks on rb532 (#4110)
SVN-Revision: 13017
16 years ago
Felix Fietkau 1e570a9288 change the way ./files* and the generic kernel files are applied. ./files now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers.
SVN-Revision: 13010
16 years ago
Florian Fainelli d1f4f4646d Remove 2.6.22 files, no target uses them anymore
SVN-Revision: 12638
16 years ago
Florian Fainelli 89a9d76c8b Typo, should be kmod-madwifi
SVN-Revision: 12288
16 years ago
Florian Fainelli 468c38a112 Include madwifi by default in rb532 images
SVN-Revision: 12287
16 years ago
Florian Fainelli 8dc883b976 Allow routerboard users to kexec into the newly installed kernel if kexec-tools is installed
SVN-Revision: 12286
16 years ago
Florian Fainelli a7bbd93956 Fix routerboard boot partition name in wget2nand (#3791)
SVN-Revision: 11897
16 years ago
Florian Fainelli c266659be8 2.6.23 still uses the drivers/char/watchdog path for watchdog drivers (#3790)
SVN-Revision: 11870
16 years ago
Florian Fainelli 44dc255e43 Working korina driver for 2.6.24, still needs fixing in the tx tasklet which introduces high latency when transmitting packets, rx path works ok
SVN-Revision: 11853
16 years ago
Florian Fainelli 5015bf5e77 2.6.24 moved watchdog drivers to drivers/watchdog
SVN-Revision: 11852
16 years ago
Florian Fainelli b0250695a9 Add basic 2.6.24 support for rb532, korina napi code has to be adapted to work
SVN-Revision: 11844
16 years ago
Florian Fainelli 714a721010 Move files and patches to files-2.6.23 and patches-2.6.23
SVN-Revision: 11843
16 years ago
Florian Fainelli cd21dd1a1d Fix the CF serial number byteswapping (#3133)
SVN-Revision: 11837
16 years ago
Gabor Juhos 64fddc8d81 fix image names in the wget2nand script
SVN-Revision: 11400
16 years ago
Gabor Juhos 306f3677ec make use the chip_fixup function of the plat_nand driver
SVN-Revision: 11377
16 years ago
Gabor Juhos 51e45450f1 refresh kernel patches
SVN-Revision: 11203
16 years ago
Gabor Juhos f9719b35c8 upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)
SVN-Revision: 11184
16 years ago
Nicolas Thill e3a42b23c6 enable proper PCI & USB support detection at config-time by disabling CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate
SVN-Revision: 11097
16 years ago
Nicolas Thill c6fe45ed55 properly disable CONFIG_CRYPTO_HW
SVN-Revision: 10952
16 years ago
Florian Fainelli eb094d0dca Re-enabled the CompactFlash driver for rb532
SVN-Revision: 10950
16 years ago
Felix Fietkau d0bbe9933e fix gpio on rb532 - fixes the cf driver
SVN-Revision: 10888
16 years ago
Florian Fainelli d835b0e42e GPIO code updates, make the cf-mips driver compile against this gpio version
SVN-Revision: 10768
16 years ago
Imre Kaloz 3a0e58b2e1 upgrade & standardize kernel versions
SVN-Revision: 10443
17 years ago
Gabor Juhos 0a6bf50432 bump to 2.6.23.14 on x86, ixp4xx, rb532, adm5120
SVN-Revision: 10208
17 years ago
Florian Fainelli 12909cef8d Allow S1 button to be controlled using gpio-keys
SVN-Revision: 10172
17 years ago
Florian Fainelli 918e830718 Upgrade rb532 to .23, provide generic GPIO API to this board
SVN-Revision: 10171
17 years ago
Felix Fietkau 30fe1805d5 add cf2nand fixes from #2892
SVN-Revision: 9985
17 years ago
Felix Fietkau 93b97272aa enable watchdog driver for rb532 by default
SVN-Revision: 9897
17 years ago
Felix Fietkau c65e66ac49 watchdog driver for RB 532
Here is the driver for the hardware watchdog timer
integrated in RB 532 (as part of the SoC IDT 79RC32434).

File include/asm-mips/rc32434/integ.h is taken from
Mikrotik RB 532 kernel patch.

Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org>

SVN-Revision: 9896
17 years ago
Florian Fainelli edea76ab77 Fix tx stats (#2705)
SVN-Revision: 9570
17 years ago
Felix Fietkau 1bca0cc517 make the image filenames a bit shorter
SVN-Revision: 9533
17 years ago
Florian Fainelli 734ace1804 Resync kernel config, put back yellow led registration (#2607)
SVN-Revision: 9458
17 years ago
Florian Fainelli 0f43633263 Remove the old rbmipsnand driver, we now use the plat_nand driver
SVN-Revision: 9188
17 years ago
Florian Fainelli 258843f666 Clean up the prom code / board detection (thanks Gabor), fix some warnings
SVN-Revision: 9136
17 years ago
Florian Fainelli c59593a2df Finally fix the rb500 boot (#2436)
SVN-Revision: 9133
17 years ago
Florian Fainelli ab705856ff Fix board_type allocation (again)
SVN-Revision: 9074
17 years ago
Florian Fainelli fae093332d Fix board type allocation
SVN-Revision: 9071
17 years ago
Gabor Juhos 438dfe5c6f get rid of per-profile base-files
SVN-Revision: 9069
17 years ago