aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix ocf compile errorFelix Fietkau2008-08-051-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh atheros config, add missing symbols to generic 2.6.26 configFelix Fietkau2008-08-052-12/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only build avr32 u-boot if requested, fixes build failure in default configFelix Fietkau2008-08-051-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12116 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update opkg to 4564, fixes a couple of memory leaksTravis Kemen2008-08-052-61/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move json-c to packages feedJohn Crispin2008-08-051-52/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* EOF for fonera-mp3 packagesJohn Crispin2008-08-0538-4916/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* etrax should not select foxboard-utils by default as the package is now in ↵John Crispin2008-08-051-1/+1
| | | | | | the packages feed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move foxboard utils to packages feedJohn Crispin2008-08-051-48/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add prereq check for pythonFelix Fietkau2008-08-041-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small bug in the recursive dependency lookup for generated menuconfig ↵Felix Fietkau2008-08-041-3/+3
| | | | | | files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make package prereq checks behave more like build prereq checks (first check ↵Felix Fietkau2008-08-041-1/+12
| | | | | | all, then fail if necessary), also make them less verbose git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uci led supportJohn Crispin2008-08-042-0/+70
| | | | | | | | | - /etc/config/system can hold led info which is applied at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12104 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/feeds: properly handle virtual packages as well, use the first ↵Felix Fietkau2008-08-041-1/+7
| | | | | | available provider by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/feeds: fix some installation warnings for locally installed packagesFelix Fietkau2008-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix scripts/feeds dependency lookup: process deps for all virtual packages ↵Felix Fietkau2008-08-041-4/+6
| | | | | | of a src package that belongs to the package that the user wants to install git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12101 3c298f89-4303-0410-b956-a3cf2f4a3e73
* - bump atheros to .26John Crispin2008-08-043-11/+35
| | | | | | | | | - adds leds-gpio to default selection on atheros - extend led platform setup on atheros git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove empty directoriesFelix Fietkau2008-08-040-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add ↵Nicolas Thill2008-08-041-19/+26
| | | | | | workaround for sha512 renamed in 2.6.26 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12098 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix RB-133/133C led definitionsGabor Juhos2008-08-041-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more ledtrig-netdev clean upsJohn Crispin2008-08-041-56/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add missing buttons device for RB-1xx boards, thanks to Christophe ↵Gabor Juhos2008-08-041-1/+3
| | | | | | Lucas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* makes ledtrignetdev work on .26 and fix whitespacesJohn Crispin2008-08-043-56/+96
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds a new uci firewallJohn Crispin2008-08-0412-13/+513
| | | | | | | | | | | | - iptbales and netfilter packages need to be rewrapped when we switch to this firewall as default - there are some examples in the file /etc/config/firewall - iptables-save/restore are still missing - hotplug takes care of adding/removing netdevs during runtime - misisng features ? wishes ? let me know ... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes whitespace errorJohn Crispin2008-08-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* work aroung error message during boot if swapon is nt installedJohn Crispin2008-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove warning from hotplug2, which pops up 10 times during bootJohn Crispin2008-08-041-7/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Define more missing config symbols for .26Florian Fainelli2008-08-041-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update kernel configTravis Kemen2008-08-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: more fixes and cleanups for wds sta separationFelix Fietkau2008-08-032-25/+360
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* network scripts: revert the network state after running ifdown, not beforeFelix Fietkau2008-08-031-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo in gcc version checkNicolas Thill2008-08-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update ath9k to latest git versionImre Kaloz2008-08-0317-2851/+2716
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add more options to the generic 2.6.26 configImre Kaloz2008-08-031-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert gcc 4.4 fixes - http://bugzilla.kernel.org/show_bug.cgi?id=11143Imre Kaloz2008-08-031-0/+524
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make grub compilable under fedora core 8 and other newer distrosFelix Fietkau2008-08-021-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [magicbox] fix compile errorGabor Juhos2008-08-021-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Fix broken hso kmod definitionAndy Boyett2008-08-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] ixp4xx: disable ixp4xx beeperAndy Boyett2008-08-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6: resync 2.6.26 configAndy Boyett2008-08-021-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] net/usb: only package hso for 2.6.26Andy Boyett2008-08-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* try to clean up some kernel configsTravis Kemen2008-08-026-3/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [magicbox] update to 2.6.26Gabor Juhos2008-08-014-86/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: disable bogus vlan handling code which actually breaks vlanFelix Fietkau2008-08-011-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* OCF cannot be built under UMLFlorian Fainelli2008-08-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing ebtables configuration symbol, 2.6.22 file untouched, not usedFlorian Fainelli2008-08-015-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the same hotplug2 parameters for initramfs and regularFelix Fietkau2008-08-011-7/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it ↵Felix Fietkau2008-08-012-1/+1
| | | | | | works for initramfs as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* avoid duplicate vlan add eventsFelix Fietkau2008-08-011-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable wds sta interface splitting by defaultFelix Fietkau2008-08-011-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12056 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove wds type of wifi-iface without essid, imho it never worked ↵Felix Fietkau2008-08-011-11/+6
| | | | | | properly and is unsupported now, regular ap/sta with option wds 1 is preferred git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12055 3c298f89-4303-0410-b956-a3cf2f4a3e73