1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-03 09:41:18 +02:00
Commit Graph

77 Commits

Author SHA1 Message Date
Mike Albon
76818e83c9 CFE tag partitioning support.
SVN-Revision: 5631
2006-11-23 22:13:25 +00:00
Felix Fietkau
3d94dc62cf deny non-root access to /dev/mtd*ro
SVN-Revision: 5628
2006-11-23 17:54:24 +00:00
Felix Fietkau
09d65a7960 fix the ixp4xx arch - armeb, not arm
SVN-Revision: 5627
2006-11-23 16:18:59 +00:00
Florian Fainelli
fb77d07fa2 Add ethernet bonding support for x86 (#856)
SVN-Revision: 5626
2006-11-23 10:15:19 +00:00
Felix Fietkau
d48cc978a7 add missing src symlink
SVN-Revision: 5623
2006-11-23 00:16:41 +00:00
Felix Fietkau
37362df7ea move platform specific base-files into target/linux/<targetname>
SVN-Revision: 5621
2006-11-22 23:27:29 +00:00
Felix Fietkau
c0e2282427 remove zimage patch
SVN-Revision: 5614
2006-11-22 13:57:49 +00:00
Felix Fietkau
80ff6a1d25 autodetect atm, pci, usb, pcmcia features from kernel config file
SVN-Revision: 5586
2006-11-19 20:30:11 +00:00
Felix Fietkau
0a2540a313 reorganize nat helper packages, move ftp and irc nat to a package that is enabled by default, for security reasons - see #917 for more information
SVN-Revision: 5581
2006-11-19 01:03:47 +00:00
Felix Fietkau
350c3cc145 remove outdated README file
SVN-Revision: 5573
2006-11-18 21:38:02 +00:00
Felix Fietkau
aef03f09b5 add prereq checks for target/linux/* and target/image/*, check for fdisk for the x86 builds
SVN-Revision: 5569
2006-11-18 21:12:18 +00:00
Felix Fietkau
20f986e627 remove kallsyms from au1000 kernel config - makes the kernels way too big
SVN-Revision: 5561
2006-11-18 18:04:09 +00:00
Felix Fietkau
4dc43d9b48 mini_fo fixes
SVN-Revision: 5556
2006-11-17 15:58:58 +00:00
Felix Fietkau
ebae27c573 add a few missing exports
SVN-Revision: 5547
2006-11-17 04:01:56 +00:00
Felix Fietkau
6995dcc331 upgrade to broadcom wl driver version 4.80.53.0 (from wrt350n release)
SVN-Revision: 5546
2006-11-17 03:54:33 +00:00
Felix Fietkau
9f9ac067a4 add mini_fo
SVN-Revision: 5541
2006-11-17 02:50:09 +00:00
Felix Fietkau
6815e427c3 enable irq sharing for the serial console
SVN-Revision: 5540
2006-11-17 01:31:11 +00:00
Felix Fietkau
bffe7837e7 fix the backport of ipt_string by adding the linux 2.6 textsearch code in a way that does not require adding stuff to our kernel image - linux 2.6 compatible
SVN-Revision: 5527
2006-11-14 01:45:10 +00:00
Felix Fietkau
c502e6a108 add missing uml include (patch from #955)
SVN-Revision: 5523
2006-11-13 19:28:23 +00:00
Florian Fainelli
4c7870405e Add rdc-2.6 description
SVN-Revision: 5517
2006-11-12 19:11:21 +00:00
Felix Fietkau
d9c1b66c3a reorder variables
SVN-Revision: 5513
2006-11-12 05:09:56 +00:00
Felix Fietkau
105a602ecf implement target profiles in menuconfig
SVN-Revision: 5512
2006-11-12 05:06:56 +00:00
Felix Fietkau
cf4e7af392 make target/linux/* directories self-contained, use the selected kernel version for the toolchain, autogenerate menuconfig and makefile code for target selection
SVN-Revision: 5498
2006-11-11 23:11:02 +00:00
Florian Fainelli
7ea7acad21 Enable iso9660 and udf kernel modules (#930)
SVN-Revision: 5485
2006-11-09 18:53:23 +00:00
Florian Fainelli
62dc30f27a Add missing definitions, prevented users of Fedora Core 5 (and probably others) to build UML kernels.
SVN-Revision: 5453
2006-11-06 16:17:11 +00:00
Florian Fainelli
cc1a5ba87a Add support for ne2000 pci NIC (#916)
SVN-Revision: 5451
2006-11-06 15:34:12 +00:00
Florian Fainelli
4b8a0d4318 Update kernel configurations to enable NLS KOI8R (russian) and package the module (#819 - second part)
SVN-Revision: 5446
2006-11-04 16:29:14 +00:00
Felix Fietkau
ec9592d2ea remove obsolete patch
SVN-Revision: 5438
2006-11-04 03:07:20 +00:00
Felix Fietkau
c9dcbd5531 port new diag driver to kamikaze
SVN-Revision: 5426
2006-11-03 21:58:08 +00:00
Felix Fietkau
31594de2bd use irq sharing on the serial line
SVN-Revision: 5424
2006-11-03 21:16:11 +00:00
Florian Fainelli
c61c489ae0 Add #870 patch, fixes compilation with newer kernel-headers, also fixes fc5 compilation
SVN-Revision: 5388
2006-11-02 23:27:32 +00:00
Felix Fietkau
fca8589540 remove old control directory
SVN-Revision: 5377
2006-11-01 23:25:38 +00:00
Felix Fietkau
45f0f2a960 fix kernel config after r8169 change
SVN-Revision: 5366
2006-10-31 21:14:05 +00:00
Florian Fainelli
3e33acb7b4 export skb_attach symbol (#887)
SVN-Revision: 5359
2006-10-31 12:28:42 +00:00
Felix Fietkau
6d531dbf84 add a fix for tun/tap related crashes (backported by Carlos Sobrinho)
SVN-Revision: 5352
2006-10-31 00:57:13 +00:00
Felix Fietkau
8eaf063d65 rdc: disable pci serial, remove bluetooth (because usb is disabled)
SVN-Revision: 5335
2006-10-30 04:54:39 +00:00
Imre Kaloz
93ab44d5d6 add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ethernet driver - the later still needs fixes and testing for the gateway 7001
SVN-Revision: 5311
2006-10-27 12:32:10 +00:00
Imre Kaloz
2d2179f503 rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.1 patch for arm
SVN-Revision: 5310
2006-10-27 10:26:00 +00:00
Felix Fietkau
1a94b0d4a0 Add NAND flash/YAFFS2 patches for RB532 by David Goodenough Read the kernel command line from an otherwise unused area of the kernel image (will be used for changing the command line on the fly when copying the system from CF to NAND)
SVN-Revision: 5296
2006-10-26 01:08:41 +00:00
Mike Baker
c8e451be73 fix irq issue (ap70 eth1)
SVN-Revision: 5288
2006-10-24 19:53:57 +00:00
Felix Fietkau
010faa4381 add e1000 driver, remove references to LINUX_2_4_X86
SVN-Revision: 5286
2006-10-24 18:36:04 +00:00
Felix Fietkau
28a3cb3ca3 add fix for samsung flash chips
SVN-Revision: 5284
2006-10-24 18:05:05 +00:00
Felix Fietkau
367b01ad5c fix a timeout on amd flash chips (patch from #874)
SVN-Revision: 5262
2006-10-22 21:16:15 +00:00
Felix Fietkau
b1a1e39ed1 add generic and via ide support to x86-2.6
SVN-Revision: 5255
2006-10-22 17:01:29 +00:00
Nicolas Thill
7cd1682f74 disable pcmcia on rb532
SVN-Revision: 5239
2006-10-19 18:22:48 +00:00
Felix Fietkau
2665d7f09e cleanup/rewrite of the kernel build process
SVN-Revision: 5226
2006-10-19 06:20:55 +00:00
Felix Fietkau
ae439d6682 remove bluetooth from ar7 config
SVN-Revision: 5225
2006-10-19 05:21:18 +00:00
Felix Fietkau
87e6a7e4f2 cleanup
SVN-Revision: 5224
2006-10-19 05:01:04 +00:00
Felix Fietkau
c041f53b8d finally kill KMOD_template - removes a big chunk of legacy build code
SVN-Revision: 5222
2006-10-19 04:35:29 +00:00
Felix Fietkau
d2e30add61 port more modules over to the new system
SVN-Revision: 5220
2006-10-19 02:05:17 +00:00