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
Travis Kemen
53332ba9c2
add opkg - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg
...
SVN-Revision: 11983
2008-07-29 04:16:43 +00:00
Andy Boyett
2ddbb426c8
Move packages lists to the ramdisk to save flash space - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds
...
SVN-Revision: 11982
2008-07-29 03:36:23 +00:00
Andy Boyett
6b045c7dc6
Generate gzipped package lists - Can be used by changing the src line in /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg
...
SVN-Revision: 11981
2008-07-29 03:36:11 +00:00
Andy Boyett
28ddc0a2ae
Port the full ipkg to Kamikaze - 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
...
SVN-Revision: 11980
2008-07-29 03:35:55 +00:00
John Crispin
9c2e5b0b82
fixes download path for mac80211
...
SVN-Revision: 11975
2008-07-28 18:10:55 +00:00
Nicolas Thill
a5df818e0d
fix libraries packaging for uml on x86_64
...
SVN-Revision: 11970
2008-07-28 14:19:02 +00:00
John Crispin
5e942a9011
fixes dbus param of dnsmasq, #3818 , thanks the.loeki
...
SVN-Revision: 11967
2008-07-28 07:59:40 +00:00
Florian Fainelli
8e626bffb7
Do not run ldconfig while cross-compiling zlib
...
SVN-Revision: 11959
2008-07-27 13:17:05 +00:00
Andy Boyett
0abeea4e60
usb-serial: Fix swapped dependencies for belkin and ch341
...
SVN-Revision: 11953
2008-07-27 03:39:11 +00:00
Florian Fainelli
e63040663d
Allow madwifi devices to be set in monitor mode
...
SVN-Revision: 11943
2008-07-26 18:32:54 +00:00
Florian Fainelli
63622fbbec
ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load ( #3813 )
...
SVN-Revision: 11942
2008-07-26 18:24:59 +00:00
Imre Kaloz
4a3cc5d9a7
add backported HSO driver
...
SVN-Revision: 11938
2008-07-26 17:01:54 +00:00
Gabor Juhos
3035d2e7c9
button-hotplug: fix compile warnings
...
SVN-Revision: 11937
2008-07-26 16:32:12 +00:00
Gabor Juhos
9b2e1bdd8d
fix Dell TrueMobile 2300 v1/v2 detection and network configuration ( closes #2788 )
...
SVN-Revision: 11935
2008-07-26 16:10:44 +00:00
Felix Fietkau
bdfc0556b8
refresh madwifi patches
...
SVN-Revision: 11932
2008-07-25 22:41:13 +00:00
Felix Fietkau
22a637325e
wpa_supplicant: sort scan results by link quality to improve supplicant-controlled roaming
...
SVN-Revision: 11931
2008-07-25 22:37:50 +00:00
Felix Fietkau
e7c5e72479
wpa_supplicant: improve scan cache reliability
...
SVN-Revision: 11930
2008-07-25 22:37:36 +00:00
Felix Fietkau
144e506288
madwifi: preempt any running scan when wpa_supplicant triggers a new assoc
...
SVN-Revision: 11929
2008-07-25 22:37:21 +00:00
Felix Fietkau
21dbb0d64d
madwifi: preserve WPA IEs received in probe responses and prefer them over beacon information improves reliability when using wpa_supplicant to connect to aps with hidden ssid and dynamic encryption settings
...
SVN-Revision: 11928
2008-07-25 22:37:06 +00:00
Felix Fietkau
8aab13b562
madwifi: add some roaming fixes by ubnt
...
SVN-Revision: 11927
2008-07-25 22:36:51 +00:00
Felix Fietkau
c0dc50fb55
rewrite madwifi sta mode link up/down notifications (mostly used by wpa_supplicant), fixes some stale node or reconnect loop issues
...
SVN-Revision: 11926
2008-07-25 22:36:33 +00:00
Felix Fietkau
9866151941
madwifi: reduce the packet loss impact of forced background scans triggered by the configured threshold
...
SVN-Revision: 11925
2008-07-25 22:36:18 +00:00
Felix Fietkau
192e5ac41d
madwifi: improve hidden ssid handling in sta mode
...
SVN-Revision: 11924
2008-07-25 22:35:56 +00:00
Felix Fietkau
80710bb7cc
madwifi: fix queue stop/start during key updates
...
SVN-Revision: 11923
2008-07-25 22:35:36 +00:00
Travis Kemen
0425daa86d
keep /etc/group over reflash as well
...
SVN-Revision: 11919
2008-07-24 16:36:39 +00:00
Andy Boyett
df9f22f73c
usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968
...
SVN-Revision: 11914
2008-07-24 06:25:47 +00:00
Andy Boyett
09e2dcc255
dropbear: upgrade to 0.51 - 160-tty_close merged upstream - patches refreshed
...
SVN-Revision: 11913
2008-07-24 05:24:52 +00:00
Travis Kemen
f20dd0803c
add dropbear keys, passwd and firewall configuration to be saved during reflash
...
SVN-Revision: 11912
2008-07-24 02:24:59 +00:00
Nicolas Thill
a760ff5861
fix variable names in tests
...
SVN-Revision: 11911
2008-07-22 21:19:05 +00:00
Florian Fainelli
5d5385684d
Fix nfs modules options and modules, only package modules that are built for all targets ( #3796 )
...
SVN-Revision: 11906
2008-07-22 10:14:02 +00:00
Imre Kaloz
3ff4b7ee10
patch causes problems on some platforms, nuke it
...
SVN-Revision: 11904
2008-07-22 08:01:35 +00:00
Imre Kaloz
9f43812a07
bump ath9k package version number, too
...
SVN-Revision: 11903
2008-07-22 07:31:11 +00:00
Imre Kaloz
b8eb34e5c3
sync ath9k with the git tree
...
SVN-Revision: 11902
2008-07-22 07:24:47 +00:00
Travis Kemen
7346ef83e1
fix sysupgrade endian issues
...
SVN-Revision: 11900
2008-07-22 01:11:30 +00:00
Travis Kemen
1a47f8142d
This series of patches closes the support gap on one of the explicitly supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com>
...
SVN-Revision: 11898
2008-07-21 20:36:16 +00:00
Florian Fainelli
7f3193a673
Default to port 1812 for radius authentication when doing 802.1x
...
SVN-Revision: 11890
2008-07-21 09:58:16 +00:00
Matteo Croce
077e9a7e7a
ath9k: correct package description
...
SVN-Revision: 11889
2008-07-20 21:51:19 +00:00
Steven Barth
e870bdf403
Updated Dnsmasq to 2.45
...
SVN-Revision: 11888
2008-07-20 20:17:00 +00:00
Michael Büsch
204728376c
Update gpiommc to use configfs
...
SVN-Revision: 11887
2008-07-20 19:34:09 +00:00
Felix Fietkau
d7bdc37560
add another endianness fix for ath9k, ar9160 now works on ixp4xx, at least in sta mode :)
...
SVN-Revision: 11886
2008-07-20 16:32:43 +00:00
Felix Fietkau
2043a450da
ath9k: remove software descriptor swapping, hw already does that
...
SVN-Revision: 11885
2008-07-20 12:37:13 +00:00
Felix Fietkau
d53ff609b5
add the new ath9k driver (loads successfully on an AR9160 card, but still seems to have some rf issues)
...
SVN-Revision: 11884
2008-07-20 11:44:14 +00:00
Felix Fietkau
12d206d9eb
update compat-wireless to a newer version, but leave it at the old version for brcm47xx (b43 does not compile with the new one)
...
SVN-Revision: 11883
2008-07-20 11:43:56 +00:00
Felix Fietkau
67039dcf9e
fix madwifi mode setting
...
SVN-Revision: 11882
2008-07-20 00:51:00 +00:00
Florian Fainelli
f8e0d6edb9
Package common nfs kernel modules separately, add missing modules to nfsd ( #3558 )
...
SVN-Revision: 11875
2008-07-19 16:56:24 +00:00
Felix Fietkau
9dc4917da8
rename patches-r3776 to patches-testing
...
SVN-Revision: 11868
2008-07-18 22:57:30 +00:00
Felix Fietkau
8aa31d7ce0
fix hal module load msg
...
SVN-Revision: 11867
2008-07-18 22:51:04 +00:00
Felix Fietkau
16731f482f
refresh madwifi-testing patches
...
SVN-Revision: 11866
2008-07-18 22:50:46 +00:00
Felix Fietkau
4d144eee67
fix some madwifi-testing bugs
...
SVN-Revision: 11865
2008-07-18 22:49:27 +00:00
Michael Büsch
f4b516ef34
Update GPIO-based MMC driver
...
SVN-Revision: 11864
2008-07-18 20:53:08 +00:00
Felix Fietkau
9d5543e8b9
fix some unused variables
...
SVN-Revision: 11863
2008-07-18 18:57:01 +00:00
Steven Barth
5fd9e811c6
Updated Dnsmasq to 2.43
...
SVN-Revision: 11862
2008-07-18 15:32:42 +00:00
Felix Fietkau
923008ecc8
fix wpa_cli compile
...
SVN-Revision: 11861
2008-07-18 15:28:24 +00:00
Florian Fainelli
af36f6132c
Allow kexec-tools to be built for mipsel, tested on a routerboard 500
...
SVN-Revision: 11856
2008-07-18 11:43:50 +00:00
Felix Fietkau
1cc6486b0b
remove a wrong patch chunk in the madwifi update
...
SVN-Revision: 11855
2008-07-17 22:06:52 +00:00
Felix Fietkau
b83f384981
huge madwifi update (work in progress, disabled by default, compiles but breaks at run time)
...
SVN-Revision: 11851
2008-07-17 02:30:08 +00:00
Andy Boyett
d549476c02
Fix menuconfig - Description for the no timestamp check option was swallowing all entries below it in menuconfig
...
SVN-Revision: 11850
2008-07-17 01:09:49 +00:00
Felix Fietkau
0fb8aa363f
add some madwifi fixes and enhancements by Sven-Ola, refresh patches
...
SVN-Revision: 11848
2008-07-16 16:30:03 +00:00
Florian Fainelli
7ac73f8362
ubsec ssb is only available on brcm47xx
...
SVN-Revision: 11847
2008-07-16 10:15:12 +00:00
Florian Fainelli
b66bc61287
button-hotplug does not build for 2.4 kernels
...
SVN-Revision: 11845
2008-07-16 09:41:36 +00:00
Florian Fainelli
3b32c22893
Add ubsec ssb from Daniel Mueller <daniel@danm.de> ( #2417 )
...
SVN-Revision: 11841
2008-07-15 17:12:30 +00:00
Florian Fainelli
f11d6c2d84
Support for setting monitor mode ( #1306 )
...
SVN-Revision: 11838
2008-07-15 17:03:10 +00:00
Travis Kemen
e49fcefa5c
fix md5sum
...
SVN-Revision: 11835
2008-07-15 05:04:33 +00:00
Felix Fietkau
1fc2cf08a6
Upgrade wpa_supplicant to 0.6.3 and add some improvements (mainly for roaming with ap_scan=1) Remove arch specific config files (they seem rather pointless) Remove the dependency on OpenSSL (use small built-in SSL functions)
...
SVN-Revision: 11833
2008-07-15 01:40:55 +00:00
Matteo Croce
caa500233b
acx: fix firmware download URL
...
SVN-Revision: 11821
2008-07-14 10:23:36 +00:00
Florian Fainelli
1d3d606613
Build zd1211rw ( #3759 )
...
SVN-Revision: 11819
2008-07-14 08:57:37 +00:00
Florian Fainelli
24aff1f20a
Enable wl500gp workaround to enable 32MB ram ( #864 )
...
SVN-Revision: 11812
2008-07-13 22:11:36 +00:00
Florian Fainelli
8162875807
Enable russian codepage 1251 ( #819 )
...
SVN-Revision: 11810
2008-07-13 21:59:49 +00:00
Imre Kaloz
a2e1b4ab11
enable the cryptodev engine on ixp4xx
...
SVN-Revision: 11805
2008-07-13 16:02:14 +00:00
Imre Kaloz
37401f38d3
fix cryptodev compile
...
SVN-Revision: 11804
2008-07-13 15:18:26 +00:00
Imre Kaloz
13d8b1a32a
add ocf kernel patch
...
SVN-Revision: 11803
2008-07-13 15:16:54 +00:00
Felix Fietkau
899a187d65
madwifi: add an optional threshold for low-rssi disconnection. This can be useful when letting wpa_supplicant control roaming.
...
SVN-Revision: 11799
2008-07-12 22:24:45 +00:00
Felix Fietkau
09bcffddf1
madwifi: improve beacon miss handling to increase the reliability of STA mode links
...
SVN-Revision: 11798
2008-07-12 22:24:36 +00:00
Felix Fietkau
a466930858
madwifi: drop stale AP nodes from the client list when disconnecting. Fixes some reassoc issues.
...
SVN-Revision: 11797
2008-07-12 22:24:26 +00:00
Felix Fietkau
27361b2d0b
madwifi: add a preliminary fix for the reassoc check, but disable reassoc entirely for now until we've figured out why it fails frequently.
...
SVN-Revision: 11796
2008-07-12 22:24:17 +00:00
Felix Fietkau
1e91acfb39
madwifi: some misconfigured APs broadcast NULL BSSIDs, which can confuse the STA. Ignore those when scanning.
...
SVN-Revision: 11795
2008-07-12 22:24:05 +00:00
Felix Fietkau
8f186693ec
madwifi: add an optional background scanning threshold triggered by low rssi (useful for passing updated scan results to the wpa_supplicant ahead of time, before losing connectivity entirely)
...
SVN-Revision: 11794
2008-07-12 22:23:55 +00:00