summaryrefslogtreecommitdiff
path: root/openwrt/target/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* add kernel boot command lineFelix Fietkau2005-06-141-1/+2
| | | | SVN-Revision: 1241
* add trx detection to the flash mapFelix Fietkau2005-06-141-12/+72
| | | | SVN-Revision: 1240
* use readable names for mtd partitions (hardcoded)Felix Fietkau2005-06-141-12/+22
| | | | SVN-Revision: 1239
* fix prom_getenv on ar7Felix Fietkau2005-06-141-125/+142
| | | | SVN-Revision: 1238
* fix board support patch and add mtd flash map driver for ar7Felix Fietkau2005-06-143-172/+459
| | | | SVN-Revision: 1237
* add incomplete ar7 hardware support (disabled by default)Felix Fietkau2005-06-1412-1/+8791
| | | | SVN-Revision: 1236
* fix trx alignmentFelix Fietkau2005-06-131-1/+8
| | | | SVN-Revision: 1226
* fix bcm47xx cache fixesFelix Fietkau2005-06-132-122/+238
| | | | SVN-Revision: 1224
* fix squashfs buildFelix Fietkau2005-06-121-3/+4
| | | | SVN-Revision: 1219
* /sourcesWaldemar Brodkorb2005-06-121-1/+1
| | | | SVN-Revision: 1216
* fix kernel image buildFelix Fietkau2005-06-121-1/+1
| | | | SVN-Revision: 1215
* we already have /sources..Waldemar Brodkorb2005-06-121-1/+1
| | | | SVN-Revision: 1213
* /distfilesWaldemar Brodkorb2005-06-121-3/+1
| | | | SVN-Revision: 1212
* small fix for firmware image util compileFelix Fietkau2005-06-111-2/+2
| | | | SVN-Revision: 1210
* make the kernel compile process more genericFelix Fietkau2005-06-112-5/+5
| | | | SVN-Revision: 1209
* make the kernel compile process more genericFelix Fietkau2005-06-112-12/+16
| | | | SVN-Revision: 1208
* make the kernel compile process more genericFelix Fietkau2005-06-111-6/+4
| | | | SVN-Revision: 1207
* cleanup in target/Felix Fietkau2005-06-1111-12/+264
| | | | SVN-Revision: 1205
* add some more mmu fixes for bcm4710Felix Fietkau2005-06-111-0/+40
| | | | SVN-Revision: 1203
* add board tag to kernel module version and add versioned depend (does not ↵Felix Fietkau2005-06-1111-30/+35
| | | | | | work with current ipkg yet) SVN-Revision: 1202
* add kernel package with version-specific /etc/modulesFelix Fietkau2005-06-114-4/+22
| | | | SVN-Revision: 1195
* some fixes for wlcompatFelix Fietkau2005-06-112-30/+45
| | | | SVN-Revision: 1194
* implement SIOCSIWENCODE in wlcompatFelix Fietkau2005-06-101-20/+55
| | | | SVN-Revision: 1191
* read wep keys from the driver's private data instead of the shmem (can get ↵Felix Fietkau2005-06-101-23/+40
| | | | | | key length correctly) SVN-Revision: 1190
* Fix kmod-iptables and kmod-ip6tables buildNicolas Thill2005-06-101-2/+2
| | | | SVN-Revision: 1186
* fix linux kernel buildFelix Fietkau2005-06-052-4/+5
| | | | SVN-Revision: 1157
* add rebuild target for the linux directoryFelix Fietkau2005-06-053-10/+26
| | | | SVN-Revision: 1149
* add even more workarounds for bcm4710, remove -fno-delayed-branch from ↵Felix Fietkau2005-06-013-13/+122
| | | | | | kernel cflags -- not needed anymore SVN-Revision: 1132
* add function for enabling/disabling radio in wlcompatFelix Fietkau2005-06-011-10/+24
| | | | SVN-Revision: 1129
* split kernel patches into board dependend and genericFelix Fietkau2005-05-3029-1/+13
| | | | SVN-Revision: 1122
* fix typoFelix Fietkau2005-05-301-1/+1
| | | | SVN-Revision: 1119
* add some fixes for v1 hardware (doesn't work reliably yet)Felix Fietkau2005-05-292-0/+255
| | | | SVN-Revision: 1100
* re-add state match to kernel imageFelix Fietkau2005-05-291-1/+1
| | | | SVN-Revision: 1099
* add some options to the lzma kernel compressor for smaller sizeFelix Fietkau2005-05-291-1/+1
| | | | SVN-Revision: 1098
* update et source to 0.9Felix Fietkau2005-05-291-2/+2
| | | | SVN-Revision: 1097
* some cosmetic fixesFelix Fietkau2005-05-291-2/+2
| | | | SVN-Revision: 1096
* *** empty log message ***Mike Baker2005-05-291-14/+0
| | | | SVN-Revision: 1095
* fix qdisc orderingMike Baker2005-05-281-1/+10
| | | | SVN-Revision: 1094
* don't return an error if a part of SIOCSIWMODE fails (fixes wlcompat for ↵Felix Fietkau2005-05-281-12/+5
| | | | | | newer wl driver) SVN-Revision: 1092
* fix ethtool call for communication between wl and wl.oFelix Fietkau2005-05-281-0/+19
| | | | SVN-Revision: 1091
* disable some useless jffs bbc compressors (improves performance in size mode)Felix Fietkau2005-05-281-3/+3
| | | | SVN-Revision: 1089
* fix wlcompat buildFelix Fietkau2005-05-283-10/+23
| | | | SVN-Revision: 1087
* move package/linux into target/linux, use wbx' new kernel code. support ↵Felix Fietkau2005-05-2884-0/+126272
building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing. SVN-Revision: 1085