summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix madwifi packet injectionnbd2008-07-311-0/+34
| | | | | | | | | This patch from madwifi commit 3337 makes packet injection work. Signed-off-by: Petr Liebmann <petrliebman@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some ↵nbd2008-07-314-24/+86
| | | | | | | | | mails/tickets untested, does not work with 2.6.26 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12047 3c298f89-4303-0410-b956-a3cf2f4a3e73
* storm is ARMv4, not ARMv4T (thx, SeG)nbd2008-07-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another one ...nbd2008-07-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5nbd2008-07-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12044 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable multiqueue in the generic configkaloz2008-07-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12042 3c298f89-4303-0410-b956-a3cf2f4a3e73
* handle the nonstandard redboot mac variable for the WG302v1kaloz2008-07-311-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable the second uart on the WG302v1kaloz2008-07-311-7/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup the optional UART on the Cambria -- thanks, Chriskaloz2008-07-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync ath9k with latest git codekaloz2008-07-3115-2638/+1972
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch CONFIG_I2C to =m by default on avr32 (see #3756)nbd2008-07-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix config_clear(), see #3054nbd2008-07-311-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable iw for all 2.6 versionsnbd2008-07-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow packages to forcibly disable the svn/git mirror downloading attempt by ↵nbd2008-07-312-1/+3
| | | | | | setting PKG_SOURCE_MIRROR:=0 (#3815) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove unnecessary ixp4xx network config overridenbd2008-07-311-13/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix duplicate "doth" interface option in madwifinbd2008-07-311-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-diag: reset the interrupt mask of configured leds to avoid spurious ↵nbd2008-07-311-0/+1
| | | | | | interrupts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12030 3c298f89-4303-0410-b956-a3cf2f4a3e73
* export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)nbd2008-07-311-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.4.6 - fixes a parser glitchnbd2008-07-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* link default routes added by the network scripts to the appropriate ↵nbd2008-07-301-2/+2
| | | | | | interface (#2621) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* network scripts: properly maintain the network state's list of assigned ↵nbd2008-07-301-0/+21
| | | | | | interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* functions.sh: add list_contains function for checking whether a list ↵nbd2008-07-301-0/+9
| | | | | | contains a specific element git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* functions.sh: add a function for removing an item from a list in a shell ↵nbd2008-07-301-0/+14
| | | | | | variable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.4.5 - adds extra input validationnbd2008-07-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up the directory layout of the uci shell apinbd2008-07-302-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke uci-sh, it is obsolete and no longer worksnbd2008-07-304-603/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow packages to optionally append config file contents in the environment ↵nbd2008-07-301-3/+5
| | | | | | by setting a flag and calling config_load multiple times git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12020 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hotplug2 event processing deadlocknbd2008-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 #2887blogic2008-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 #3770blogic2008-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 ↵florian2008-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 librariesflorian2008-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 confignico2008-07-305-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some extra sanity checkingnbd2008-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 featurenbd2008-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 statenbd2008-07-301-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: wds updatesnbd2008-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 #3674blogic2008-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, #3272blogic2008-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 #3821blogic2008-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 Friedrichsenblogic2008-07-292-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] ethernet driver updatesjuhosg2008-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 samethepeople2008-07-293-7/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uClibc legacy versionnbd2008-07-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move curl back to packagesthepeople2008-07-294-337/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* removed a missed dependancy on curlthepeople2008-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 driverjuhosg2008-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 kernelsflorian2008-07-291-12/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg depends on curlflorian2008-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 itflorian2008-07-294-0/+337
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11987 3c298f89-4303-0410-b956-a3cf2f4a3e73