aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix hotplug2 event processing deadlockFelix Fietkau2008-07-301-0/+135
| | | | | | | | | | when bringing up ethernet on ixp4xx, the driver may request a firmware while hotplug2 waits for the netdev bringup to complete. change the event processing loop to keep an event backlog to allow unthrottled events to pass through while throttled events are being waited for git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* creates a passwd's shadow file if busybox supports the feature, fixes #2887John Crispin2008-07-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12017 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds option to select tls provider when using wpa_supplicant, fixes #3770John Crispin2008-07-302-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable smash stacking support by default, but allow to enable it as an ↵Florian Fainelli2008-07-303-0/+16
| | | | | | experimental feature git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86_64 also needs -fPIC to create lua shared librariesFlorian Fainelli2008-07-301-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move CONFIG_XFS_DEBUG to generic configNicolas Thill2008-07-305-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some extra sanity checkingFelix Fietkau2008-07-302-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: change the network scripts to use the new wds sta separation featureFelix Fietkau2008-07-303-2/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* properly keep track of bridged interfaces in the network stateFelix Fietkau2008-07-301-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: wds updatesFelix Fietkau2008-07-307-6/+1172
| | | | | | | | | - refactor wds code - add interface for separating individual wds stations from the master interface - add some queueing fixes for packets passing through virtual interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674John Crispin2008-07-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes ipkg dependency bug for spi modules, #3272John Crispin2008-07-302-23/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add lm sensor and clean up dependency, fixes #3821John Crispin2008-07-291-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes ppp ipv6 scripts, signed-off-by: Alina FriedrichsenJohn Crispin2008-07-292-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] ethernet driver updatesGabor Juhos2008-07-2911-285/+508
| | | | | | | | * new mii bus code, mac0 and mac1 can use the mac0's miii bus from now on * swap eth0 & eth1 on RB433/450 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove opkg config file and link ipkg.conf to opkg.conf being they are the sameTravis Kemen2008-07-293-7/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uClibc legacy versionFelix Fietkau2008-07-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move curl back to packagesTravis Kemen2008-07-294-337/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* removed a missed dependancy on curlTravis Kemen2008-07-293-10/+32
| | | | | | remove use of autogen, just run the one needed command from in it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11991 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix the name of the micrel PHY driverGabor Juhos2008-07-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix nfs kernel modules for 2.4 kernelsFlorian Fainelli2008-07-291-12/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg depends on curlFlorian Fainelli2008-07-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move curl from packages to trunk, opkg depends on itFlorian Fainelli2008-07-294-0/+337
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: Remove -fPIC for non-powerpc platformsSteven Barth2008-07-291-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add opkgTravis Kemen2008-07-295-0/+167
| | | | | | | - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ipkg] Move packages lists to the ramdisk to save flash spaceAndy Boyett2008-07-291-0/+1
| | | | | | | - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ipkg] Generate gzipped package listsAndy Boyett2008-07-292-5/+9
| | | | | | | - Can be used by changing the src line in /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ipkg] Port the full ipkg to KamikazeAndy Boyett2008-07-291-0/+76
| | | | | | | | | | - Does not suffer from most of the issues the busybox implementation experiences - busybox ipkg is still the default package manager - Removes /usr/bin/ipkg on install if it is a symlink - Relinks /usr/bin/ipkg to busybox on removal if ipkg is compiled into busybox - Supports gzip'd package lists, results in substantial space savings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch to the production phy ids on the CambriaImre Kaloz2008-07-281-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11979 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mkfwimage to recognize the -s optionTravis Kemen2008-07-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes download path for mac80211John Crispin2008-07-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds luci to the feeds.conf fileJohn Crispin2008-07-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11973 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix libraries packaging for uml on x86_64Nicolas Thill2008-07-281-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a fix to prevent startup crashes on i386 when built with gcc < 4.3Nicolas Thill2008-07-281-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11969 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] update to 2.6.26Gabor Juhos2008-07-2815-1/+787
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes dbus param of dnsmasq, #3818, thanks the.loekiJohn Crispin2008-07-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] make use DMA_BIT_MASKGabor Juhos2008-07-281-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11966 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: 2.6.26 patchesMatteo Croce2008-07-2710-0/+543
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update uClibc config for x86_64Florian Fainelli2008-07-271-14/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Resynced x86_64 kernel config for umlFlorian Fainelli2008-07-271-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix a bug in the USB driver debug codeGabor Juhos2008-07-271-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not run ldconfig while cross-compiling zlibFlorian Fainelli2008-07-271-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] sync 2.6.26 configGabor Juhos2008-07-272-20/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add missing symbols to 2.6.26 defconfigGabor Juhos2008-07-271-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] usb-serial: Fix swapped dependencies for belkin and ch341Andy Boyett2008-07-271-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xxFelix Fietkau2008-07-261-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kernel oops in the redboot partition parser when ↵Felix Fietkau2008-07-264-12/+12
| | | | | | CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is set and there is some free space after the rootfs partition git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mkfwimage build on mac os xFelix Fietkau2008-07-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] initial 2.6.26 supportGabor Juhos2008-07-2620-0/+1629
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] cleanup trailing whitespaces in 2.6.26 patchesGabor Juhos2008-07-2614-623/+726
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11945 3c298f89-4303-0410-b956-a3cf2f4a3e73