openwrt.git
14 years agoMore libtool madness: Every package which was using c++ and libtool fixup
lars [Thu, 4 Jun 2009 00:20:01 +0000 (00:20 +0000)]
More libtool madness: Every package which was using c++ and libtool fixup
was linked against libstd++ even though if it should have been linked
against uclibc++. This is fixed by providing a special version of libtool
fixup for packages which should use uclibc++. Not pretty but functional.
Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of
PKG_FIXUP:=libtool

Somebody should probably check all packages using c++ with a dependency on stdlibc++
if uclibc++ can be used instead now.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16317 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar71xx] add experimental support for the AP83-040 board
juhosg [Wed, 3 Jun 2009 19:54:25 +0000 (19:54 +0000)]
[ar71xx] add experimental support for the AP83-040 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16316 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar71xx] add another SPI controller driver for the earlier AP83 boards
juhosg [Wed, 3 Jun 2009 19:50:04 +0000 (19:50 +0000)]
[ar71xx] add another SPI controller driver for the earlier AP83 boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16315 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar71xx] compile SPI_GPIO driver into the kernel, required by the AP83 boards
juhosg [Wed, 3 Jun 2009 18:42:44 +0000 (18:42 +0000)]
[ar71xx] compile SPI_GPIO driver into the kernel, required by the AP83 boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16313 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar71xx] refresh patches
juhosg [Wed, 3 Jun 2009 18:32:32 +0000 (18:32 +0000)]
[ar71xx] refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16312 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar71xx] add flash locking code
juhosg [Wed, 3 Jun 2009 18:17:07 +0000 (18:17 +0000)]
[ar71xx] add flash locking code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16311 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] base-files: fix test experession for sysupgrade
acinonyx [Wed, 3 Jun 2009 18:15:04 +0000 (18:15 +0000)]
[package] base-files: fix test experession for sysupgrade

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16310 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] ead: fix missing library error while building tinysrp
acinonyx [Wed, 3 Jun 2009 13:53:15 +0000 (13:53 +0000)]
[package] ead: fix missing library error while building tinysrp

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16309 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] madwifi: clear variables used in for loop
acinonyx [Wed, 3 Jun 2009 13:53:10 +0000 (13:53 +0000)]
[package] madwifi: clear variables used in for loop

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16308 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoupgrade to 2.6.30-rc8
kaloz [Wed, 3 Jun 2009 13:42:28 +0000 (13:42 +0000)]
upgrade to 2.6.30-rc8

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16307 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] libtool: revert r16212. It broke building packages using c++.
lars [Wed, 3 Jun 2009 10:03:29 +0000 (10:03 +0000)]
[package] libtool: revert r16212. It broke building packages using c++.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16305 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[toolchain] uClibc-0.9.30.1: fix possible NULL pointer dereference (closes #5242)
juhosg [Wed, 3 Jun 2009 09:45:00 +0000 (09:45 +0000)]
[toolchain] uClibc-0.9.30.1: fix possible NULL pointer dereference (closes #5242)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16304 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[brcm63xx] merger mtu/802.1q related fixes:
florian [Wed, 3 Jun 2009 08:55:18 +0000 (08:55 +0000)]
[brcm63xx] merger mtu/802.1q related fixes:
bcm63xx integrated ethernet mac supports receiving and sending frames
bigger than 1500 bytes, this patch adds support for changing MTU.

This patch also fixes the reception of 802.1q frames for default MTU
which were reported as oversized.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16302 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ifxmips] Fix accessing array after it end.
hauke [Tue, 2 Jun 2009 20:10:29 +0000 (20:10 +0000)]
[ifxmips] Fix accessing array after it end.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16301 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[mac80211] Update to compat-wireless-2009-06-02
hauke [Tue, 2 Jun 2009 18:48:52 +0000 (18:48 +0000)]
[mac80211] Update to compat-wireless-2009-06-02

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16300 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd bootsplash to 2.6.30 as well and enable it per default
mirko [Tue, 2 Jun 2009 10:19:54 +0000 (10:19 +0000)]
add bootsplash to 2.6.30 as well and enable it per default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16297 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoenable PCIE on ppc44x as well
kaloz [Tue, 2 Jun 2009 10:06:41 +0000 (10:06 +0000)]
enable PCIE on ppc44x as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16296 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopackage the e1000e driver
kaloz [Tue, 2 Jun 2009 10:02:23 +0000 (10:02 +0000)]
package the e1000e driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16295 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomissing changes for pcie handling
kaloz [Tue, 2 Jun 2009 09:54:45 +0000 (09:54 +0000)]
missing changes for pcie handling

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16294 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd pcie feature flag
kaloz [Tue, 2 Jun 2009 09:50:43 +0000 (09:50 +0000)]
add pcie feature flag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16293 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agorename cavium-octeon to octeon
kaloz [Tue, 2 Jun 2009 09:18:55 +0000 (09:18 +0000)]
rename cavium-octeon to octeon

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16292 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoupgrade avr32 to 2.6.30-rc7
kaloz [Tue, 2 Jun 2009 06:42:23 +0000 (06:42 +0000)]
upgrade avr32 to 2.6.30-rc7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16291 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agorename serial devices for 2.6.30 as well to avoid uneeded mappings in userspace
mirko [Tue, 2 Jun 2009 00:56:09 +0000 (00:56 +0000)]
rename serial devices for 2.6.30 as well to avoid uneeded mappings in userspace

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16290 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomadwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops transition)
nbd [Mon, 1 Jun 2009 22:35:48 +0000 (22:35 +0000)]
madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops transition)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16289 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoatheros: add working patches/config for 2.6.30
nbd [Mon, 1 Jun 2009 22:14:16 +0000 (22:14 +0000)]
atheros: add working patches/config for 2.6.30

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16288 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd ip175c switch driver patch to 2.6.30
nbd [Mon, 1 Jun 2009 22:14:11 +0000 (22:14 +0000)]
add ip175c switch driver patch to 2.6.30

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16287 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoswconfig: fix kernel version dependency
nbd [Mon, 1 Jun 2009 22:14:06 +0000 (22:14 +0000)]
swconfig: fix kernel version dependency

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16286 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoocf: fix uninitialized variable access (thx, Dakon)
nbd [Mon, 1 Jun 2009 22:14:01 +0000 (22:14 +0000)]
ocf: fix uninitialized variable access (thx, Dakon)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16285 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agotemporary, hackish, etc, etc.. lzma support for the arm zImage loader
kaloz [Mon, 1 Jun 2009 21:09:40 +0000 (21:09 +0000)]
temporary, hackish, etc, etc.. lzma support for the arm zImage loader

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16284 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agowe don't use RedBoot on orion
kaloz [Mon, 1 Jun 2009 21:08:26 +0000 (21:08 +0000)]
we don't use RedBoot on orion

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16283 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[tools] port lzmp that is packaged by debian, build it, but do not install it yet
florian [Mon, 1 Jun 2009 20:31:49 +0000 (20:31 +0000)]
[tools] port lzmp that is packaged by debian, build it, but do not install it yet

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16282 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agouse the openwrt lzma options for now
kaloz [Mon, 1 Jun 2009 20:31:23 +0000 (20:31 +0000)]
use the openwrt lzma options for now

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16281 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd missing config option
kaloz [Mon, 1 Jun 2009 20:03:46 +0000 (20:03 +0000)]
add missing config option

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16280 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[brcm63xx] backport an upstream fix: We're not disabling IRQ, so we must call the...
florian [Mon, 1 Jun 2009 18:27:51 +0000 (18:27 +0000)]
[brcm63xx] backport an upstream fix: We're not disabling IRQ, so we must call the irq safe flavour of netif_rx_complete, should fix some crashes when running the system for a long time

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16277 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoremove some more obsolete files
nbd [Mon, 1 Jun 2009 18:20:09 +0000 (18:20 +0000)]
remove some more obsolete files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16276 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoremove 2.6.23 support, as the last target using that has been nuked, too
kaloz [Mon, 1 Jun 2009 18:16:10 +0000 (18:16 +0000)]
remove 2.6.23 support, as the last target using that has been nuked, too

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16275 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonow that the gemini target is working, get rid of the obsolete and buggy storm target
kaloz [Mon, 1 Jun 2009 18:15:30 +0000 (18:15 +0000)]
now that the gemini target is working, get rid of the obsolete and buggy storm target

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16274 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agouse squashfs on the gemini by default, remove broken flag
kaloz [Mon, 1 Jun 2009 18:10:18 +0000 (18:10 +0000)]
use squashfs on the gemini by default, remove broken flag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16273 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofixup mac addresses on gemini boards
kaloz [Mon, 1 Jun 2009 18:09:36 +0000 (18:09 +0000)]
fixup mac addresses on gemini boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16271 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix madwifi for the gemini target
kaloz [Mon, 1 Jun 2009 18:09:10 +0000 (18:09 +0000)]
fix madwifi for the gemini target

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16270 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonetwork: prevent unnecessary interface down/up cycles if no mac address change is...
nbd [Mon, 1 Jun 2009 18:09:05 +0000 (18:09 +0000)]
network: prevent unnecessary interface down/up cycles if no mac address change is requested

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16269 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agogenerate squashfs images
kaloz [Mon, 1 Jun 2009 18:08:39 +0000 (18:08 +0000)]
generate squashfs images

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16268 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoregister the watchdog on the wbd111
kaloz [Mon, 1 Jun 2009 18:08:08 +0000 (18:08 +0000)]
register the watchdog on the wbd111

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16267 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonetwork: do not unnecessarily touch interfaces configured as proto=none; bring down...
nbd [Mon, 1 Jun 2009 18:07:44 +0000 (18:07 +0000)]
network: do not unnecessarily touch interfaces configured as proto=none; bring down old aliases before setting up new ones

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16266 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agooptimize the kernel for size... *sigh*
kaloz [Mon, 1 Jun 2009 18:07:33 +0000 (18:07 +0000)]
optimize the kernel for size... *sigh*

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16265 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[kernel] Add missing kernel symbol.
hauke [Mon, 1 Jun 2009 17:40:55 +0000 (17:40 +0000)]
[kernel] Add missing kernel symbol.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16264 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[mac80211] B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL.
hauke [Mon, 1 Jun 2009 17:38:38 +0000 (17:38 +0000)]
[mac80211] B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL.
Fixes #5245.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16263 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release...
nico [Mon, 1 Jun 2009 14:37:11 +0000 (14:37 +0000)]
[package] broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release number

