1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 16:25:28 +03:00
Commit Graph

5997 Commits

Author SHA1 Message Date
thepeople
78b9f1dc6f fix limit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 15:50:05 +00:00
blogic
1904ac0988 [ifxmips-dsl-api] Add option to disable debug output of DSL drivers signed of by Ithamar R. Adema
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 13:02:29 +00:00
blogic
b9806dcf41 adds misisng include in ifxmips dsl driver compat layer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 13:01:32 +00:00
blogic
a072224e49 [br2684ctl] Allow UCI configuration of ATM QOS parameters per interface, signed off by Ithamar R. Adema
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 11:17:42 +00:00
nico
49c8819158 [package] madwifi: remove redundant conditional dep, atheros has PCI support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20263 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 10:45:14 +00:00
thepeople
1054800824 allow ping
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 03:46:41 +00:00
thepeople
3243b6b119 remove +1 as it isn't needed since 16619
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 01:39:02 +00:00
thepeople
99cbbb372c actually fix linux-atm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 18:30:56 +00:00
nbd
6e3fb9dc77 base-files: reload switch settings on /etc/init.d/network start as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 14:02:49 +00:00
thepeople
690bcb591b fixup linux-atm package after the broken patch earlier
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 03:59:14 +00:00
acinonyx
ae49d34dc5 [package] hostap-driver: Fix package installation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 00:51:26 +00:00
thepeople
6772ab104f /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem).
/etc/init.d/ppp automatically starts pptp session on boot., from #6720

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 21:42:56 +00:00
thepeople
1f2f21c1d0 if readethers is set to true make sure /etc/ethers exists, closes #6740
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 21:33:02 +00:00
thepeople
c37b60f3dc this patch allow to set -g option 1. -g allow to make a more secure ssh server configuration by avoiding brute force attack on root while allowing user to use password (where the username is more difficult to guess).
Matthieu
from #6736

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 21:26:45 +00:00
nbd
176d390d98 fix error output of brctl if bridging is not supported.
The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method:

"brctl: SIOCGIFBR: Package not installed"

This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged.

Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 21:10:07 +00:00
thepeople
b69c2d4576 [package] linux-atm: Update to stable version 2.5.1 from upstream project
This commit integrates the upstream version of the linux-atm tools
   version 2.5.1.

   It simplify the patchset but keeps the debian-patches,
   prevent the usage of libflex on the target, and let the package
   compiles every tools.

   The Makefile only installs atmarp & atmarpd, but some useful debug
   programs are also included (like aread/awrite, atmdump,...) in the
   makefile, but commented by default.

Signed-off-by: Obinou <obconseil@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 18:58:33 +00:00
thepeople
d005d2e247 fix missing nls support for 2.6.33
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20214 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 18:22:57 +00:00
nbd
c057a8dbb6 add missing kconfig symbol for the hifn 795x crypto accelerator module (patch by dogge10)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20196 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 13:16:26 +00:00
nbd
60521a7fc8 madwifi: disable softled by default on pci devices (fixes #4484)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20195 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 12:25:23 +00:00
nbd
c1819c7610 wireless-tools: fix encryption display in the scanning list (#6732)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 04:49:31 +00:00
thepeople
f2732edc60 find attached the announced patch for fuse.
changes:
- latest fuse 2.8.3
- includes now the kernel module for kernel 2.4
- builds parallel
- fuse-utils includes now ulockmgr_server

fuse24 should be deleted from trunk.

bud

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 02:01:14 +00:00
thepeople
43a5836c26 this patches fixes iproute2 parallel build.
-Raphael

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:56:33 +00:00
thepeople
f1dab524fd this patch fixes iptables parallel build.
-Raphael

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:53:41 +00:00
thepeople
32defdcd74 this patch fixes gdb parallel build.
-Raphael

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20187 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:50:53 +00:00
thepeople
de5b21a6db this patch fixes openssl parallel build.
-Raphael

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20186 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:47:55 +00:00
jow
a1c8970a2f [package] base-files: force preinit to use busybox mount (#6797)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-13 02:59:05 +00:00
juhosg
86a0b33fa1 package/base-files: call preinit_ip_deconfig before processing init on
initramfs images


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-12 14:37:19 +00:00
nbd
f65a61d056 ath9k: fix a client mode crash that happens on wpa rekeying
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-12 03:03:57 +00:00
nbd
023a7d5f82 minstrel_ht: make the ewma of the ampdu length more smooth by updating it on stats updates and reduce the frequency of aggregation checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 22:08:06 +00:00
nico
af1ec594fb [package] kernel: fix kmod-pcmcia-yenta on 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 16:37:11 +00:00
claudio
5b3995238f [etrax] fix kernel modules dependences for i2c and ata-core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20146 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 15:38:50 +00:00
nbd
a44b9961dc mac80211: improve performance a bit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 15:30:37 +00:00
nico
fdc060ab00 [package] kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 09:12:44 +00:00
lars
522f3e8fab [package] kernel: Add SoC sound support package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20130 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 01:35:12 +00:00
hauke
684b72e150 mac80211: fix build problems with kmod-mac80211=n
Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko.

Fix problem in ticket #6813.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 21:51:17 +00:00
nico
a1db51bb9b [package] base-files: fix preinit code typos
Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
Acked-by: Daniel Dickinson <cshore@csolve.net>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 18:09:53 +00:00
nico
7fbc018a9c [package] kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other stable nfs modules)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20123 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 17:53:04 +00:00
nico
716b3b841c [package] busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 17:49:14 +00:00
nico
eaf77d3248 [package] uboot-envtools: mark as 2.6 only, use a shorter title and a longer description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20118 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 04:17:22 +00:00
nico
2d8161b0e9 [package] use a common way of marking packages as not supported on specific targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20117 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 04:12:57 +00:00
nbd
3f840a39a5 Revert "mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)" again
It appears to be causing trouble at least with some clients.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20115 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 01:17:23 +00:00
nbd
1c152af974 mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20114 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 01:09:17 +00:00
nbd
df65c7217b mac80211: fix compile for 2.6.33 (thx, acoul)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20113 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 01:09:12 +00:00
nbd
aaaedbca4d hostapd: restore wds sta state after the sta reassociates
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20108 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 21:33:24 +00:00
nbd
b5f911aeb9 mac80211: fix interface setup for wds client
sometimes an interface does not get added to the bridge properly
this seems to be a race of interface setup vs wpa_supplicant
fix this by configuring the interface only after wpa_supplicant has been started

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20106 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 21:23:14 +00:00
nbd
ff25dade79 hostapd: remove the hotplug script for adding wds station interfaces to a bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20104 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 21:16:38 +00:00
nbd
70de34b67d hostapd: fix setting the station vlan for wds stations on reauthentication
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 21:16:32 +00:00
nbd
86b31fdc27 hostapd: upgrade to 20100309
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 17:36:10 +00:00
nbd
6bcc663402 mac80211: add support for the noscan option for skipping the initial scan on hostapd startup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20089 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 17:36:04 +00:00
nbd
bc233ef490 wpa_supplicant: fix bridging settings for wds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 17:35:59 +00:00