summaryrefslogtreecommitdiff
path: root/openwrt/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* disable all other filesystems in menuconfig when initramfs is selectedFelix Fietkau2006-06-071-0/+3
| | | | SVN-Revision: 3910
* move mips boot patch to generic-2.6Felix Fietkau2006-06-073-19/+1
| | | | SVN-Revision: 3909
* generic lzma loader: add support for memory copying, preserve prom argumentsFelix Fietkau2006-06-076-12/+80
| | | | SVN-Revision: 3908
* fix typoFelix Fietkau2006-06-051-1/+1
| | | | SVN-Revision: 3906
* target/linux/image rewriteFelix Fietkau2006-06-0417-556/+260
| | | | SVN-Revision: 3905
* fix unnecessary kernel rebuildFelix Fietkau2006-06-041-3/+2
| | | | SVN-Revision: 3904
* fix dependency problemFelix Fietkau2006-06-011-3/+6
| | | | SVN-Revision: 3885
* cleanup; replace .PHONY with FORCE; disable gdb by defaultFelix Fietkau2006-05-3116-53/+37
| | | | SVN-Revision: 3877
* remove useless FORCE dependFelix Fietkau2006-05-311-1/+1
| | | | SVN-Revision: 3875
* fix install of in-tree modules ipkgsFelix Fietkau2006-05-312-3/+6
| | | | SVN-Revision: 3872
* fix root filesystem pathFelix Fietkau2006-05-314-12/+12
| | | | SVN-Revision: 3871
* remove some debugging junk (#492)Felix Fietkau2006-05-311-16/+1
| | | | SVN-Revision: 3868
* move target/linux/package/switch to package/, fix a bug in the ipkg ↵Felix Fietkau2006-05-3110-2310/+0
| | | | | | dependency handling SVN-Revision: 3864
* move alsa from target/linux/package to package, add compile fix for linux 2.4Felix Fietkau2006-05-314-84/+0
| | | | SVN-Revision: 3862
* kernel package cleanup, move madwifi from target/linux/package/ to package/, ↵Felix Fietkau2006-05-319-939/+0
| | | | | | update to 0.9.0 SVN-Revision: 3860
* disable target/linux/packageFelix Fietkau2006-05-313-33/+2
| | | | SVN-Revision: 3856
* allow building of kernel-specific stuff in package/ instead of ↵Felix Fietkau2006-05-3138-4053/+6
| | | | | | target/linux/package/ and merge target/linux/package/base-files into package/base-files SVN-Revision: 3855
* remove madwifi-oldFelix Fietkau2006-05-317-162/+0
| | | | SVN-Revision: 3854
* resync with kamikazeFelix Fietkau2006-05-30152-31800/+15345
| | | | SVN-Revision: 3844
* fix configMike Baker2006-05-161-1/+4
| | | | SVN-Revision: 3785
* fix BR2_ and CONFIG_ issuesMike Baker2006-05-1228-238/+240
| | | | SVN-Revision: 3769
* BR2_ -> CONFIG_Mike Baker2006-05-111-2/+2
| | | | SVN-Revision: 3766
* remove old trace/verbose junkFelix Fietkau2006-05-1013-80/+49
| | | | SVN-Revision: 3755
* menuconfig cleanupFelix Fietkau2006-04-201-8/+0
| | | | SVN-Revision: 3684
* disable the ZD1211 driver for linux 2.4 (does not build)Felix Fietkau2006-04-131-0/+1
| | | | SVN-Revision: 3636
* update openswan to 2.4.5 finalFelix Fietkau2006-04-132-25/+2
| | | | SVN-Revision: 3635
* cosmetic fix for the ar7 network defaultsFelix Fietkau2006-04-131-2/+2
| | | | SVN-Revision: 3634
* fix default interface name for ar7Felix Fietkau2006-04-131-1/+1
| | | | SVN-Revision: 3632
* Add SIP connection tracking helpers. Update 2.6 kernel configuration to ↵Florian Fainelli2006-04-127-1/+844
| | | | | | build SIP connection tracking helper Add informations in menuconfig SVN-Revision: 3627
* Move ueagle to the main kernel config since it is in stock kernel Add Zydas ↵Florian Fainelli2006-04-127-5/+68
| | | | | | ZD1211 driver, needs testing, closes #249 Change MTX-1 platform name for AU1000 in order to have a unique platform naming SVN-Revision: 3626
* Linux 2.6.16.4 *sigh*Imre Kaloz2006-04-124-8/+8
| | | | SVN-Revision: 3623
* follow the stable tree, upgrade to 2.6.16.3Imre Kaloz2006-04-114-8/+8
| | | | SVN-Revision: 3618
* Add an MTX-1 specific patch to avoid functions redefinition at compile-time. ↵Florian Fainelli2006-04-112-0/+62
| | | | | | Build a full target SVN-Revision: 3616
* Disable UCHI/EHCI USB it is not available in the MTX-1 board. Add a sample ↵Florian Fainelli2006-04-113-73/+18
| | | | | | base-files bridging eth0 with ath0. SVN-Revision: 3615
* Add multiple default gateways patch. No need to change the kernel ↵Florian Fainelli2006-04-112-0/+2563
| | | | | | configuration. Builds fine. Close #460 for the kamikaze part SVN-Revision: 3613
* Restored madwifi compilation (disabled for some weird local hacks)Florian Fainelli2006-04-101-0/+1
| | | | SVN-Revision: 3607
* Add initial support for AMD Alchemy 1500 boards (4G-Systems AccessCube). ↵Florian Fainelli2006-04-104-1/+1757
| | | | | | Thanks to Etienne for the hardware ;) SVN-Revision: 3606
* Linux 2.6.16.2Imre Kaloz2006-04-103-6/+6
| | | | SVN-Revision: 3604
* fixes ehci problems with the ap70Mike Baker2006-04-071-0/+70
| | | | SVN-Revision: 3598
* integrate the newer broadcom wl driver from us roboticsFelix Fietkau2006-04-063-2666/+5031
| | | | SVN-Revision: 3596
* remove more nvram referencesFelix Fietkau2006-04-052-10/+6
| | | | SVN-Revision: 3589
* large init script cleanup and merge of whiterussian changes, new dnsmasq ↵Felix Fietkau2006-04-0510-346/+72
| | | | | | config handling SVN-Revision: 3588
* fix the xt/ipt module path issueFelix Fietkau2006-04-022-81/+90
| | | | SVN-Revision: 3585
* fix module names for xt_*Felix Fietkau2006-04-021-7/+7
| | | | SVN-Revision: 3584
* include missing ext in iptables again after 2.6 move to xtablesNicolas Thill2006-04-021-0/+13
| | | | SVN-Revision: 3580
* fix kmod-fuse build on 2.4Nicolas Thill2006-04-021-2/+4
| | | | SVN-Revision: 3577
* remove problematic untested patch, sorry bad commitWaldemar Brodkorb2006-04-011-35809/+0
| | | | SVN-Revision: 3569
* fix (cosmetic) Config.in glitchesNicolas Thill2006-04-011-3/+3
| | | | SVN-Revision: 3568
* load of ide modules at boot (closes: #439)Nicolas Thill2006-04-012-1/+7
| | | | SVN-Revision: 3565
* update madwifiMike Baker2006-03-315-63/+63
| | | | SVN-Revision: 3558