This patch fixes an issue with the broadcom.sh configuration script when
enabling sta mode.  Currently sta mode works provided that you have an AP
enabled as well but it doesn't work if you have a sta interface but not an
AP.  I found that merely reversing the order of the ap and apsta variables
in the broadcom.sh script corrects this problem, and the attached patch does
exactly that.

Signed-off-by: Eric Bishop <ebishop@bu.edu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16256 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[hostap-driver] Add diversity option
acinonyx [Mon, 1 Jun 2009 14:32:34 +0000 (14:32 +0000)]
[hostap-driver] Add diversity option

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16255 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoanother 2.6.30 related crypto fix
kaloz [Mon, 1 Jun 2009 14:04:06 +0000 (14:04 +0000)]
another 2.6.30 related crypto fix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16253 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofixup sheevaplug support (for now we use sdcards for rootfs)
kaloz [Mon, 1 Jun 2009 13:23:52 +0000 (13:23 +0000)]
fixup sheevaplug support (for now we use sdcards for rootfs)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16252 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoincrease kernel partition to 4MB, generate jffs2 images
kaloz [Mon, 1 Jun 2009 12:52:30 +0000 (12:52 +0000)]
increase kernel partition to 4MB, generate jffs2 images

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16251 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd patches to support the advanced power management on Kirkwood socs
kaloz [Mon, 1 Jun 2009 12:51:19 +0000 (12:51 +0000)]
add patches to support the advanced power management on Kirkwood socs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16250 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix compatibility with certain SD cards
kaloz [Mon, 1 Jun 2009 12:50:35 +0000 (12:50 +0000)]
fix compatibility with certain SD cards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16249 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoeven if we don't support booting from the nand yet, change the rootfs name for OpenWrt
kaloz [Mon, 1 Jun 2009 12:50:27 +0000 (12:50 +0000)]
even if we don't support booting from the nand yet, change the rootfs name for OpenWrt

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16248 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix mv643xx_eth dma mask
kaloz [Mon, 1 Jun 2009 12:46:25 +0000 (12:46 +0000)]
fix mv643xx_eth dma mask

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16247 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix VFP handling on feroceon cores
kaloz [Mon, 1 Jun 2009 12:45:50 +0000 (12:45 +0000)]
fix VFP handling on feroceon cores

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16246 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix typo and add nand_gpio to the generic config
kaloz [Mon, 1 Jun 2009 12:44:59 +0000 (12:44 +0000)]
fix typo and add nand_gpio to the generic config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16245 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[etrax] enable optimize for size, avoid to trigger gcc bug #36482
claudio [Mon, 1 Jun 2009 09:19:40 +0000 (09:19 +0000)]
[etrax] enable optimize for size, avoid to trigger gcc bug #36482

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16244 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[hotplug2] Removed extra ; in exec rule
hcg [Mon, 1 Jun 2009 08:48:37 +0000 (08:48 +0000)]
[hotplug2] Removed extra ; in exec rule

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16243 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] add experimental 2.6.30 support, boot tested
florian [Mon, 1 Jun 2009 08:11:37 +0000 (08:11 +0000)]
[ar7] add experimental 2.6.30 support, boot tested

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16242 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[kernel] refresh 2.6.30 patches
florian [Mon, 1 Jun 2009 08:07:40 +0000 (08:07 +0000)]
[kernel] refresh 2.6.30 patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16241 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] remove old 2.6.24 code
florian [Mon, 1 Jun 2009 08:04:56 +0000 (08:04 +0000)]
[ar7] remove old 2.6.24 code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16240 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis...
jow [Sun, 31 May 2009 20:42:04 +0000 (20:42 +0000)]
[package] madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Tsiligiannis

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16238 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomadwifi: handle frame classification properly if eth->h_proto contains the protocol...
nbd [Sun, 31 May 2009 17:15:09 +0000 (17:15 +0000)]
madwifi: handle frame classification properly if eth->h_proto contains the protocol number directly (without offset)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16237 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix typo
ralph [Sun, 31 May 2009 16:15:47 +0000 (16:15 +0000)]
fix typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16236 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomadwifi: fix excessive stack usage in the wlanconfig tool
nbd [Sun, 31 May 2009 15:04:45 +0000 (15:04 +0000)]
madwifi: fix excessive stack usage in the wlanconfig tool

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16235 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomadwifi: if a txpower value below the poweroffset is requested, set the internal...
nbd [Sun, 31 May 2009 14:45:04 +0000 (14:45 +0000)]
madwifi: if a txpower value below the poweroffset is requested, set the internal txpower to 0db

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16234 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[cobalt] add diag.sh to report boot status on the front-led of the machine
florian [Sun, 31 May 2009 13:55:35 +0000 (13:55 +0000)]
[cobalt] add diag.sh to report boot status on the front-led of the machine

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16233 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar71xx] register parallel flash device on the AP83 board
juhosg [Sun, 31 May 2009 12:37:40 +0000 (12:37 +0000)]
[ar71xx] register parallel flash device on the AP83 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16232 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] fix drivers firmware loading with the new hotplug2, patch from Russell...
florian [Sun, 31 May 2009 12:08:15 +0000 (12:08 +0000)]
[package] fix drivers firmware loading with the new hotplug2, patch from Russell Senior

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16231 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] add dist and distcheck target (to create new source balls)
ralph [Sun, 31 May 2009 12:01:05 +0000 (12:01 +0000)]
[package] add dist and distcheck target (to create new source balls)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16230 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] add package source path override
ralph [Sun, 31 May 2009 11:35:13 +0000 (11:35 +0000)]
[package] add package source path override
- use external source tree instead of source ball
- the external package source tree will be included as symlink
- make package/<name>/clean will delete the symlink instead of whole source tree
- usefull in conjunction with external SCM like ClearCase
- package-version-override.mk has to be included before package.mk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16227 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[tools] fix download url
ralph [Sun, 31 May 2009 10:07:35 +0000 (10:07 +0000)]
[tools] fix download url

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16226 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomadwifi: add better hw detection, use a power offset for setting/getting tx power...
nbd [Sun, 31 May 2009 02:25:32 +0000 (02:25 +0000)]
madwifi: add better hw detection, use a power offset for setting/getting tx power for cards that have a twisted eeprom

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16224 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[PATCH] Typo in r8610.mk
jow [Sat, 30 May 2009 23:47:50 +0000 (23:47 +0000)]
[PATCH] Typo in r8610.mk
signed-off by: Jac Goudsmit <jac@goudsm.it>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16223 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[PATCH] [hostap-driver] Always escape essid
jow [Sat, 30 May 2009 22:45:50 +0000 (22:45 +0000)]
[PATCH] [hostap-driver] Always escape essid
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16222 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[PATCH] [hostap-driver] Add bssid, frag and rts options and fix mac access control
jow [Sat, 30 May 2009 22:45:13 +0000 (22:45 +0000)]
[PATCH] [hostap-driver] Add bssid, frag and rts options and fix mac access control
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16221 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[OpenWrt-Devel] [PATCH] [hostap-driver] Major enhancement to hostap.sh script
jow [Sat, 30 May 2009 21:48:54 +0000 (21:48 +0000)]
[OpenWrt-Devel] [PATCH] [hostap-driver] Major enhancement to hostap.sh script
 * use common openwrt option naming (e.g. sta instead of manged for mode)
 * add support for wds vifs
 * add support for monitor mode
 * add encryption support
 * add antenna selection options
 * add hidden ssid option
 * other minor fixes
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16220 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is...
florian [Sat, 30 May 2009 19:20:07 +0000 (19:20 +0000)]
[package] acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is not set, thanks to Stefan Weil for this patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16219 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomadwifi: add sanity checks for monitor mode injection
nbd [Sat, 30 May 2009 17:53:41 +0000 (17:53 +0000)]
madwifi: add sanity checks for monitor mode injection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16218 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomadwifi: fix an array overrun in the rate control attach check
nbd [Sat, 30 May 2009 17:53:24 +0000 (17:53 +0000)]
madwifi: fix an array overrun in the rate control attach check

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16217 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] base-files: set rules file for hotplug2 in the boot script (closes #5235)
juhosg [Sat, 30 May 2009 17:09:41 +0000 (17:09 +0000)]
[package] base-files: set rules file for hotplug2 in the boot script (closes #5235)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16215 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoSet TARGET_CXX to 'no' if c++ is not enabled in the toolchain.
lars [Sat, 30 May 2009 15:48:44 +0000 (15:48 +0000)]
Set TARGET_CXX to 'no' if c++ is not enabled in the toolchain.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16213 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] libtool: Unset CXX. It is not needed to build libtool, but if set
lars [Sat, 30 May 2009 15:17:16 +0000 (15:17 +0000)]
[package] libtool: Unset CXX. It is not needed to build libtool, but if set
configure preferes CXX over CC to build the global_symbol_pipe test program. So
if there is no c++ compiler or the c++ installation is broken we end up with a
broken libtool script. Fixes #5022

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16212 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar71xx] add support for the SST 39VF6401B flash chip
juhosg [Sat, 30 May 2009 14:00:04 +0000 (14:00 +0000)]
[ar71xx] add support for the SST 39VF6401B flash chip

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16210 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[kernel] mips: fix gcc 4.4.0 build failure on delay.h (#5116)
florian [Sat, 30 May 2009 12:03:27 +0000 (12:03 +0000)]
[kernel] mips: fix gcc 4.4.0 build failure on delay.h (#5116)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16209 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] use 2.6.27.24
florian [Sat, 30 May 2009 12:01:05 +0000 (12:01 +0000)]
[ar7] use 2.6.27.24

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16208 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rb532] cleanup old patches and kernel configuration
florian [Sat, 30 May 2009 09:53:59 +0000 (09:53 +0000)]
[rb532] cleanup old patches and kernel configuration

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16204 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar7] rework ar7 profiles to separate dsl firmwares, annex-a being now the default...
florian [Sat, 30 May 2009 08:54:55 +0000 (08:54 +0000)]
[ar7] rework ar7 profiles to separate dsl firmwares, annex-a being now the default and most widespread

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16201 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] hotplug2 may need -fPIC
jow [Fri, 29 May 2009 23:11:29 +0000 (23:11 +0000)]
[package] hotplug2 may need -fPIC

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16199 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[kernel] Config symbol is boolean.
hauke [Fri, 29 May 2009 20:12:37 +0000 (20:12 +0000)]
[kernel] Config symbol is boolean.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16198 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[brcm63xx] include wpa-supplicant iw in the default profile
florian [Fri, 29 May 2009 15:33:14 +0000 (15:33 +0000)]
[brcm63xx] include wpa-supplicant iw in the default profile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16195 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix kmod-crypto-core compile with 2.6.30 (#5201)
nbd [Fri, 29 May 2009 11:12:47 +0000 (11:12 +0000)]
fix kmod-crypto-core compile with 2.6.30 (#5201)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16175 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agos3c24xx: get rid of unnecessary config overrides, which break stuff in package/kernel
nbd [Fri, 29 May 2009 11:12:38 +0000 (11:12 +0000)]
s3c24xx: get rid of unnecessary config overrides, which break stuff in package/kernel

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16174 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agouClibc: bsd supports the same floating point classification functions as c99, fixes...
nbd [Fri, 29 May 2009 10:32:17 +0000 (10:32 +0000)]
uClibc: bsd supports the same floating point classification functions as c99, fixes inetd

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16172 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agohotplug2-old: fix path to build dir
nbd [Fri, 29 May 2009 09:26:09 +0000 (09:26 +0000)]
hotplug2-old: fix path to build dir

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16171 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agouClibc: add a wrapper for the missing finite() function
nbd [Fri, 29 May 2009 09:25:51 +0000 (09:25 +0000)]
uClibc: add a wrapper for the missing finite() function

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16170 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[kernel] refresh generic-2.6.29 patches
florian [Fri, 29 May 2009 09:09:32 +0000 (09:09 +0000)]
[kernel] refresh generic-2.6.29 patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16169 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ar71xx] refresh patches
juhosg [Fri, 29 May 2009 08:29:42 +0000 (08:29 +0000)]
[ar71xx] refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16168 3c298f89-4303-0410-b956-a3cf2f4a3e73

This page took 0.088819 seconds and 4 git commands to generate.