Commit graph

44 commits

Author SHA1 Message Date
Florian Fainelli
6dd63759c3 Allow the redboot supplied command line to be append (#2089)
SVN-Revision: 8049
2007-07-19 10:24:16 +00:00
Imre Kaloz
d2c338cd52 upgrade atheros targets to 2.6.22.1
SVN-Revision: 7936
2007-07-12 10:19:36 +00:00
Felix Fietkau
114b9a8fb6 add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at the moment
SVN-Revision: 7870
2007-07-04 04:35:44 +00:00
Felix Fietkau
e062f4185e refactor atheros system code - also add support for the reset button (sends netlink messages in the same format as broadcom-diag)
SVN-Revision: 7869
2007-07-04 03:55:23 +00:00
Felix Fietkau
41af082667 fill in the kernel version info for every target, move the kernel tarball md5sums to a central place
SVN-Revision: 7748
2007-06-28 05:52:00 +00:00
Felix Fietkau
41b03c9770 add MODULE_LICENSE("GPL") to the atheros ethernet driver
SVN-Revision: 7747
2007-06-28 00:03:15 +00:00
Felix Fietkau
f019ac4dc9 prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile
SVN-Revision: 7644
2007-06-16 01:56:04 +00:00
Felix Fietkau
cef4e6112c sync atheros-2.6 config, move parts to the generic config
SVN-Revision: 7348
2007-05-26 20:08:21 +00:00
Imre Kaloz
aa8d377d7e update netfilter patches, fix atheros
SVN-Revision: 7320
2007-05-23 23:10:09 +00:00
Felix Fietkau
8cf203180a spiflash cleanup
SVN-Revision: 7084
2007-05-03 09:50:20 +00:00
Imre Kaloz
4221581d90 use CONFIG_CMDLINE on Atheros boards
SVN-Revision: 6808
2007-04-01 21:28:51 +00:00
Felix Fietkau
1bde611b1a fix flash buswidth detection
SVN-Revision: 6727
2007-03-27 23:15:10 +00:00
Tim Yardley
747e57ffe2 make the rest of the structure for the targets that dont have profiles yet
SVN-Revision: 6475
2007-03-03 01:22:09 +00:00
Felix Fietkau
91e5dba2c7 kernel build cleanup
SVN-Revision: 6464
2007-03-02 17:24:20 +00:00
Felix Fietkau
c457155452 enable mini_fo on fonera
SVN-Revision: 6456
2007-03-02 15:26:57 +00:00
Felix Fietkau
0373c4a352 use /etc/preinit on atheros-2.6
SVN-Revision: 6452
2007-03-02 01:39:14 +00:00
Felix Fietkau
d2c8e9104d add squashfs support for atheros-2.6
SVN-Revision: 6451
2007-03-02 01:38:07 +00:00
Felix Fietkau
a256c81dd9 move mtd rootfs split patch to generic-2.6, disabled for broadcom targets until the flash map driver is updated and tested
SVN-Revision: 6449
2007-03-01 23:52:19 +00:00
Felix Fietkau
c6a4f047e3 correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)
SVN-Revision: 6390
2007-02-26 14:36:27 +00:00
Felix Fietkau
43f15e09a9 run indent on ar2313 driver
SVN-Revision: 6366
2007-02-25 20:06:27 +00:00
Felix Fietkau
2bcaa1fecd add missing config files
SVN-Revision: 6338
2007-02-22 03:44:37 +00:00
Felix Fietkau
e78fb96964 Reorganize kernel configs - target/linux/*/config is now a directory. ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn.
SVN-Revision: 6337
2007-02-22 03:44:15 +00:00
Felix Fietkau
b37101053a add 16MB flash support for ar2315 (who knows...?)
SVN-Revision: 6334
2007-02-20 22:44:59 +00:00
Felix Fietkau
328e660b31 make rootfs split/detection more generic - patch can be moved to generic-2.6 after testing on other platforms (especially broadcom)
SVN-Revision: 6328
2007-02-19 23:28:09 +00:00
Imre Kaloz
1d7bfc46ec autodetect flash width - thanks to Kestutis Kupciunas
SVN-Revision: 6327
2007-02-19 22:33:06 +00:00
Imre Kaloz
e32f19c986 use radio0 only on the 5312
SVN-Revision: 6326
2007-02-19 22:22:26 +00:00
Felix Fietkau
e10c97c2ca fix ar2315 rootfs mount
SVN-Revision: 6325
2007-02-19 16:48:02 +00:00
Felix Fietkau
9b47712459 disable dma offset for now
SVN-Revision: 6317
2007-02-17 23:02:49 +00:00
Felix Fietkau
73fc1141c0 fix ar2312/2313 mac detection
SVN-Revision: 6316
2007-02-17 22:22:14 +00:00
Felix Fietkau
dc70c78404 remove useless newlines
SVN-Revision: 6314
2007-02-16 19:45:26 +00:00
Felix Fietkau
9b78ea021b more cleanup
SVN-Revision: 6309
2007-02-16 10:01:59 +00:00
Felix Fietkau
cdd4982fef remove squashfs repartitioning hacks from spiflash driver - will be ported to redboot parsing code later
SVN-Revision: 6308
2007-02-16 09:57:24 +00:00
Felix Fietkau
3d60d69334 major cleanup of the ar531x code, improved hardware detection and support for multiple ethernet interfaces
SVN-Revision: 6307
2007-02-16 09:23:15 +00:00
Felix Fietkau
c13d383c2b some ar531x cleanup
SVN-Revision: 6302
2007-02-15 21:52:13 +00:00
Imre Kaloz
773ea5684c fix mac handling, thanks to Kestutis Kupciunas
SVN-Revision: 6278
2007-02-08 13:19:34 +00:00
Felix Fietkau
8e88bb54ba port [6229] to kamikaze
SVN-Revision: 6275
2007-02-08 01:25:18 +00:00
Felix Fietkau
76c376d82a update atheros 2.6 port - add support for the older chip generation
SVN-Revision: 6265
2007-02-04 21:18:10 +00:00
Felix Fietkau
cb28dc62c1 force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - why the fsck has this ever worked for anybody??
SVN-Revision: 6258
2007-02-04 02:31:00 +00:00
Florian Fainelli
fc55c51ba4 Forgot to add the DELUDE target :/
SVN-Revision: 6183
2007-01-23 00:03:01 +00:00
Florian Fainelli
acf6ec373e Add chaostable from #1187, also enable netfilter modules for ixp4xx.
SVN-Revision: 6182
2007-01-22 23:55:22 +00:00
Felix Fietkau
76722ae538 disable pcmcia for atheros-2.6
SVN-Revision: 6082
2007-01-11 18:47:44 +00:00
Felix Fietkau
7a6a646497 Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested.
SVN-Revision: 6071
2007-01-10 21:52:28 +00:00
Felix Fietkau
35bccdd4ba store the default kernel version for our ports in a single place (target makefiles can still override it if necessary)
SVN-Revision: 5899
2006-12-25 09:12:57 +00:00
Felix Fietkau
216e8fcc55 Add support for Atheros SoC (used in Fonera, Meraki) - Merry Christmas, everybody :)
SVN-Revision: 5898
2006-12-25 08:05:48 +00:00