Gabor Juhos
a059a11ee1
generic: add LED trigger for USB device presence/activity
...
SVN-Revision: 24646
2010-12-17 17:10:11 +00:00
Felix Fietkau
9958bc43c8
ath9k: update initvals for ar9003
...
SVN-Revision: 24629
2010-12-16 23:55:32 +00:00
Felix Fietkau
9fba23352b
ath9k: remove code for setting up gpio based baseband rfkill - it was never used, nor configured properly
...
SVN-Revision: 24628
2010-12-16 23:55:23 +00:00
Felix Fietkau
a63754b5d5
ath9k: use the number of pending aggregates instead of the queue depth to determine when it is time to form the next A-MPDU
...
SVN-Revision: 24627
2010-12-16 23:55:12 +00:00
Jo-Philipp Wich
6421fe4464
libtool: I don't know what crackhead thought that relinking with /usr/lib during cross compilation is a good idea, so just remove this crap. It should solve a few instances of "/usr/lib/libc.a: could not read symbols: File format not recognized" when building stuff.
...
SVN-Revision: 24619
2010-12-16 14:00:07 +00:00
Jo-Philipp Wich
40fcf1fed5
libtool: prefix command output with "OpenWrt-" to make it immediately obvious whether our libtool is used
...
SVN-Revision: 24613
2010-12-15 20:02:21 +00:00
Jo-Philipp Wich
99c9533a7f
opkg: remove manual automake invocations and rely and host and target fixups
...
SVN-Revision: 24554
2010-12-13 20:54:01 +00:00
Jo-Philipp Wich
45ac69c410
opkg: disable output shaving
...
SVN-Revision: 24553
2010-12-13 20:52:57 +00:00
Felix Fietkau
5a351509aa
base-files: use shutdown instead of stop when the system goes down (patch by tripolar)
...
SVN-Revision: 24540
2010-12-13 08:01:21 +00:00
Felix Fietkau
2317e72d99
ath9k: fix some more issues in the paprd changes
...
SVN-Revision: 24539
2010-12-13 08:01:12 +00:00
Jo-Philipp Wich
3a0b71296d
ead: fixup some AC_DEFINE() invocations that will make recent automak bail
...
SVN-Revision: 24535
2010-12-13 01:47:35 +00:00
John Crispin
9f47e80bb3
adds new lantiq kernel. once the codebase is fully tested and know to be working on all the devices previously supported by ifxmips, we will drop ifxmips support.
...
SVN-Revision: 24526
2010-12-12 22:57:16 +00:00
Felix Fietkau
5fa415d366
ath9k: fix a few issues with pa predistortion on ar9003
...
SVN-Revision: 24504
2010-12-12 01:15:38 +00:00
Felix Fietkau
9eba6dc5ea
ath: open up a few safe 5ghz channels in the world regdomain to make the regulatory override unnecessary in a few cases
...
SVN-Revision: 24503
2010-12-12 01:15:32 +00:00
Felix Fietkau
4d4ee55485
ath9k: merge a few pending cleanup patches
...
SVN-Revision: 24502
2010-12-12 01:15:23 +00:00
Felix Fietkau
15aa1ee692
ath9k: do not adjust the slot time setting for long distance, it seems to cause long latencies and low throughput
...
SVN-Revision: 24498
2010-12-11 21:29:48 +00:00
Felix Fietkau
1c7a54d21e
mac80211: fix IBSS probe response storms on drivers that do not support drv_tx_last_beacon()
...
SVN-Revision: 24497
2010-12-11 21:29:41 +00:00
Felix Fietkau
8f676da3d8
ath9k: merge a pending patch for fixing tsf read and write
...
SVN-Revision: 24496
2010-12-11 21:29:35 +00:00
Felix Fietkau
d1c110e228
ath9k: add missing %pV printk revert
...
SVN-Revision: 24480
2010-12-11 10:37:42 +00:00
Jo-Philipp Wich
bf9e9b6a91
rework aclocal handling, packages have issues writing through the symlink so keep the host aclocal as include path for now
...
SVN-Revision: 24474
2010-12-11 03:15:10 +00:00
Felix Fietkau
9337c97584
mac80211: update to 2010-12-09
...
SVN-Revision: 24471
2010-12-11 01:45:12 +00:00
Jo-Philipp Wich
700589cd9b
libtool: don't install aclocal directory again if symlink into $(STAGING_DIR_HOST)/share/acloca exists aleady
...
SVN-Revision: 24470
2010-12-11 01:26:34 +00:00
Felix Fietkau
f1ecabe190
ath9k: fix non-AMPDU QoS per-tid sequence number assignment
...
SVN-Revision: 24445
2010-12-10 20:03:46 +00:00
Jo-Philipp Wich
a385f3bb52
kernel: package kmod-zd1201 ( #8386 )
...
SVN-Revision: 24443
2010-12-10 19:33:36 +00:00
Jo-Philipp Wich
4dcba42342
mac80211: use iw for txpower control ( #8416 )
...
SVN-Revision: 24441
2010-12-10 18:43:47 +00:00
Gabor Juhos
d9c68341ef
ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as well
...
SVN-Revision: 24421
2010-12-10 15:17:08 +00:00
Gabor Juhos
e94db05163
ar71xx: add rtc modules for nbg460n
...
This adds the rtc-class and rtc-pcf8563 modules for the
real time clock used in the NBG460N/550N/550NH.
Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>
SVN-Revision: 24420
2010-12-10 15:17:06 +00:00
Gabor Juhos
a084fb6a3f
ar71xx: adding u-boot for nbg460n
...
This adds u-boot for nbg460n ar71xx target,
as it is required as second stage bootloader.
Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>
SVN-Revision: 24418
2010-12-10 15:17:00 +00:00
Felix Fietkau
d770298657
mac80211: fix compile errors when LED support in the kernel is disabled
...
SVN-Revision: 24411
2010-12-10 12:00:09 +00:00
Jo-Philipp Wich
4df44b15e1
kernel: fix raid module packaging on newer kernels ( #8384 )
...
SVN-Revision: 24394
2010-12-09 17:18:41 +00:00
Alexandros C. Couloumbis
5244f0cc56
package/libtool: Strip trailing slashes from libdir and destdir
...
SVN-Revision: 24376
2010-12-09 11:41:32 +00:00
Jo-Philipp Wich
5bd857345b
libtool: disregard libdir from *.la files, prevents libtool from linking into the host
...
SVN-Revision: 24375
2010-12-09 11:25:57 +00:00
Alexandros C. Couloumbis
911c2540b0
package/fuse: update to version 2.8.5, refresh patches
...
SVN-Revision: 24365
2010-12-08 20:15:10 +00:00
Alexandros C. Couloumbis
00d3084235
package/cyassl: sync with latest libtool2 changes
...
SVN-Revision: 24346
2010-12-08 12:59:16 +00:00
Alexandros C. Couloumbis
45ab1a3162
package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes #8369 )
...
SVN-Revision: 24345
2010-12-08 12:56:46 +00:00
Felix Fietkau
c8e1389528
ath9k: fix a null pointer deref issue
...
SVN-Revision: 24312
2010-12-07 18:22:43 +00:00
Alexandros C. Couloumbis
27705d7fcf
package/cyassl: update to version 1.6.5
...
SVN-Revision: 24300
2010-12-07 12:21:41 +00:00
Hauke Mehrtens
fe5b868a4f
kernel: add dummy net device
...
Thank you Thomas Jansen.
(partly closes #5849 )
SVN-Revision: 24272
2010-12-05 21:23:21 +00:00
Hauke Mehrtens
ab461fd74f
kernel: add kmod-usb-serial-wwan
...
This package is needed by kmod-usb-serial-option
Thank you raver (closes #7731 )
SVN-Revision: 24271
2010-12-05 20:43:45 +00:00
Felix Fietkau
51a79d4b65
ath9k: fix a DMA related race condition at hw reset time
...
SVN-Revision: 24261
2010-12-05 16:26:38 +00:00
Florian Fainelli
ebe7bdba88
adds a --help option to /sbin/wifi
...
Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de>
SVN-Revision: 24258
2010-12-05 11:22:56 +00:00
Jo-Philipp Wich
56ae0b91e2
busybox: Comcast uses option 150 for 6RD DHCP announcements, cover it
...
SVN-Revision: 24245
2010-12-04 19:15:16 +00:00
Mirko Vogt
2d2fbc6f84
the switch to libtool2 seems to cause the iptables build environment not building static libraries anymore, for whatever reason.. since we don't need them anyway, just do no try to copy them over anymore
...
SVN-Revision: 24244
2010-12-04 17:04:39 +00:00
Felix Fietkau
8067f3f3cc
ar71xx: work around a PCI controller bug which causes reads to the PCI_COMMAND register to return bogus values - properly fixes ath9k module reload issues
...
SVN-Revision: 24236
2010-12-04 01:32:15 +00:00
Felix Fietkau
2a55832f58
mac80211: update to wireless-testing 2010-11-30
...
SVN-Revision: 24235
2010-12-04 01:32:04 +00:00
Mirko Vogt
bb154bd73c
add md5 checksum
...
SVN-Revision: 24232
2010-12-03 23:22:39 +00:00
Daniel Dickinson
68124370ac
block-extroot: Added md5sum to extroot and underlying root filesystem. This is used to ensure that the extroot is not mounted as the rootfs after a sysupgrade *until the user deals with the extroot).
...
SVN-Revision: 24230
2010-12-03 20:01:23 +00:00
Mirko Vogt
ce2d57ed4d
update libtool from version 1.5.26 to version 2.4, this includes libltdl (to v7) - WARNING: This switch is going to break something quite likely, however since more software is requiring libtool2/libltdl7 this change needs to be done some day anyway
...
SVN-Revision: 24224
2010-12-03 11:56:47 +00:00
Jo-Philipp Wich
7acaafb61b
6to4: support multiple internal networks, use state vars for radvd config
...
SVN-Revision: 24219
2010-12-02 22:41:03 +00:00
Hauke Mehrtens
41b3383499
brcm47xx: Add edimax PS1208mfg support
...
Thank you clemvangelis for the patches. (closes #7672 )
SVN-Revision: 24217
2010-12-02 21:27:54 +00:00