Commit Graph

1949 Commits

Author SHA1 Message Date
Felix Fietkau
245c16ba5d madwifi: disable bogus vlan handling code which actually breaks vlan
SVN-Revision: 12065
2008-08-01 13:42:36 +00:00
Florian Fainelli
7836449276 OCF cannot be built under UML
SVN-Revision: 12064
2008-08-01 10:05:12 +00:00
Felix Fietkau
aee15469df use the same hotplug2 parameters for initramfs and regular
SVN-Revision: 12059
2008-08-01 03:09:20 +00:00
Felix Fietkau
37c7e13a5f move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works for initramfs as well
SVN-Revision: 12058
2008-08-01 03:01:42 +00:00
Felix Fietkau
d98002bd59 avoid duplicate vlan add events
SVN-Revision: 12057
2008-08-01 03:01:25 +00:00
Felix Fietkau
8970a1213b enable wds sta interface splitting by default
SVN-Revision: 12056
2008-08-01 00:38:47 +00:00
Felix Fietkau
1201ed1baa madwifi: remove wds type of wifi-iface without essid, imho it never worked properly and is unsupported now, regular ap/sta with option wds 1 is preferred
SVN-Revision: 12055
2008-08-01 00:26:44 +00:00
Felix Fietkau
a5e83a8bed use the madwifi driver instead of wext in the wpa_supplicant command line. the madwifi driver can associate faster because it uses a different ioctl interface
SVN-Revision: 12053
2008-07-31 22:50:43 +00:00
Felix Fietkau
60f834421c madwifi: fix race condition triggered by active split wds sta interfaces during vap delete
SVN-Revision: 12052
2008-07-31 22:41:31 +00:00
Felix Fietkau
d298a4a411 fix multicast/authframe handling for wds ap with split sta interfaces
SVN-Revision: 12051
2008-07-31 21:11:27 +00:00
Felix Fietkau
434f4269ea initialize the CONFIG_APPEND variable
SVN-Revision: 12050
2008-07-31 21:11:15 +00:00
Felix Fietkau
709eae54e4 madwifi: add some beacon setup/update related fixes (based on Bruno Randolf's patchset)
SVN-Revision: 12049
2008-07-31 18:59:25 +00:00
Felix Fietkau
d6d5c715b9 fix madwifi packet injection
This patch from madwifi commit 3337 makes packet injection work.

Signed-off-by: Petr Liebmann <petrliebman@googlemail.com>

SVN-Revision: 12048
2008-07-31 17:37:09 +00:00
Felix Fietkau
c688bb1d11 madwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some mails/tickets untested, does not work with 2.6.26
SVN-Revision: 12047
2008-07-31 17:27:55 +00:00
Felix Fietkau
b479f15c09 another one ...
SVN-Revision: 12045
2008-07-31 16:16:56 +00:00
Felix Fietkau
6a8c0256d0 upgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5
SVN-Revision: 12044
2008-07-31 15:56:35 +00:00
Imre Kaloz
a273f991f7 sync ath9k with latest git code
SVN-Revision: 12038
2008-07-31 09:51:31 +00:00
Felix Fietkau
6a4edcadc1 fix config_clear(), see #3054
SVN-Revision: 12036
2008-07-31 03:04:32 +00:00
Felix Fietkau
473493c834 enable iw for all 2.6 versions
SVN-Revision: 12035
2008-07-31 02:43:42 +00:00
Felix Fietkau
fbc77ede0a fix duplicate "doth" interface option in madwifi
SVN-Revision: 12032
2008-07-31 02:25:43 +00:00
Felix Fietkau
1081dbcb41 broadcom-diag: reset the interrupt mask of configured leds to avoid spurious interrupts
SVN-Revision: 12030
2008-07-31 01:33:14 +00:00
Felix Fietkau
cf2cd1c384 upgrade to uci 0.4.6 - fixes a parser glitch
SVN-Revision: 12028
2008-07-31 01:10:22 +00:00
Felix Fietkau
11df62d176 link default routes added by the network scripts to the appropriate interface (#2621)
SVN-Revision: 12027
2008-07-30 22:49:25 +00:00
Felix Fietkau
ee56e9ec59 network scripts: properly maintain the network state's list of assigned interfaces
SVN-Revision: 12026
2008-07-30 22:39:56 +00:00
Felix Fietkau
8c453b693c functions.sh: add list_contains function for checking whether a list contains a specific element
SVN-Revision: 12025
2008-07-30 22:39:43 +00:00
Felix Fietkau
4d883da9bf functions.sh: add a function for removing an item from a list in a shell variable
SVN-Revision: 12024
2008-07-30 20:35:22 +00:00
Felix Fietkau
3380590790 upgrade to uci 0.4.5 - adds extra input validation
SVN-Revision: 12023
2008-07-30 20:18:15 +00:00
Felix Fietkau
69ed8ba037 clean up the directory layout of the uci shell api
SVN-Revision: 12022
2008-07-30 19:25:36 +00:00
Felix Fietkau
4053fb48cf nuke uci-sh, it is obsolete and no longer works
SVN-Revision: 12021
2008-07-30 19:25:08 +00:00
Felix Fietkau
4cb7df23e9 allow packages to optionally append config file contents in the environment by setting a flag and calling config_load multiple times
SVN-Revision: 12020
2008-07-30 19:21:09 +00:00
Felix Fietkau
c5ecc1790a fix hotplug2 event processing deadlock
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

SVN-Revision: 12019
2008-07-30 19:02:01 +00:00
John Crispin
79aebec9e0 creates a passwd's shadow file if busybox supports the feature, fixes #2887
SVN-Revision: 12017
2008-07-30 17:09:01 +00:00
John Crispin
93ce64320a adds option to select tls provider when using wpa_supplicant, fixes #3770
SVN-Revision: 12016
2008-07-30 17:04:50 +00:00
Florian Fainelli
cc99e5b35d Disable smash stacking support by default, but allow to enable it as an experimental feature
SVN-Revision: 12010
2008-07-30 12:54:28 +00:00
Florian Fainelli
890c213508 x86_64 also needs -fPIC to create lua shared libraries
SVN-Revision: 12008
2008-07-30 10:04:03 +00:00
Felix Fietkau
10b74a2455 madwifi: add some extra sanity checking
SVN-Revision: 12006
2008-07-30 07:05:12 +00:00
Felix Fietkau
55b55f6861 madwifi: change the network scripts to use the new wds sta separation feature
SVN-Revision: 12005
2008-07-30 05:22:16 +00:00
Felix Fietkau
e606b1603b properly keep track of bridged interfaces in the network state
SVN-Revision: 12004
2008-07-30 05:22:02 +00:00
Felix Fietkau
df292e17b1 madwifi: wds updates - refactor wds code - add interface for separating individual wds stations from the master interface - add some queueing fixes for packets passing through virtual interfaces
SVN-Revision: 12003
2008-07-30 04:45:24 +00:00
John Crispin
fba71e7fb1 fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674
SVN-Revision: 12002
2008-07-30 00:58:36 +00:00
John Crispin
411e1a0757 fixes ipkg dependency bug for spi modules, #3272
SVN-Revision: 12001
2008-07-30 00:27:21 +00:00
John Crispin
a817bad21f add lm sensor and clean up dependency, fixes #3821
SVN-Revision: 11999
2008-07-29 23:49:16 +00:00
John Crispin
b639fc4b00 fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen
SVN-Revision: 11998
2008-07-29 23:40:19 +00:00
Travis Kemen
a4dbc3ddb3 remove opkg config file and link ipkg.conf to opkg.conf being they are the same
SVN-Revision: 11994
2008-07-29 17:23:52 +00:00
Travis Kemen
c4f368d258 move curl back to packages
SVN-Revision: 11992
2008-07-29 13:12:54 +00:00
Travis Kemen
f988ff9a3a removed a missed dependancy on curl remove use of autogen, just run the one needed command from in it
SVN-Revision: 11991
2008-07-29 12:57:43 +00:00
Florian Fainelli
3d6f8816dc Fix nfs kernel modules for 2.4 kernels
SVN-Revision: 11989
2008-07-29 10:57:02 +00:00
Florian Fainelli
3832f60af7 opkg depends on curl
SVN-Revision: 11988
2008-07-29 10:24:32 +00:00
Florian Fainelli
182c9bc339 Move curl from packages to trunk, opkg depends on it
SVN-Revision: 11987
2008-07-29 10:23:59 +00:00
Steven Barth
a1031eeb23 lua: Remove -fPIC for non-powerpc platforms
SVN-Revision: 11985
2008-07-29 10:14:11 +00:00