1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 15:33:09 +03:00
Commit Graph

17965 Commits

Author SHA1 Message Date
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
hauke
8eb932c7e1 mostly revert commit r22396
CFE does not boot images generated with these checksums because of 
wrong checksum.

After flashing then with tftp to my Asus wl500-GPv1 the following messages 
are show:
Null Rescue Flag.
Boot program checksum is invalid
Hello!! Enter Rescue Mode: (Check error)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-30 21:19:49 +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
8f75cb6fa2 [atheros] add missing bits & bytes from r22412
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-30 09:59:13 +00:00
mb
1fa0de6285 firmware-utils/trx: Endianness fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-29 18:14:10 +00:00
acoul
5d02e8b3f1 target/linux: refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22413 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-29 17:20:25 +00:00
acoul
9e3ec4031c [atheros] enable mtu & mac config options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-29 17:16:44 +00:00
acoul
eb213ae836 atheros/patches-2.6.35: sync patches against 2.6.35-rc6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-29 14:13: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
acoul
2122c93af5 generic/patches-2.6.34: Make devtmpfs available on (embedded) configurations without SHMEM/TMPFS,
using ramfs instead. (gone mainline in kernel 2.6.35-r3)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22407 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-28 08:34:03 +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
nbd
a0d848ed9d ar71xx: remove the fifo cfg overrides for the ap91 ethernet code - these values have been wrong on every single device i've tested, falling back to the atheros values seems to be the right thing to do
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-27 21:04:43 +00:00
hauke
9505c5deb3 firmware-utils: The option -F was not detected.
This was missing in r22396

This fixes build of brcm47xx


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22398 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-27 18:16:32 +00:00
acoul
f80d70ea21 tools/quilt: fix openSUSE/patch-2.6.1.81 issue (closes #7635)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22397 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-27 17:21:30 +00:00
markus
3c05ba2472 fix CRC32 calculation for sysupgrade
* reduce image size for CRC calculation by fs_mark size

sysupgrade sometimes failed for me and I noticed that it was due
to incorrect CRC values in trx-header after performing it.
It seems that the fs_mark was completely included in the calculation
and that it was nevertheless modified by sysupgrade while appending
the jffs data.
This only occurs for the first boot after sysupgrade as the flashmap
driver recalculates the CRC to an even smaller area when it boots.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22396 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-27 15:37:37 +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
jow
511da18ce7 [brcm63xx] reorder profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22390 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-26 18:58:35 +00:00
hauke
d3a030c623 brcm47xx: now hopfully realy commit the right things from r22385
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22388 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-25 16:10:51 +00:00
hauke
1d687ec7f8 brcm47xx: add missing part from r22385
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-25 16:07:40 +00:00
jow
00dc5ed796 [brcm63xx] fix a typo in 040-bcm963xx_flashmap.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22386 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-25 00:10:37 +00:00
hauke
507c1634ee brcm47xx: fill the whole sprom with data
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22385 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-24 23:25:06 +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
acoul
31641990d7 generic/config-2.6.32: switch from gzip to lzma jffs2 compression
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-24 08:14:22 +00:00
acoul
ad7b8d0ced ixp4xx: add kernel 2.6.34 preliminary support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-24 00:18:58 +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
nbd
e0673d1c94 ar71xx: fix sysupgrade on the ubnt nanostation m
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22370 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 18:16:47 +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
jow
8c71102761 [atheros] renaming of the IP175C switch driver brioke switch detection on the Dir-300 and others, fix it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-23 10:39:10 +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
nbd
858ebac7b8 ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter "Fate" Hollants, from #7528, without the ethernet fifo cfg values)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 12:37:44 +00:00
claudio
c849302750 [at91] general cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22352 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 11:32:42 +00:00