blogic
56be88af82
[ifxmips]
...
* remove broken flag from dsl-control app
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 19:07:42 +00:00
blogic
6cd2734ad3
[ifxmips]
...
* make dsl driver work with new kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 19:06:39 +00:00
acoul
b47c954b5c
package/madwifi: fix r23829 commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 16:55:51 +00:00
acoul
6c69756359
package/madwifi: Use sema_init() instead of init_MUTEX() (based on: http://madwifi-project.org/changeset/4118 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 16:18:29 +00:00
nbd
30a7395e39
ath9k: fix cycle counter tracking
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 14:56:05 +00:00
nbd
857768e848
ath9k: fix queue pending frame counter tracking by cleaning up tx queue selection
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 14:55:59 +00:00
nbd
4f69a1b329
ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23822 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 14:55:53 +00:00
acinonyx
639be1ec81
[package] hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant ( #8164 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23817 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 10:39:29 +00:00
nbd
14437420cd
make IGNORE_ERRORS apply to deselected packages as well (typically triggered through dependencies)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23796 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 16:38:57 +00:00
acoul
89e23832fb
package/apex: fix a compile issue
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 08:37:46 +00:00
jow
e50605b2d9
[package] uci: use a delete-safe iterator in the Lua :foreach() function
...
The following test case exposed a NULL pointer dereference in uci_lua_foreach():
lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-01 00:20:00 +00:00
nbd
fe2b4c1db4
nl80211: fix a station dump crash triggered by sending an invalid ifindex
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23741 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-31 14:32:15 +00:00
nbd
2f9e22699f
add missing SH_FUNC for remaining md5s calls ( #7888 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23739 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-31 13:49:41 +00:00
nbd
a1b087b681
hostapd: move the madwifi segfault fix to the right place
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23738 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-31 13:49:34 +00:00
nbd
6437e99fd6
madwifi: remove device ids for AR5416
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-31 12:28:51 +00:00
florian
cf5ff97899
[package] add kmod-leds-net5501
...
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 22:35:59 +00:00
florian
f84ac6cfd8
[package] prefer the cs5535 gpiolib driver after 2.6.32
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 22:35:54 +00:00
florian
7de6765d54
[package] ep80579 depend on their corresponding subtarget
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 22:35:46 +00:00
jow
7438476abb
package/hostapd: fix crash in atheros driver ( #8143 )
...
hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet,
this leads to a null pointer deref in the atheros driver. Protect the operstate call with a
check for hapd->drv_priv.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23715 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-29 21:25:39 +00:00
hcg
a9993e8d63
[packages] kernel: Add kernel module for OMAP WDT
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23689 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-28 08:50:43 +00:00
lars
f1ffd86550
[uboot-kirkwood] Fixed support for Iomega
...
* Added configuration file.
* Set blue power led during bootup
* enabled pci express
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 21:24:06 +00:00
mb
b82622f018
libtool: Force nonparallel build.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23681 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 19:39:09 +00:00
jow
d9c25de283
[package] madwifi: fix syntax error introduced by r23660
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 17:46:31 +00:00
mb
4dd3c0e497
iptables: Fix call to md5s
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 15:27:12 +00:00
nbd
2af1cd58ef
hostapd: do not restrict ht capabilities for ap+sta
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 15:17:09 +00:00
nbd
1fa0d3608c
mac80211: set GF flag in hostapd config if supported
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 15:04:29 +00:00
jow
97ae61108d
[package] madwifi: make wep-open the default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23660 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 11:46:01 +00:00
jow
114cdb3c01
[package] madwifi: add wep+open, wep+shared format support to madwifi as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23657 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 11:25:59 +00:00
jow
86882a55f9
[PATCH] Set auth_algs in hostapd.conf, make it configurable for WEP
...
Always set auth_algs in hostapd.conf. For WEP, auth_algs is configurable
by setting the encryption parameter of a wifi-iface to contain "open"
(1, open system), "shared" (2, shared key), or "mixed" (3, permits both
open system and shared key.) For example, use "wep+shared" for shared
key authentication. The default is default is "open" as it is more
secure than "shared" (although WEP is pretty weak regardless.) For
non-WEP, "open" is always used.
https://dev.openwrt.org/ticket/8120
Signed-off-by: Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 11:11:04 +00:00
nbd
1858e40a15
ath9k: fix aggregation flush on ar9003
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23650 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 00:43:17 +00:00
nbd
a74f898365
ath9k: add more pending locking fixes - fixes tx dma hang issues on reset
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 00:43:11 +00:00
mb
76e1a2c046
gdb: There are dep issues with cconfig.h. Disable parallel build for now.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-26 22:45:41 +00:00
florian
30bce75680
[package] hotplug2 depends on udevtrigger
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-26 21:29:06 +00:00
nbd
948b704843
hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23641 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-26 13:47:12 +00:00
nbd
6202b41774
mac80211: add uci support for the ad-hoc multicast rate setting
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23637 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 23:51:12 +00:00
nbd
36e00229f1
iw: add support for setting the multicast rate for ibss
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23636 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 23:51:07 +00:00
nbd
8c409fe4a3
mac80211: add support for setting the multicast rate for ibss
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 23:51:00 +00:00
acoul
f54f7b638e
package/busybox: include an upstream patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 11:14:43 +00:00
acoul
d26cfdecf5
package/madwifi: fix mtu setting. ( closes #7858 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23628 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 10:07:17 +00:00
nbd
4bf9ff2029
hostapd: fix wpa_supplicant standalone compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 21:31:05 +00:00
florian
1231a876cb
[package] soloscli utility for Solos ADSL2+ modems
...
Utility for interrogating Traverse Technologies' Solos ADSL2+ modems
Signed-off-by: Nathan Williams <nathan@traverse.com.au>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 13:46:32 +00:00
nbd
e20ce56364
hostapd: fix AP+STA reconnects
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23604 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 00:19:34 +00:00
nbd
41d31fda90
hostapd: remove some unnecessary debugging code from the last commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23603 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 23:45:41 +00:00
nbd
225812219e
hostapd/mac80211: implement support for AP+STA
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 23:39:54 +00:00
nbd
ab9f95b4da
hostapd: fix SIGHUP for multi-bss
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 23:39:49 +00:00
nbd
f733f725d5
busybox: fix configured stampfile name - add $(SH_FUNC) for md5s
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 23:39:19 +00:00
jow
7658819fef
[package] base-files: mark /etc/shadow as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23590 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 15:49:04 +00:00
nbd
9d71539432
ath9k: fix an aggregation hang issue that happens when a hardware reset is issued
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23588 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 15:29:25 +00:00
acinonyx
6393008cba
[package] uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 ( #8112 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23567 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 08:54:36 +00:00
acinonyx
413f57040d
[package] hostap-driver: Change default channel from 5 to 11
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23565 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 08:37:17 +00:00
acinonyx
c0bff5007c
[package] kernel/modules: Fix CH341 USB-to-serial description ( #8097 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 08:35:22 +00:00
nbd
9cdf3516e5
ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht performance fixes for better performance
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 00:33:00 +00:00
nbd
734a4bdaa5
mac80211: decrease the minstrel_ht sampling interval for faster rate adaption
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23555 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 21:38:31 +00:00
nbd
96ac2aaea7
mac80211: improve minstrel_ht performance by ensuring that rates get sampled fast enough
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 21:01:06 +00:00
nbd
0b4fda590a
ath9k: fix a small bug in the handling of a few tx descriptor flags
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 21:00:57 +00:00
jow
a730c7e73e
[package] br2684ctl: rework init script
...
- use common defaults for unit and atmdev
- add a more reliable stop routine
- localize variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 20:10:17 +00:00
jow
314e5796a5
[package] pppd: use "atmdev" option to select the DSL adapter, this aligns it with br2684ctl and solves #8108
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23551 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 17:56:29 +00:00
nbd
bcb63b9e02
ath9k: fix a crash that happens when survey stats are accessed before the interface is brought up for the first time
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23549 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 14:01:53 +00:00
nbd
4457221373
ath9k: use the maximum rate power for the channel txpower limits
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23543 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 01:05:30 +00:00
nbd
0457e48f9d
ath9k: add a locking fix that might prevent random memory corruption during hardware resets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23542 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 00:46:37 +00:00
nbd
24750ea64e
ath9k: fix tx power display
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 00:08:17 +00:00
nbd
19d148c4a5
mac80211: update to wireless-testing 2010-10-19
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 22:11:21 +00:00
nbd
30fbb0379a
ath9k: make the regulatory override less intrusive - allow it to parse CTLs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23539 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 21:49:42 +00:00
florian
c007d6e1cc
Merge branch 'master' of git://nbd.name/openwrt
...
Conflicts:
package/opkg/patches/009-remove-upgrade-all.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 07:06:12 +00:00
jow
cbf1b18468
[package] ppp: honour option auto in atm hotplug
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23531 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 07:01:38 +00:00
jow
27ff368270
[package] ppp:
...
- implement coldplugging for pppoa interfaces
- honour device option to select the DSL adapter
- don't set any default mtu, rely on pppd to negotiate it
- bump pkg revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 06:42:37 +00:00
jow
75afa91477
[package] 6in4:
...
- add log entries for update operations
- always update tunnel, even if wan ip is unchanged
- use multiple wget tries before giving up, resolv.conf might not be ready when ifup is triggered
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 02:07:29 +00:00
acinonyx
d35172a2c2
[package] mountd: Rename uci_add_history to uci_add_delta ( #8084 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-16 13:57:55 +00:00
nbd
cbe6c66638
mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and performance enhancements
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-16 02:30:30 +00:00
acoul
1ee0813a71
package/busybox: update to busybox-1.17.3
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-14 09:08:37 +00:00
nbd
5f24fa9f3a
libnl-tiny: fix a compiler warning that shows up with -pedantic
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23431 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-14 00:14:43 +00:00
nbd
02ada62fab
uci: update to 2010-09-28
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-14 00:14:30 +00:00
nbd
5067696d5e
wifi: change the default channel from 5 to 11, 5 was a really bad choice
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23423 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-13 12:22:48 +00:00
nbd
ac84260394
ath9k: fix a few ani issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-12 14:11:21 +00:00
nbd
6dffaf545d
ath9k: fix channel time updates when the interface is idle
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-12 12:04:59 +00:00
nbd
6b8244f07e
mac80211: fix a crash in the netlink backport
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-12 12:04:52 +00:00
jow
8803d87083
[package] mac80211: kmod-p54-common needs crc-ccitt, patch by loswillos
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23384 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-10 17:40:23 +00:00
jow
858c8c577e
[package] kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to kmod-crypto-mv-cesa
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23383 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-10 17:38:11 +00:00
nbd
44c9b1138d
ath9k: fix counter overflow in survey channel time stats for the operating channel
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23381 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-10 16:22:59 +00:00
nbd
4271764a5b
mac80211: update to a newer compat-wireless which fixes rt2800pci compile issues on 2.6.32 and below
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-10 12:08:52 +00:00
mb
0f5c5eec59
gdb: Enable parallel build
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-09 21:32:38 +00:00
jow
bc5689e8e7
[package] iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move autogen.sh invocation to Build/Configure
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-09 17:47:55 +00:00
jow
dbb2b22daa
[package] mac80211: don't use /usr/bin/bash in support scripts, breaks FreeBSD
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-09 17:01:27 +00:00
nbd
cd82540cd9
iw: add support for the new survey data
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-09 00:36:59 +00:00
nbd
51b8905a69
ath9k: implement extended channel utilization statistics via survey
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-09 00:36:54 +00:00
nbd
80a1b7ac3c
ath9k: add a fix for an aggregation delimiter size rounding error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-09 00:36:49 +00:00
nbd
12acbf6426
mac80211: fix netlink backport for 2.6.31 and below
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-09 00:36:43 +00:00
nico
bc9e103c32
package/kernel: fix Kconfig symbol name for OV511 video driver ( closes : #8017 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-08 23:26:31 +00:00
jow
b757185a71
[package] firewall: insert SNAT and DNAT rules according to the order of the configuration file ( #8052 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-08 12:11:55 +00:00
mb
ba23e6286a
Add support for nokia n810 sound
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-07 15:35:49 +00:00
jow
dfc66eb1b5
[package] block-mount: fix fstab.init for IB and buildroot
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-07 15:15:54 +00:00
nbd
4f3f9fa203
mac80211: update to wireless-testing 2010-10-06
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23294 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-07 14:27:54 +00:00
jow
6f24d966a7
[package] lua: switch to double precision for floats
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23284 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-07 11:03:18 +00:00
jow
9478a81da6
[PATCH] kmod-sound-i8x0 missing dependencies
...
kmod-sound-i8x0 fails to include the ac97 modules and misspells the
module name in AutoLoad.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-07 10:12:55 +00:00
jow
fff0472ed2
[package] base-files: add udhcpc vendorid option ( #7744 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-06 21:21:28 +00:00
jow
f2f016ef99
[package] dnsmasq: remove a useless subshell invocation from the init script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23272 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-06 13:23:56 +00:00
jow
84ecd9a558
[package] dnsmasq: allow 127.0.0.1/8 upstream DNS responses by default, resolves issues with Netflix and other services
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-06 13:10:15 +00:00
jow
224df2044d
[package] base-files: mark /etc/sysupgrade.conf as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 22:08:23 +00:00
jow
ad72ee2eb6
[package] uhttpd: revert unrelated change in previous commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 19:35:38 +00:00
jow
ce67681a34
[package] uhttpd: add /etc/uhttpd.key and /etc/uhttpd.crt to conffile hints
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23260 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 19:34:22 +00:00
jow
2e2e95f481
[package] ppp: utilize the new keepfiles facility to backup the whole radius directory
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 19:32:49 +00:00
jow
f7f0781bec
[package] base-files:
...
- add sysupgrade support for keepfile hints
* introduces /lib/upgrade/keep.d/ for per-package keepfile lists
* introduces /etc/sysupgrade.conf for user defined keepfile hints
- prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg
- change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and
opkg list-changed-conffiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 19:24:12 +00:00
jow
588525f607
[package] wprobe: mark /etc/config/wprobe as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 17:33:17 +00:00
jow
57e918da4f
[package] udev: mark /etc/udev/udev.conf as conffile (rules left out for now)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23254 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 17:30:43 +00:00
jow
a71bd64914
[package] pptp: mark /etc/ppp/options.pptp as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 17:27:21 +00:00
jow
3103d5d939
[package] mountd: mark /etc/config/mountd as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23252 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 17:22:03 +00:00
jow
281ea71cac
[package] mmc_over_gpio: mark /etc/config/mmc_over_gpio as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 17:21:03 +00:00
jow
a3bc6ee1ab
[package] iproute2: mark /etc/iproute2/rt_tables as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23250 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 17:17:47 +00:00
jow
c472243aa5
[package] hotplug2: mark /etc/hotplug2.rules as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 17:16:12 +00:00
jow
9c7828f1a2
[package] ppp: mark /etc/ppp/ resources as conffiles
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23248 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 17:13:07 +00:00
kaloz
b280ad29c7
Toto, we don't support Linux 2.4 anymore..
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 14:15:46 +00:00
juhosg
0db53d4a64
mac80211: ath9k: get tx gain type from eeprom
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 14:10:32 +00:00
jow
f240bc9de9
[package] qos-scripts: bump pkg revision after r23227, extend copyright, mark /etc/config/qos as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 09:04:38 +00:00
jow
768e3f0496
[package] base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to backup file list
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 07:40:25 +00:00
jow
77e11c0896
[package] base-files: mark /etc/rc.local as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 07:32:37 +00:00
jow
22599b9bc0
[package] firewall: mark /etc/firewall.user as conffile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23231 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 07:31:49 +00:00
jow
61e51139ca
[package] opkg: update to r576, remove 013add-list-changed-conffiles.patch - went upstream.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 07:26:49 +00:00
lars
5581058bc0
[packages/kernel] Make mv_cesa crypto module available on Orion as well.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-04 21:33:07 +00:00
lars
9ea894c1db
[packages] uboot-kirkwood: Update to uboot to 2010.09
...
(and add missing files from pervious commit)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-04 21:26:33 +00:00
acinonyx
0ced2f56c5
[package] qos-scripts: Fix generation of IMQ firewall rules on halfduplex mode ( #7800 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-04 21:25:48 +00:00
lars
7185a456ed
[packages] uboot-kirkwood: Add support for iomega iconnect wireless
...
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-04 09:49:49 +00:00
lars
ea98cdf5c9
[packages] kernel: Add hwmon-lm63 package
...
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-04 09:17:42 +00:00
lars
ff79543946
[packages] kernel: kirkwood/orion I2C module support
...
This patch adds support for configuring kirkwood/orion i2c module.
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-04 09:16:13 +00:00
jow
72a89f6d9e
[package] base-files: utilize uci_get_state to read the previous dhcp router address in udhcpc default script.
...
The setup_switch() procedure provided by swconfig calls config_load() during network restart and thus confuses
udhcpc's uci state keeping resulting in a missing default route on each second network restart. Bypass the
cached state vars and query uci directly to make the script immune against unwanted runtime changes.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-04 00:07:07 +00:00
jow
95773d8fb6
[package] opkg: implement "list-changed-conffiles" command, based on patch by Yann Lopez <yann.lopez@gmail.com>
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-03 22:15:39 +00:00
jow
b592e5c373
[package] firewall: also establish forward rules when setting up nat reflection, back out early if reflection is disabled
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-03 18:11:59 +00:00
nbd
8c5fdf2ae8
ath9k: add a few fixes and cleanups
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-03 16:57:25 +00:00
lars
4b9f277b1f
[package] kernel: Move CONFIG_CRYPTO_HW to crypto-core
...
hw-crypto modules depend on CONFIG_CRYPTO_HW beeing set. Instead of selecting
CONFIG_CRYPTO_HW from each crypto module let it be selected by crypto core.
It only opens the submenu for hw-crypto devices and does not generate any overhead.
Patch by Jan Willies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-03 01:12:51 +00:00
jow
986ed8c893
[package] opkg: reenable global upgrade, refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-02 03:25:35 +00:00
jow
6ee9bd563b
[package] kernel: flag as "hold", this is inherited by all kmods as well and will prevent opkg on the target from upgrading them
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-02 03:22:56 +00:00
acoul
8b3361e159
package/grub: revert accidental/unessesery grub commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23170 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-01 16:43:46 +00:00
acoul
f55c08db99
tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully Darwin) build issues.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23169 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-01 16:39:08 +00:00
nbd
0af92c3edb
ath9k: fix regulatory issues with multiple cards
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-01 15:14:15 +00:00
nbd
5385f3e287
ath9k: compile out the ath9k rate control
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-30 15:00:06 +00:00
acoul
4387ac55a1
package/grub: fix build issues under 64bit FreeBSD
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-30 14:48:31 +00:00
jow
f2b88b6980
[package] add maintainer information
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-30 10:48:37 +00:00
acoul
1c12bde22c
package/grub: fix compile issue under FreeBSD 8.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23156 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-29 16:27:00 +00:00
nbd
0594958cad
iw: update to 0.9.21, add support for showing the in-use flag for survey data
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-29 15:16:21 +00:00
nbd
3d7914783f
ath9k: fetch survey data for all channels
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-29 15:16:13 +00:00
acoul
71f447678d
package/busybox: fix endianes issue under FreeBSD 8.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-29 14:33:35 +00:00
nbd
47aae06f26
mac80211: update to wireless-testing 2010-09-28
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23149 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-29 13:13:16 +00:00
acinonyx
dd6dd54f83
[pacakge] dropbear: Add config options to allow specification of host key files, thanks Scott Merrilees and Matthias Buecher ( #7824 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23148 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-29 07:54:53 +00:00
jow
43c3b75619
[package] firewall: fix chain selection logic, option dest must be ignored for notrack targets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-28 11:38:31 +00:00
jow
889cf1f8c3
[package] firewall: don't setup nat reflection if negations are used
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-28 11:11:11 +00:00
jow
1efeaa35d1
[package] fireall:
...
- support negations for src_ip, dest_ip, src_dip options in rules and redirects
- add NOTRACK target to rule sections, allows to define fine grained notrack rules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23141 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-28 10:42:56 +00:00
acoul
db4dc9eb53
package/dropbear: simplify & reduce init script size ( closes #7985 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23118 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-24 15:57:53 +00:00
jow
76dacb06e8
[package] base-files: prevent possible sourcing of JFFS2 meta files when merging overlay hooks
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23114 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-23 17:32:58 +00:00
cshore
a1a1bdd221
[base system & package/block-extroot] Fixed duplicated content in file in commit 23111
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-23 14:06:47 +00:00
cshore
5509505bae
[base system & package/block-extroot] Missed file committing previous change 23110
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23111 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-23 14:03:22 +00:00
cshore
848953efdf
[package] base/block-extroot, base/block-mount: Modified preinit and block-extroot and
...
block-mount so that use of block-mount and block-extroot do not require that block-extroot,
block-mount, nor the kernel modules they depend, on are required to included in the image.
That is block-extroot and dependencies may now be installed as modules onto the jffs2 part of
a squashfs system and it will work.
In addition packages which are installed into the jffs2 of a squashfs system may now affect
preinit, so long as they do not require execution of commands that occur before the merging of
the jffs2 and built-in (squashfs) preinit scripts is done.
Thanks jow for the preinit merge stuff!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23110 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-23 13:58:05 +00:00
nbd
12afbfc557
ath9k: fix a warning during a failed aggregation start
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-20 17:32:18 +00:00
cshore
92a1aaeba2
[package] base-files: Add function pi_include the /lib/functions/boot.sh used by preinit, which safely sources files as well as working correctly whether the script using it is a package added to the jffs2 part of a squashfs or built into an image or on some other root filesystem.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 23:29:40 +00:00
cshore
6a672ca0eb
[package] base/block-extroot: Move block-extroot in menuconfig from Utilities/disc to Base system
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 22:34:06 +00:00
nbd
d50c66b881
ath9k: fix various aggregation related race conditions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 17:23:15 +00:00
jow
8ee00eff72
[package] base-files: bump pkg revision after r23091, r23092
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23093 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 15:14:42 +00:00
jow
0f55e30c2e
[package] base-files: kill possibly existing udhcpc instance when bringing up a dhcp iface, utilize service_kill() in dhcp shutdown.
...
Based on patch by Stijn Tintel. Possibly related to #7314
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23092 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 15:13:06 +00:00
jow
835a68409c
[package] base-files: cached state vars after scan_interfaces might be out of sync when binding dhcp leases, this could lead to an unconfigured wan interface in certain circumstances. Replace config_get calls with uci_get_state
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 15:04:08 +00:00
jow
3d98699ef3
[package] firewall: protect iptables invocations with locks in interface ops, it might run concurrently due to hotplug invocations on network restart
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 15:01:47 +00:00
jow
9bfe696938
[package] ppp: use service_kill()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 14:09:27 +00:00
jow
69b947b01b
[package] base-files: introduce service_kill() into functions.sh - a convenience wrapper for killing services by pid or pidfile with a grace period for termination before kill
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 14:03:32 +00:00
florian
3e2b2b02c5
[package] Fix missing dependency in solos-pci module
...
Modinfo for solos-pci tells us that it has a dependency on "atm", but this isn't
captured in the Makefile.
Signed-off-by: Philip A. Prindeville <philipp_subx@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23086 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 11:18:00 +00:00
acoul
bee5c04364
package/zlib: fix Darwin compile failure ( closes #7963 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 05:33:18 +00:00
jow
6ce96a49f3
[package] firewall: make invalid redirects and duplicate zones non-fatal, print a notice and discard them
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-16 11:47:35 +00:00
nbd
c18e77fd34
rt2800pci: add back ifdown hang workaround that was accidentally dropped during a compat-wireless update
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23078 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-16 11:38:27 +00:00
nbd
8d0c7fef50
hostapd: fix non-multicall wpa_supplicant compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-15 17:51:06 +00:00
jow
5878aefc33
[PATCH] Support for Solos PCI ADSL2+ modem
...
This driver is used by Traverse Technologies' Geos ADSL2+ x86 router:
http://www.traverse.com.au/productview.php?product_id=117
Signed-off-by: Nathan Williams <nathan@traverse.com.au>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23070 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-15 03:52:13 +00:00
jow
b735aa69fd
[PATCH] Support for RTL-8139C+ ethernet adapters
...
Signed-off-by: Nathan Williams <nathan@traverse.com.au>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-15 03:48:20 +00:00
nbd
030acaa780
hostapd: fix wpa_supplicant crash issues in WDS STA mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-15 03:14:48 +00:00
jow
5986668ca9
[package] firewall: run ifdown hotplug events synchronized, fixes a racecondition on "ifup iface" when ifdown and ifup events are delivered with a small dealy
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-15 01:53:36 +00:00
jow
ac32f8a93b
[package] firewall: deliver remove hotplug events for all active zones/networks when restarting the firewall
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-14 23:11:12 +00:00
nbd
e30b799cdc
mac80211: upgrade to wireless-testing 2010-09-14, replace the external carl9170 with the recently merged upstream version
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-14 22:53:54 +00:00
nbd
872d5928d9
mac80211: add a pending fix for a locking error in the aggregation reorder release code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23060 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-14 21:13:01 +00:00
nbd
4c0c6cd520
ath9k: fix multi-bss operation ( fixes #7914 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23059 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-14 16:26:46 +00:00
acoul
42fb4e376e
package/opkg: add missing patch from r23050
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-13 08:57:16 +00:00
acoul
928ee695bb
package/opkg: update to r563
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-13 08:13:36 +00:00
acoul
267340c878
package/zlib: update to zlib-1.2.5
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-13 07:45:25 +00:00
jow
64936c734d
[package] broadcom-diag: SimpleShare: expose power button as reset to the system, remove actual reset button - it's hardwired and will reset the SoC ( #7928 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-13 01:35:39 +00:00
jow
606dc5ad6f
[package] opkg:
...
- implement --add-dest and --add-arch commandline options, this allows to run entirely without configuration
- tweak default config location patch to not require a config in offline root mode
- rename --force-run-hooks option to --force-postinstall, its a more appropriate name
- utilize new opkg commandline options in package-ipkg.mk and remove config file generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-12 21:16:02 +00:00
mb
c03c029dae
Fix compilation of crypto modules.
...
This fixes #7920
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23028 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-12 15:31:00 +00:00
mb
0748f97856
iproute2: Add lex/yacc files dependencies. Refresh other patches.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-12 11:05:55 +00:00
mb
8eeeaa5f3f
Fix kernel crypto modules for >= 2.6.36
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23026 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-11 21:42:37 +00:00
jow
c653713313
[package] firewall:
...
- simplify masquerade rule setup
- remove various subshell invocations
- speedup fw() by not relying on xargs and pipes
- rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23024 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-11 20:04:34 +00:00
jow
7b3bd12cf8
[package] 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute apparently does not like it anymore
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23022 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-11 18:58:17 +00:00
florian
edc292ce9d
[package] nvvram: no checksum error recording on WRT54G3GV2(-VF)
...
The CFE of the WRT54G3GV2 expects two firmware images, if one of them
produces a CRC error (which is the case after you installed OpenWrt, as
there is no second image), it writes one of three consecutive bytes to
the flash. (Look for "Image Status : IMG2_BAD" during boot.)
After the third boot with a CRC error, it stops and waits for a new
firmware image. To prevent this 'noset_try_flag' must be set to 1 on boot.
Tested with my own box.
Signed-off-by: Niclas Koeser <nks at informatik.uni-kiel.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23007 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-11 18:37:09 +00:00
florian
60b11dcdd2
[package] update acx-mac80211 to 20100830
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23002 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-11 08:11:28 +00:00
florian
eba6ff5b0d
[package] fix acx-mac80211 build failure with latest compat-wireless
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23001 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-11 08:11:22 +00:00
mb
177f4b1258
iproute2: Once the make calls were fixed up, parallel compile seems to work well.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22992 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-09 21:50:07 +00:00
jow
8c59fddb36
[package] uhttpd: break tight loop when receiving eof during header reading ( #7904 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-09 20:15:02 +00:00
mb
9d4993c5b6
iproute2: Fix compilation
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22987 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-09 00:40:25 +00:00
jow
ba59625151
[package] util-linux-ng: make build depend on libncurses, cfdisk is compiled unconditionally and will fail with missing input files if ncurses was not detected during configure
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-08 06:35:23 +00:00
jow
feaf88f721
[package] base-files: add an experimental "-c" flag which tries to preserve *all* changed files in /overlay/etc minus some system files
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22977 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-07 22:20:26 +00:00
mb
e8a4e0d67c
From: Joseph Roback <openwrt-devel@roback.cc>
...
26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages.
Signed-off-by: Joe Roback <joe@roback.cc>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-07 10:00:34 +00:00
jow
99ddec6aa6
[package] opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-06 19:58:05 +00:00
blogic
3b61310e43
[ifxmips]
...
extracted firmware files were generated with an incorrect umask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-06 16:34:45 +00:00
acoul
0d6d54a404
package/kernel: update crypto.mk for kernel 2.6.36
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-06 11:41:09 +00:00
acoul
1286e7d309
package/busybox: update to busybox-1.7.2, include upstream patches, refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-06 07:22:26 +00:00
jow
24b8a250a0
[package] base-files: make build dependant on opkg/host
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22948 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-06 02:13:19 +00:00
jow
3edae0c682
[package] opkg: reintroduce host build, utilize fixed HOST_BUILD_DEPENDS and depend libtool/host
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22947 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-06 02:12:14 +00:00
jow
8e3dbe3870
[PATCH v5 4/4] kernel: virtio modules depend on x86_kvm_guest
...
Make the VirtIO modules depend on the new x86_kvm_guest subtarget.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-05 23:19:24 +00:00
jow
4c7a27bd5a
[PATCH v5 2/4] kernel: add VirtIO device support
...
Add support for VirtIO-based paravirtualized devices used by various
virtualization platforms.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22943 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-05 23:16:24 +00:00
jow
610d77501e
[PATCH v5 1/4] kernel: move xen.mk to virtual.mk
...
Move Xen kernel modules into a general virtualization category.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-05 23:15:43 +00:00
jow
614052f0c6
[package] firewall:
...
- fix possible endless loop when the family option is used for forwardings
- only generate forwarding rules in SNAT redirect sections if src_dip is specified
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22938 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-05 20:17:23 +00:00
jow
750dead792
[package] firewall: introduce SNAT support for redirect sections
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-05 19:03:17 +00:00
mb
bebb0ec8a1
Fix musb-hdrc module loading
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22928 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-05 00:10:30 +00:00
jow
5b805eccf0
[PATCH] b43: Module option added to change the GPIO LED mask.
...
This patch exposes the GPIO mask as a module option. This
makes it possible to limit the GPIO lines used by the b43 module.
Useful for those using the GPIO lines for other things like mmc over GPIO.
It is helpful to those not able / interested in recompiling OpenWRT themselves.
The default action is the same as before, that is 0xf gpiomask.
Signed-off-by: Simon Gaynor <openwrt@simong.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22927 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 23:46:39 +00:00
mb
fbe6073cf0
p54spi: Compile in the default eeprom image
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22926 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 23:42:19 +00:00
florian
e8d3b408b1
[package] fix fuse dependency against kmod-fuse
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22919 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 19:12:22 +00:00
florian
672815cf95
[package] kmod-sctp: Add SCTP kernel support
...
This adds a new kmod-sctp option that enables support of SCTP in 2.6x
kernels.
The patch also contains a small cleanup in the dependencies.
Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 18:06:49 +00:00
florian
91c21e1b4d
[package] add dm-crypt and fix tabs
...
Signed-off-by: Jan Willies <jan@willies.info>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22916 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 18:06:32 +00:00
florian
569ffb7235
[package] add XTS cipher CryptoAPI module
...
needed for proper dm-crypt support
Signed-off-by: Jan Willies <jan@willies.info>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 18:06:24 +00:00
jow
c6d4a05eeb
[package] firewall: add option to disable NAT reflection
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22908 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 17:49:14 +00:00
jow
572cb3cc9e
[package] firewall: clean up description ( #7875 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22905 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 17:39:00 +00:00
acoul
bd981197df
package/apex: update apex to version 1.6.9
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22900 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 17:02:18 +00:00
jow
bd94e8e047
[package] 6in4: fix logic fail in previous commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:12:40 +00:00
jow
bcab7d9363
[package] 6in4: replace sed match with variable substitution, change pattern from a-z to a-f (hex only)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22893 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:09:49 +00:00
florian
e46ddf2d45
[package] add kmod-usb-serial-ipw module
...
This patch adds support to compile kmod-usb-serial-ipw module. It is
used by USB IPWireless communication devices used for 3G.
Signed-off-by: Lukas macura <macura@opf.slu.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:03:26 +00:00
florian
a3eeda1387
[x86] add cpu msr kernel module package
...
This adds a separate kernel package for x86 cpu msr support.
MSR module is needed e.g. when updating coreboot bios on alix boards.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22890 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:03:20 +00:00
florian
a802645888
[package] support pre-md5summed passwords in 6in4 scripts
...
The he.net ipv6 tunnels require that a user supply the md5sum of his password
when updating the ipv4 tunnel endpoint. the 6in4 package supports this well,
but requires that a user store his password in plaintext in uci. this patch
tries to detect whether the password in uci is already an md5sum
(32 characters containing only [a-z0-9]), so users can avoid storing plaintext
passwords.
Signed-off-by: Steven Brudenell <steven.brudenell@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:03:14 +00:00
jow
291f78f21a
[package] firewall:
...
- handle NAT reflection in firewall hotplug, solves synchronizing issues on boot
- introduce masq_src and masq_dest options to limit zone masq to specific ip ranges, supports multiple subnets and negation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22888 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 15:49:13 +00:00
juhosg
b73df9f67e
package/mtd: write remaining data after adding file to the jffs2 partition
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22881 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-03 18:14:32 +00:00
acoul
6ad2eae113
package/iproute2: update iproute2 to version 2.6.35
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-03 07:39:46 +00:00
nbd
1ba003a1b2
mac80211: another override
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-02 20:10:50 +00:00
nbd
04da730fde
mac80211: add missing config override for ath9k
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22874 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-02 20:02:50 +00:00
nbd
7a13c34dc6
ath9k: add a patch for dumping the eeprom contents via debugfs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-01 17:51:30 +00:00
acoul
ecb413959e
generic: move iptables/netfilter kernel options from generic/config to package/kernel/modules/netfilter.mk
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-01 13:14:05 +00:00
nbd
7fb8177eb8
mac80211: replace 800-nuke_led_code.patch with something smaller.
...
most of the #ifdef spaghetti that the old patch introduced was completely unnecessary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-31 23:34:27 +00:00
nbd
2cedae1d3d
mac80211: update to wireless-testing 2010-08-31
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-31 23:34:21 +00:00
juhosg
4149596e58
package/broadcom-diag: use broadcast_uevent
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22860 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-31 20:06:32 +00:00
juhosg
3d764d5578
package/button-hotplug: use brodcast_uevent
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-31 20:06:30 +00:00
nbd
3fe81b1be7
hostapd: backport a fix to check for STA STBC capabilities before setting them ( fixes #7464 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22854 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-31 16:16:32 +00:00
jow
94c817eadb
[package] firewall:
...
- fix processing of rules with an ip family option
- append interface rules at the end of internal zone chains, simplifies injecting user or addon rules
- support simple file logging (option log + option log_limit per zone)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-31 01:54:08 +00:00
lars
683db7ad25
[uboot-kirkwood] Dockstar: Adjust rootfs size to that of the original fw
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-29 21:29:23 +00:00
acoul
b2948ef4c1
package/madwifi: enable mtu & mac config options for > 2.6.29 kernels
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-29 18:42:11 +00:00
nbd
6361f69ae9
ath9k: fix a WARN_ON when aggregation start is issued more than once, should improve stability with 802.11n
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-28 17:59:03 +00:00
nbd
6dd2907ec0
ath9k: add some extra checks to the mic failure fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-28 16:23:45 +00:00
jow
9ea9f41d70
[package] libreadline: install *.so symlinks as well ( #4872 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-27 20:13:17 +00:00
florian
93eeadb8fb
[ar7] add compile fixes for ar7-atm
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22811 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 09:13:38 +00:00
jow
ede4197f5e
[package] ppp: populate gateway of default route with peer address ( #6259 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 23:10:40 +00:00
jow
93019f8780
[package] uhttpd: fix segfault triggered by Basic Auth checking
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22805 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 21:38:48 +00:00
mb
a86afacc84
Add usb gadget feature flag
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22798 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 17:35:34 +00:00
mb
f838007d7e
p54: Fix powersave mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22797 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 13:46:40 +00:00
nbd
bfbae0bd17
ath9k: fix spurious MIC failure detection, causing instability issues in AP mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 12:30:50 +00:00
mb
26442af706
Add usb gadget packages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22785 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-24 15:15:23 +00:00
mb
8f42ed323e
tahvo-usb: Use platform device interface properly (don't crash)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22780 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-23 14:24:39 +00:00
lars
180624e64a
[package] Add uboot for marvell kirkwood based boards
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22764 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 16:48:28 +00:00
mb
87adbb0f77
mac80211: Fix incorrect ifdef placement in 800-nuke_led_code.patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22749 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-21 16:25:08 +00:00
nbd
67dac5cad6
kernel: speed up building kernel packages by getting rid of unnecessary CompareKernelPatchVer calls
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 12:49:56 +00:00
nbd
dc74adf445
toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 12:49:51 +00:00
nbd
1baaeb8904
pwm-gpio-custom: fix compile on linux 2.6.31
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 12:49:42 +00:00
nbd
3b1766320d
kernel: add a missing config symbol for ext4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 12:49:19 +00:00
mb
29b3784209
Add Tahvo USB support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22712 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 11:22:15 +00:00
jow
fb8dd8b41b
[package] 6in4: fix typo in last commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22710 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 01:06:10 +00:00
jow
28ddaa0be9
[package] 6in4: bypass uci state when reading local IPv4 addr, specify TTL during tunnel creation ( #7769 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22708 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 00:59:05 +00:00
jow
8618e98eab
[package] uhttpd:
...
- fix parsing of interpreter entries in the config file, fixes serving of static files as .cgi with X-Wrt
- better cope with connection aborts, especially during header transfer
- fix return value checking of TLS reads and writes, solves some blocking issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-18 00:04:52 +00:00
nbd
94f6a65d04
ath9k: remove an unnecessary BUG_ON in the aggregation code and clean up block ack window tracking to use less memory
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-17 13:24:33 +00:00
jow
c65f903408
[package] iptables: partly revert r22582, fixes ip6tables extension packaging
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22686 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-17 09:02:22 +00:00
florian
570aca0c2d
[package]: update acx-mac80211 and change the git url.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-16 16:00:50 +00:00
lars
81a8da52cd
[package] ncurses: Add libncursesw package
...
Thanks bartbes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-16 09:48:42 +00:00
nico
2a449c95c9
package/grub: add a prereq check for 32 bits host development files when building on x86_64 ( closes : #7753 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22667 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-16 09:12:46 +00:00
acoul
bef3daa7cf
package/busybox: fix macosx cross compile, closes #7775
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-16 06:05:04 +00:00
nico
5287284880
package/busybox: add missing bits from 1.17.1 update (mostly config stuff), rename upstream patches so they're applied first
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-15 20:28:05 +00:00
acoul
cbcb84e29c
package/busybox: fix missing bit, refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22660 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-15 10:06:58 +00:00
acoul
59736eb773
package/busybox: update to busybox-1.7.1, include upstream patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-15 09:53:21 +00:00
nico
0f81e41098
package/kernel: enable raw HID device support in kmod-usb-hid ( closes : #7310 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 08:59:51 +00:00
jow
2540dbba3b
[package] uhttpd:
...
- more robust handling of network failures on static file serving
- support unlimited amount of authentication realms, listener and client sockets
- support for interpreters (.php => /usr/bin/php-cgi)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 00:54:24 +00:00
jow
e3198ce2ac
[package] base-files, uci: properly revert list state on config_load
...
This fixes a bug where lists end up with duplicate values if config_load was
invoked multiple times.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22629 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 00:45:15 +00:00
acoul
b034f62869
package/mac80211: fix r22422, add missing bits & bytes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22611 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-12 14:13:52 +00:00
jow
a6757e481a
[package] uhttpd: fix segmentation fault triggered by invalid header line
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22607 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-12 10:56:41 +00:00
jow
e7b3af1cba
[package] 6in4: fix local address detection on ppp links ( #7728 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-12 10:30:05 +00:00
jow
01658f6e25
[package] uhttpd:
...
- abort file serving if client connection is lost (#7742 )
- don't send bad request headers twice
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-11 23:44:30 +00:00
nico
8715e7dec2
package/kernel: video: add missing dependencies ( closes : #6497 , #7542 )
...
* kmod-i2c-core to kmod-video-core
* kmod-input-core to kmod-video-uvc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-11 17:00:01 +00:00
nico
48ed30fc1b
package/kernel: video: remove redundant AddDepends/video calls
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22596 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-11 16:53:44 +00:00
jow
89c5fd5909
[package] uhttpd: make init script less verbose
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22593 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-11 13:30:47 +00:00
nico
b66f4d463b
package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), bump release number
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-11 10:37:33 +00:00
acoul
7425e48f8c
package/mac80211: let build system enable led code through cflags (thank you nbd)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-11 09:36:19 +00:00
jow
fd370b6947
[package] uhttpd: add option to reject requests from RFC1918 IPs to public server IPs (DNS rebinding countermeasure)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22589 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-11 00:05:34 +00:00
nico
0586ca8282
package/iptables: update to 1.4.9.1 and cleanup:
...
* call autogen.sh in Build/Prepare instead of Build/Compile
* use PKG_INSTALL
* re-enable static libs
* add dep on libiptc & libxtables to ip6tables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-10 17:12:49 +00:00
hcg
1c1a3a7f98
[kmod-bluetooth] Add HCI_UART_H4 support (required by Gumstix Overo)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-10 07:55:25 +00:00
nico
24971136da
package/comgt: only set pincode if it's supplied ( closes : #7334 ), bump release number
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22561 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-09 16:55:56 +00:00
mb
26aef4ca0b
kexec-tools: Update to 2.0.2.
...
Mips64 support is builtin in this version. So remove the patch.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22559 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-09 13:25:58 +00:00
florian
cc2563940f
[package] rename kmod-switch-ip175c package to kmod-switch-ip17xx
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22544 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-08 20:01:16 +00:00
lars
d1d21c882e
[package] uci: Install ucimap.h into the staging dir
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22536 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-08 19:37:09 +00:00
mb
0daceb0f33
mac80211: Add p54spi driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22535 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-08 19:13:52 +00:00
mb
02e66a9ff8
kexec is also available on armel
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-08 18:28:03 +00:00
acinonyx
d9deabc7be
[package] dnsmasq: Squelch a 'touch' error when no dhcp leases file is defined in config, thanks stsp ( #7720 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-08 10:53:28 +00:00
acinonyx
38a075f274
[package] hostapd: Add support for 'iapp_interface' option, thanks stsp ( #7719 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22527 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-08 10:46:24 +00:00
hauke
8439b23b20
brcm47xx: fix warning introduced in r22516.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22521 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-06 22:49:37 +00:00
jow
a1fc7ca1b2
[package] iptables: refresh patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22520 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-06 21:45:50 +00:00
hauke
8681f22fad
brcm47xx: Add new image generation and fix leds/reset button on WNR834B V2
...
Thank you realopty for the patch.
tools/firmware-utils/src/mkchkimg.c is from http://www.myopenrouter.com/download/10611/mkchkimg/
This closes #7702 .
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-06 20:21:32 +00:00
blogic
0b10449413
[ifxmips]
...
* remove references to gpio_dev
* make vmmc driver register its own memory and dont rely on arch code to do so
* makes any Danube board with a CFI commandset 2 NOR flash chip functional again
* fixes filenames of downloaded firmwares
thanks, Ithamar R. Adema
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-06 15:49:42 +00:00
acoul
661d697285
package/compcache: revert r22458 as there are some issues with the mainline code
...
http://code.google.com/p/compcache/issues/detail?id=68
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22514 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-06 15:46:13 +00:00
hcg
e3efdd6ac7
base_files: Remove . from end of localhost entry
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22508 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-06 08:00:40 +00:00
jow
95c9084721
[package] kernel: fix missing symbol introduced by l2tp
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-06 02:05:07 +00:00
jow
675a9025e3
[package] kernel: package L2TP v3 ("Pseudowire") modules, restrict them to 2.6.35
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22501 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-06 00:58:49 +00:00
jow
a4c4f9cb37
[package] ipset: fix ipset for kernel 2.6.35
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22500 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-06 00:56:18 +00:00
jow
f785faa2ab
[package] ppp: whitespace cleanup in previous commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-04 21:50:50 +00:00
jow
da8fbc65ef
[package] pppd: only remove own default route on shutdown ( #7694 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-04 21:47:29 +00:00
nbd
1eb6639f5e
ath9k: fix rx tsf parsing
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-04 17:26:56 +00:00
jow
07f6449545
[package] dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option ( #7625 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-04 17:16:46 +00:00
jow
8b5fd9705c
[PATCH] Allow UCI interface names in /etc/config/dhcp
...
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22487 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-04 17:09:31 +00:00
acoul
28ca232782
package/iptables: upgrade to iptables version 1.4.9
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22482 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-04 13:29:07 +00:00
jow
8eea743a53
[package] base-files: r22444 caused interfaces to remain down if the macaddr option is used, fix it. Also localize the txqueuelen option variable
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-02 20:45:52 +00:00
markus
5aabd845f7
LED handling fixes for WRT54-G3Gv2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22462 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-02 10:32:39 +00:00
nbd
4b368f4353
ath9k: improve stuck beacon recovery by reading nf values from the hw when a calibration is pending (instead of waiting for the next cal interval)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22461 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-02 01:28:27 +00:00
nbd
8132fc94cb
ath9k: improve stuck beacon recovery and noise floor handling. significantly improves stability under strong interference in ap mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22460 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-02 00:08:55 +00:00
acoul
5ef70c6dac
package/compcache: use mainline modules for kernels >=2.6.33 (thank you nbd)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22458 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-01 16:57:24 +00:00
nbd
52159878ce
ath9k: fix aggregation pause/restart handling under heavy load (thx to Lorenzo Bianconi)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-01 16:33:50 +00:00
florian
f2ce924259
[package] add txqueuelen option, patch from Roberto Riggio
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 22:32:28 +00:00
jow
4fbc2d59b9
[package] firwall: fix nat reflection for zones covering multiple networks
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22442 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 13:25:56 +00:00
jow
da83ad5b95
[package] firewall: add basic NAT reflection/NAT loopback support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22441 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 13:06:14 +00:00
florian
cfbe1dd522
[package] remove iptables libipq dependency, thanks jow
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 11:53:27 +00:00
florian
ff993cd34c
[package] package libipq as a shared library
...
r21799 by jow changed the staging install of libipq so that it is no
longer available as a static library but is dynamically linked in as a
shared library. However the libipq package was not being built. This
patch provides libipq.so as a package.
Signed-off-by: Ashok Rao <greatarbor@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 11:42:24 +00:00
acoul
bb5ab3b0e0
package/mac80211: sync commit r22419
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 06:21:13 +00:00
nbd
b00a170db9
mac80211: update to 2010-07-29, add pending patches to fix further issues with calibration
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-30 22:18:57 +00:00
nbd
f13045f268
mac80211: minor fix for the offchannel status change notification
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-30 10:52:51 +00:00
acoul
c07292d5b4
package/compcache: clean unneeded swap initialization
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-28 15:10:20 +00:00
nbd
53e5fdd4e4
ath9k: fix various calibration related bugs and clean up the code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22408 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-28 11:40:38 +00:00
jow
55da36a1f2
[buildsystem] revert r22372 and r22405, dependency on host libtool causes problems
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22406 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-28 02:18:16 +00:00
jow
b31d05c970
[buildsystem] make base-files dependent on opkg host compile, fixes install errors when package/compile and package/install are invoked separately
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22405 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-27 22:26:13 +00:00
jow
8d60ad1361
[package] uhttpd: fix build dependencies ( #7674 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-27 21:19:28 +00:00
nbd
f7ff2aed8b
mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a change that might fix some calibration issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22403 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-27 21:04:54 +00:00
nbd
bffb902a10
kmod-ipsec: fix a compile error with some configurations. since CONFIG_XFRM_IPCOMP is not selectable on its own (no prompt), always select CONFIG_INET_IPCOMP along with it, to make sure that it gets enabled
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-27 21:04:49 +00:00
cshore
dbf130182c
[package] dropbear: Explicity list default RootPasswordAuth value in default config file so that users know to turn off RootPasswordAuth as well as PasswordAuth to prevent password logins as root.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22394 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-27 03:36:27 +00:00
cshore
2cba4ad103
[package] dropbear: Add RootLogin parameter to control whether ssh logins as root are allowed.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22393 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-27 03:23:47 +00:00
florian
e06a066c70
[package] linux-atm: parallel build fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22383 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-24 21:39:33 +00:00
florian
cf8a125dde
[package] e2fsprogs: parallel build fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22382 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-24 21:39:27 +00:00
jow
6a91be99c7
[package] base-files: localize variable in do_move_devtmpfs(), remove extra temporary variable and shorten conditional
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-24 19:33:11 +00:00
acoul
cb108e4d04
package/base-files: add support for devtmpfs (thank you rauchwolke at gmx.net)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-24 19:21:27 +00:00
jow
b8e09b9b3c
[package] base-files: unconditionally unlock the rootfs_data partition ( #7437 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-24 15:47:15 +00:00
jow
ebd96b6723
[buildsystem] use host opkg for installing packages in buildroot and ImageBuilder
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 19:49:19 +00:00
acoul
c4c1131ec8
package/compcache: initialize swap driver and introduce a delay before mounting
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 13:51:22 +00:00
acoul
3a2279a573
package/compcache: revert r22365
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 13:26:05 +00:00
jow
e417063c23
[package] uhttpd:
...
- fix a compile warning
- support custom index file names
- support custom error pages (or cgi handler)
- add option to disable directory listings
- add REDIRECT_STATUS for CGI requests, fixes php-cgi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 13:15:22 +00:00
acoul
f77190f8c2
package/compcache: fix a dependency issue
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22365 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 11:47:47 +00:00
nbd
5d3c63551a
ath9k: simplify noise floor calibration chainmask calculation
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 02:22:52 +00:00
nbd
9dbbc9466d
ath9k: fix invalid noisefloor measurement values in ht20 mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 02:08:24 +00:00
nbd
cbab8bf1df
ath9k: fix another buffer leak in the aggregation code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 01:54:27 +00:00
nbd
b024d6ea6b
load e1000 earlier to fix the order of the ethernet ports on Axiomtek NA-200
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22359 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 01:54:21 +00:00
hauke
d84fd0e7cf
mac80211: fix build of ipw2100 driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 18:51:26 +00:00
hauke
89854bcd73
ubsec_ssb: fix build of ubsec_ssb with new ssb patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 18:50:32 +00:00
jow
ca8826ce87
[package] mac80211: fix handling of frag and rts options, thanks stintel!
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 16:01:17 +00:00
claudio
ffa085b6bf
Add package pwm-gpio-custom
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 11:32:33 +00:00
claudio
b016e98df2
Add package rotary-gpio-custom
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 11:32:27 +00:00
jow
69c098312d
[package] busybox: fix compilation on FreeBSD
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 08:28:39 +00:00
jow
2a8750a905
[package] opkg: fix host compilation on Darwin (libopkg_test failed to link)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-21 22:02:25 +00:00
jow
47de1665b1
[package] opkg: strip trailing whitespaces from entries in conffiles control files, fixes conffile md5 calculation against ipkg-build generated archives
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-21 18:26:07 +00:00
kaloz
642064ae9a
add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-21 11:20:53 +00:00
florian
9b743eb09d
[package] fix kmod-crypto-hw-padlock dependency against kmod-crypto-aes ( #7643 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22321 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20 22:25:48 +00:00
florian
47cfa18482
[package] remove whitespaces in kmod-switch sources
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22320 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20 22:25:04 +00:00
nbd
0e2c7a58c1
move the crda dependency to the kmod-cfg80211 package, get rid of crda's dependency on mac80211. this fixes circular dependency issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20 01:54:16 +00:00
nbd
d0f1d585e3
mac80211: fix aggregation on WDS AP interfaces
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20 01:54:07 +00:00
nbd
6d574c2b24
mac80211: update to wireless-testing 2010-07-16
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22301 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20 01:54:01 +00:00
jow
98b06e803d
[package] nvram: handle nvram at varying offsets within the eraseblock (fixes Edimax PS-1208mfg with FLSH at offset 0)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-19 22:20:07 +00:00
claudio
dba337333d
[kernel] pwm: export the generic pwm api as module
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-19 21:14:24 +00:00
hauke
53d6ece991
e2fsprogs: update to version 1.41.12
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-18 19:40:31 +00:00
hauke
b36eeab506
iw: update to version 0.9.20
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-18 19:39:57 +00:00
acoul
c03ed13f88
package/kernel: modularize ixp4xx_eth driver & marvel 88E6060 phy support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-18 18:59:12 +00:00
jow
825dbb37aa
[package] base-files, busybox: fix 22279, simplify code and get rid of awk
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-18 18:36:12 +00:00
cshore
b1acaee343
[package] base-files & telnet: Fixed telnet starting even with root password when shadow passwords in use.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-18 15:18:38 +00:00
nico
6da348ee27
dnsmasq: initscript: fix bool options handling, bump release number
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 13:36:13 +00:00
acoul
7fe3810101
finalize r22241 fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 08:50:19 +00:00
acoul
4428e3a8ce
package/kernel: update r22229
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 06:37:36 +00:00
nbd
79debaf1e4
ep80579-drivers: the build system for this package is broken beyond repair. work around this by only using the kbuild make invocations and ignoring the other crap
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22240 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 00:10:31 +00:00
jow
3ba9b8e05c
[package] iptables: package hashlimit module ( #6696 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-16 06:15:07 +00:00
jow
5fbf6ca9e6
[package] firewall: allow redirecting only destination port ( #7197 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-16 06:03:15 +00:00
jow
70f06b0258
[package] dnsmasq: add and enable DNS rebind protections
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-16 00:06:59 +00:00
jow
30853c82f3
[package] firewall: fix another notrack related bug
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-15 23:24:01 +00:00
jow
e3060b618d
[package] firewall:
...
- notrack support was broken in multiple ways, fix it
- also consider a zone conntracked if any redirect references it (#7196 )
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-15 22:01:48 +00:00
juhosg
f6814dd201
madwifi: in-flash macs for mach-eap7660d
...
This patch makes madwifi respect (at least) the platform_data
supplied MAC address.
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-15 07:37:00 +00:00
juhosg
b518ed32e2
ath5k: in-flash macs and eeprom for mach-eap7660d
...
This adds ath5k_platform.h to mac80211 and patches ath5k to respect
MAC addresses and eeprom content from platform_data, if supplied.
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-15 07:36:55 +00:00
jow
e5dbd628ed
[package] broadcom-wl: fix md5sums
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-13 17:21:44 +00:00
jow
c2f4d2e347
[package] broadcom-wl:
...
- update to v5.10.56.27.3
- get fallback SPROM from SSB if neither on-device SPROM nor nvram is available
- working brcm63xx support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-13 16:55:57 +00:00
nbd
372c8c5e68
mac80211: improve reliability of the keymiss handling fix, add another aggregation leak fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 19:16:22 +00:00
cshore
c98e83d466
[package] block-mount: Attempt swapon a after mounting as well as before. This ensures that swap on a filesystem is enabled.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 17:28:50 +00:00
cshore
36d52e89e7
[package]: block-mount: Fixed two bugs in fstab.init. /etc/fstab was used where /tmp/fstab should have been, and locking was insufficiently careful and was such that it could result in deadlock when hotplug was in use.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22148 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 16:35:39 +00:00
cshore
52993b922e
[package]: block-mount: Enable swap before doing fsck so that large filesystem checks have swap as well as memory (as they take large memory for large partitions). Closes #7599 .
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 16:25:09 +00:00
claudio
ae57d8838c
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 14:06:13 +00:00
claudio
d63165a48d
[kernel] Add package for gpio rotary encoder
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22144 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 13:20:04 +00:00
claudio
4747359497
[kernel] Add package for gpio-pwm
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 13:20:01 +00:00
hauke
24a6afd4e7
kernel: modules names changed with kernel 2.6.35
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22139 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-11 19:39:30 +00:00
hauke
f9840c8bfe
broadcom-wl: fix compiling with kernel 2.6.35
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22138 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-11 19:33:46 +00:00
hauke
0fac63b557
kernel: fix build problems with recent kernel versions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-11 19:00:23 +00:00
nbd
3a46cb8e16
ath9k: remove support for hardware which was never sold. reduces binary size by ~30k
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22134 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-11 15:19:43 +00:00
claudio
b40bc2899b
[kernel] kmod-usb-core is buildin on etrax target
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22130 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-11 12:27:11 +00:00
nbd
e62c8091ba
ath9k: improve reliability of the noise floor calibration
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22126 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-11 11:56:18 +00:00
nbd
b03d47c107
ath9k: add another batch of stability updates and misc fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22123 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-11 03:50:46 +00:00
nbd
9aaa8ffe66
broadcom-diag: detect more variants of SimpleTech SimpleShare
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-10 00:51:28 +00:00
jow
7742ebec30
[package] 6in4: automatically determine wan interface in hotplug events
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-09 00:17:31 +00:00
nbd
221490f6b4
hostapd: make rfkill support optional
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22101 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-08 18:36:22 +00:00
nbd
115b6d53ff
hostapd: add preliminary wps script support (push-button only, does not handle multi-bss yet)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-08 18:36:17 +00:00
nbd
098781b9c8
wifi: fix duplicate ht capabilities in the hostapd config file by clearing the list at config load time
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-08 18:36:12 +00:00
nbd
49a3b6a554
hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-08 18:36:07 +00:00
nbd
fdc17c5625
hostapd: update to 2010-07-05
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-08 18:35:15 +00:00
nbd
9f4c286486
mac80211: update to wireless-testing 2010-07-06, add another patch to finally fix the annoying buffer leak in ath9k
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-07 17:03:00 +00:00
hcg
8c4271dec7
crda: remove superfluous dependency
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-07 13:51:18 +00:00
nbd
3cb4900951
mac80211: fix interface teardown for kernels >= 2.6.33
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22078 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-06 18:53:48 +00:00
acoul
35ba8b6c68
package/busybox: fix sed issue with gcc-4.5.0 ( closes #7566 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22074 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-06 11:17:41 +00:00
jow
b11b5fb9e5
[package] comgt: add usb hotplug handler to bring up 3g ifaces on boot or when the dongle is attached
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-04 18:11:34 +00:00
nbd
3e4cfbc540
add missing dependencies for hostapd-utils and wpa-cli ( #7421 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-03 23:32:45 +00:00
nbd
30779666ee
ath9k: fix a potential buffer leak
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22048 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-02 16:11:18 +00:00
nbd
6493866f86
ath9k: fix a crash with WEP in ad-hoc mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22046 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-02 12:46:18 +00:00
nbd
7d977508b0
ath9k: fix false positives in the baseband hang check by repeating the test a few times before pronouncing the hardware dead and resetting it
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22038 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-01 21:41:40 +00:00
nbd
c500f2eeb2
ath9k: clean up some code duplication related to noise floor handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-01 21:41:35 +00:00
nbd
9b83933d96
ath9k: add a missing null pointer check and some further cleanup
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-01 20:51:30 +00:00
nbd
98525c0584
ath9k: properly sanitize calibrated noise floor values on all hardware
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-01 19:43:03 +00:00
markus
c9722e5e55
fix GPIO pin for G3GV2-VF
...
Signed-off-by: Niclas Koeser <nks@informatik.uni-kiel.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22018 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-01 16:23:38 +00:00
jow
fe1160efb9
[package] broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22008 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-01 01:31:28 +00:00
jow
db7c7e9e4d
[package] broadcom-wl:
...
- fix compilation against eglibc and glibc (#7521 )
- unbind device from b43 ssb bridge on boot (#7529 )
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22007 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-01 01:06:32 +00:00
jow
0218c10c87
[package] base-files: add "mtu" option for route sections, allows setting per-route mtu values
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22003 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 23:46:34 +00:00
cshore
7bc978b32b
block-extroot, block-mount: Fixed multiple bugs which prevented e2fsck from being executed on the external root filesystem before mounting it as root. Added /etc/e2fsck.conf which indicates that the clock is broken (since most OpenWRT devices don't have a battery backed RTC) so that e2fsck will not exit with fatal error when the rdat has not yet been run (i.e. before network).
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22002 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 23:09:13 +00:00
jow
60a32ced82
[package] hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22000 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 21:24:30 +00:00
nbd
4b1a63c952
ath9k: add initval updates - should increase stability and performance on AR91xx and AR92xx
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 21:04:44 +00:00
jow
b49acf1288
[package] hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 21:03:56 +00:00
jow
5794fe5fc7
[package] broadcom-wl: align wpa encryption value and cipher override format with hostapd.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21997 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 21:02:53 +00:00
acoul
7ebf9e77c6
package/iptables: fix compile failure on gentoo build system (thanks nbd)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 20:13:20 +00:00
acoul
324d3e908e
mac80211: fix r21990
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21992 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 15:21:15 +00:00
acoul
19776eb41b
mac80211: fix compile issues on 2.6.35
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21990 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 14:10:41 +00:00
nbd
997e6d9328
ath9k: fix TSF across hardware resets on AR913x
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21989 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 00:10:44 +00:00
nbd
d1e3d41785
mac80211: update to wireless-testing 2010-06-28
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 00:10:38 +00:00
cshore
e874a71630
block-mount: Fixed mount deadlocks due to buggy use of locks in /lib/functions/block.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21987 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-29 10:07:45 +00:00
juhosg
3b428936ad
rt2x00: cleanup patches
...
Remove 601-rt2x00-remove-mcu-requests-for-soc.patch as an equivalent patch
is already included in upstream.
Add 601-rt2x00-fix-hang-on-ifdown.patch which is not suitable for upstream
inclusion but fixes a hang on ifdown under some circumstances and thus also
fixes AP mode operation in OpenWRT.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-28 17:23:28 +00:00
cshore
03dd7f3197
busybox: Fixed remote logging bug in which starting syslog before the network (and hence the remote host being available) results in failure to do any remote logging
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-27 12:18:12 +00:00
nbd
5b8b96e823
remove obsolete kernel dependencies and version checks
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:44:28 +00:00
nbd
fef81766d0
remove linux 2.4 support from several packages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:43:41 +00:00
nbd
75bd418e14
remove broadcom-57xx (only used on linux 2.4)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:43:32 +00:00
nbd
93e7bbfc3f
remove a few packages which only work with linux 2.4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21949 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:42:26 +00:00
nbd
4b7db99798
remove the old broadcom wl driver for linux 2.4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21947 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:42:08 +00:00
nbd
922f7b05d8
mac80211: update to wireless-testing 2010-06-15
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21943 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:41:34 +00:00
jow
2d6dd9f18a
[package] ppp: interpret "demand" option as timeout in seconds ( #7517 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21903 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 18:11:04 +00:00
hcg
8566138a77
Add support for Marvell 88W8686
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-23 14:53:40 +00:00
jow
86b9c1df64
[netfilter] package TPROXY target and module infrastructure
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 22:39:22 +00:00
acoul
784f7308a0
package/dnsmasq: update dnsmasq to 2.55
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 07:09:16 +00:00
jow
dd595a0584
[package] kernel: package tulip family modules into kmod-tulip
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-21 21:40:27 +00:00
jow
6e26c2c9e5
[package] broadcom-wl, broadcom-wl-old: binary 2.6 wl restricts the whole menuconfig submenu to brcm47xx, make menu depend on brcm47xx or brcm-2.4 in old and new driver package while brcm-2.4 target is still around
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-21 08:40:21 +00:00
claudio
c028068b57
[package] mac80211: fix compile error ( #6538 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-20 13:05:55 +00:00
hauke
b4b3537c7f
compile fixes for kernel 2.6.34
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-17 19:29:57 +00:00
jow
800c8c564b
[package] mtd: request locked pages when mmap'ing the FIS table, cures random segfaults in table rewrite until
...
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2d4dc890b5c8fabd818a8586607e6843c4375e62
is added.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-16 23:34:38 +00:00
jow
2a5d5e669d
[package] hostapd: forgot the actual change in previous commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-16 20:28:11 +00:00
jow
fae5b998c5
[package] hostapd: properly read eap_type from configuration when setting up wpa-supplicant, fixes WPA Enterprise in client mode ( #7476 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-16 20:24:09 +00:00
florian
f5785f72d6
[package] fix typo in broadcom-wl
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21819 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-16 19:49:04 +00:00
nico
8a27bf15dc
package/busybox: update to 1.16.2 (bug fix release)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-16 13:24:11 +00:00
nbd
ea95e2b3fc
Add a new kernel-version independent broadcom binary driver for brcm47xx (contributed by NewMedia-NET)
...
This will allow us to get rid of brcm-2.4 soon.
[ ... and there was much rejoicing ]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21809 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-15 11:40:05 +00:00
florian
24e475f5cc
[package] add package for script from util-linux-ng ( #7416 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-14 21:48:57 +00:00
nbd
4613d86806
mac80211: fix compile on systems that do not have /bin/true
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21801 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-14 18:34:24 +00:00
jow
9b66d8959f
[package] iptables:
...
- supress detection of libnfnetlink and force configure to not use it
- fix staging install of libxtables, libiptc and libipq libraries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21799 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-14 17:26:39 +00:00
nbd
96465c018c
rename broadcom-wl to broadcom-wl-old
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21794 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-14 11:00:30 +00:00
jow
8424e25e68
[package] mac80211: rename dma_set_coherent_mask() patch to 170-dma_set_coherent_mask.patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-13 20:07:37 +00:00
hauke
cc2b7707f0
mac80211: fix build of b43
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-13 19:53:19 +00:00
jow
1e12d3611a
[package] madwifi: rename incorrectly named patch file ( #7459 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-13 18:11:05 +00:00
florian
3d61140414
[package] add kmod-gpio-nxp-74hc164 for brcm63xx only
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-12 18:10:28 +00:00