openwrt/staging/ldir.git
14 years agolibnl-tiny: decrease the size a bit more by removing some unnecessary functions
Felix Fietkau [Sun, 13 Feb 2011 16:46:28 +0000 (16:46 +0000)]
libnl-tiny: decrease the size a bit more by removing some unnecessary functions

SVN-Revision: 25525

14 years agoppp: add a more descriptive title for ppp-multilink
Felix Fietkau [Sun, 13 Feb 2011 16:25:33 +0000 (16:25 +0000)]
ppp: add a more descriptive title for ppp-multilink

SVN-Revision: 25524

14 years agoppp: move multilink support into a separate build variant - saves around 30k for...
Felix Fietkau [Sun, 13 Feb 2011 16:23:15 +0000 (16:23 +0000)]
ppp: move multilink support into a separate build variant - saves around 30k for the default build

SVN-Revision: 25523

14 years agoar71xx: remove vsc73xx ucodes from the default profile - these are only used on some...
Felix Fietkau [Sun, 13 Feb 2011 16:08:36 +0000 (16:08 +0000)]
ar71xx: remove vsc73xx ucodes from the default profile - these are only used on some atheros reference designs which are unlikely to have many users

SVN-Revision: 25522

14 years ago* fixes dwc_otg init when power gpio is set to -1
John Crispin [Sun, 13 Feb 2011 16:01:07 +0000 (16:01 +0000)]
* fixes dwc_otg init when power gpio is set to -1

SVN-Revision: 25521

14 years agomake all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that hostapd/wpa_supplicant...
Felix Fietkau [Sun, 13 Feb 2011 14:18:13 +0000 (14:18 +0000)]
make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that hostapd/wpa_supplicant can make it optional

SVN-Revision: 25518

14 years agouclibc: disable COMPAT_ATEXIT
Felix Fietkau [Sun, 13 Feb 2011 14:18:08 +0000 (14:18 +0000)]
uclibc: disable COMPAT_ATEXIT

SVN-Revision: 25517

14 years agoupgrade to latest git
Imre Kaloz [Sun, 13 Feb 2011 12:32:01 +0000 (12:32 +0000)]
upgrade to latest git

SVN-Revision: 25516

14 years agoupgrade to 2011.02, rename patchset directory
Imre Kaloz [Sun, 13 Feb 2011 11:27:58 +0000 (11:27 +0000)]
upgrade to 2011.02, rename patchset directory

SVN-Revision: 25515

14 years agoit's time for some attitude adjustment ;)
Imre Kaloz [Sun, 13 Feb 2011 11:20:09 +0000 (11:20 +0000)]
it's time for some attitude adjustment ;)

SVN-Revision: 25514

14 years agolibnl: update to version 2.0 (patch by Philip Prindeville)
Felix Fietkau [Sun, 13 Feb 2011 03:56:12 +0000 (03:56 +0000)]
libnl: update to version 2.0 (patch by Philip Prindeville)

SVN-Revision: 25513

14 years agobusybox: disable killall5 - nothing uses it
Felix Fietkau [Sun, 13 Feb 2011 03:26:15 +0000 (03:26 +0000)]
busybox: disable killall5 - nothing uses it

SVN-Revision: 25512

14 years agoremove the shared object stubs of libnsl and libresolv - let the compiler use the...
Felix Fietkau [Sun, 13 Feb 2011 03:26:10 +0000 (03:26 +0000)]
remove the shared object stubs of libnsl and libresolv - let the compiler use the static variants instead

SVN-Revision: 25511

14 years agosoloscli: allow user to apply settings to solos h/w before bringing up network (patch...
Felix Fietkau [Sun, 13 Feb 2011 02:52:49 +0000 (02:52 +0000)]
soloscli: allow user to apply settings to solos h/w before bringing up network (patch by Philip Prindeville)

If the network/wan configuration contains "solos0" ... "solos3" then this list of strings will be applied to the FPGA when the hardware is hotplug added.

The syntax should be "tag=value", as per the values enumerated in the solos-attr.c list.

In the canned example, the modem is temporarily turned off, told to detect noise, told to disable annexes M and A (effectively putting it into pure ADSL mode), and re-activated.

There's probably a more appropriate function name than "dialog" but that's what I came up with.

Handle other ATM hardware (Eagle, etc) besides solos-pci.

SVN-Revision: 25510

14 years agoswconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig...
Felix Fietkau [Sun, 13 Feb 2011 02:52:44 +0000 (02:52 +0000)]
swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig uses libnl-tiny anyway

SVN-Revision: 25509

14 years agobusybox: disable nfs mount support by default - people that want to mount nfs shares...
Felix Fietkau [Sun, 13 Feb 2011 02:52:40 +0000 (02:52 +0000)]
busybox: disable nfs mount support by default - people that want to mount nfs shares can install the nfs-utils package

SVN-Revision: 25508

14 years agobusybox: fix compile with librpc if necessary (required by nfs mount support)
Felix Fietkau [Sun, 13 Feb 2011 02:52:34 +0000 (02:52 +0000)]
busybox: fix compile with librpc if necessary (required by nfs mount support)

SVN-Revision: 25507

14 years agobusybox: disable the check for the uclibc rpc config option
Felix Fietkau [Sun, 13 Feb 2011 02:52:30 +0000 (02:52 +0000)]
busybox: disable the check for the uclibc rpc config option

SVN-Revision: 25506

14 years agometadata: fix handling of multiple build dependencies with different conditions
Felix Fietkau [Sun, 13 Feb 2011 02:52:22 +0000 (02:52 +0000)]
metadata: fix handling of multiple build dependencies with different conditions

SVN-Revision: 25505

14 years agouclibc: disable rpc support - replaced by the external librpc, saves ~80k
Felix Fietkau [Sun, 13 Feb 2011 01:45:59 +0000 (01:45 +0000)]
uclibc: disable rpc support - replaced by the external librpc, saves ~80k

SVN-Revision: 25504

14 years agoadd a variable LIBRPC to refer to the external librpc if used
Felix Fietkau [Sun, 13 Feb 2011 01:45:07 +0000 (01:45 +0000)]
add a variable LIBRPC to refer to the external librpc if used

SVN-Revision: 25497

14 years agoadd librpc, an externally build version of the uclibc rpc support
Felix Fietkau [Sun, 13 Feb 2011 01:45:01 +0000 (01:45 +0000)]
add librpc, an externally build version of the uclibc rpc support

SVN-Revision: 25496

14 years agobase-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there
Felix Fietkau [Sun, 13 Feb 2011 01:44:57 +0000 (01:44 +0000)]
base-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there

SVN-Revision: 25495

14 years agobusybox: disable diff by default - apparently it was necessary for ipkg once, but...
Felix Fietkau [Sun, 13 Feb 2011 01:44:53 +0000 (01:44 +0000)]
busybox: disable diff by default - apparently it was necessary for ipkg once, but opkg does not seem to use it - saves ~10k on mips

SVN-Revision: 25494

14 years agomove the cbc crypto module out of the crypto core and into a separate package - it...
Felix Fietkau [Sat, 12 Feb 2011 23:55:06 +0000 (23:55 +0000)]
move the cbc crypto module out of the crypto core and into a separate package - it is only used for ipsec

SVN-Revision: 25493

14 years agoremove an obsolete CompareKernelPatchVer call
Felix Fietkau [Sat, 12 Feb 2011 23:55:03 +0000 (23:55 +0000)]
remove an obsolete CompareKernelPatchVer call

SVN-Revision: 25492

14 years agomove the deflate crypto module out of the crypto core and into a separate package...
Felix Fietkau [Sat, 12 Feb 2011 23:54:59 +0000 (23:54 +0000)]
move the deflate crypto module out of the crypto core and into a separate package - it is only used for ipsec

SVN-Revision: 25491

14 years agoremove a remaining reference to linux 2.4
Felix Fietkau [Sat, 12 Feb 2011 23:54:55 +0000 (23:54 +0000)]
remove a remaining reference to linux 2.4

SVN-Revision: 25490

14 years agoallow gemini target to use rfkill
Florian Fainelli [Sat, 12 Feb 2011 19:39:55 +0000 (19:39 +0000)]
allow gemini target to use rfkill

SVN-Revision: 25488

14 years agoswitch to 2.6.37
Florian Fainelli [Sat, 12 Feb 2011 19:04:20 +0000 (19:04 +0000)]
switch to 2.6.37

SVN-Revision: 25485

14 years agoadd 2.6.37 support
Florian Fainelli [Sat, 12 Feb 2011 19:04:16 +0000 (19:04 +0000)]
add 2.6.37 support

SVN-Revision: 25484

14 years agorefresh 2.6.37 patches
Florian Fainelli [Sat, 12 Feb 2011 19:04:12 +0000 (19:04 +0000)]
refresh 2.6.37 patches

SVN-Revision: 25483

14 years agoupdate readme wrt ext2/ext4 usage
Florian Fainelli [Sat, 12 Feb 2011 19:04:09 +0000 (19:04 +0000)]
update readme wrt ext2/ext4 usage

SVN-Revision: 25482

14 years agobase-files: remove ptbtime3 rdate server, its dead
Jo-Philipp Wich [Sat, 12 Feb 2011 17:54:01 +0000 (17:54 +0000)]
base-files: remove ptbtime3 rdate server, its dead

SVN-Revision: 25479

14 years agobase-files: update rdate server list
Jo-Philipp Wich [Sat, 12 Feb 2011 17:46:36 +0000 (17:46 +0000)]
base-files: update rdate server list

SVN-Revision: 25478

14 years agobase-file: cleanup ipv6 enabling in unbridge
Jo-Philipp Wich [Sat, 12 Feb 2011 16:14:15 +0000 (16:14 +0000)]
base-file: cleanup ipv6 enabling in unbridge

SVN-Revision: 25473

14 years agobrcm47xx: fix error when build firmware on x86_64 host (closes #7672)
Hauke Mehrtens [Sat, 12 Feb 2011 13:17:47 +0000 (13:17 +0000)]
brcm47xx: fix error when build firmware on x86_64 host (closes #7672)

SVN-Revision: 25472

14 years agotahvo doesn't need ohci
Michael Büsch [Fri, 11 Feb 2011 18:09:17 +0000 (18:09 +0000)]
tahvo doesn't need ohci

SVN-Revision: 25469

14 years agouse i2c_defaults for kmod-i2c-at91
Florian Fainelli [Fri, 11 Feb 2011 17:37:51 +0000 (17:37 +0000)]
use i2c_defaults for kmod-i2c-at91

SVN-Revision: 25468

14 years agoomap24xx: Enable verbose kernel error reporting
Michael Büsch [Fri, 11 Feb 2011 15:03:37 +0000 (15:03 +0000)]
omap24xx: Enable verbose kernel error reporting

SVN-Revision: 25466

14 years agoAdd tusb6010 package and let tahvo-usb select it
Michael Büsch [Fri, 11 Feb 2011 14:35:08 +0000 (14:35 +0000)]
Add tusb6010 package and let tahvo-usb select it

SVN-Revision: 25465

14 years agokamikaze has been released long ago
Imre Kaloz [Fri, 11 Feb 2011 14:04:00 +0000 (14:04 +0000)]
kamikaze has been released long ago

SVN-Revision: 25464

14 years agothe url isn't valid for some time
Imre Kaloz [Fri, 11 Feb 2011 14:03:04 +0000 (14:03 +0000)]
the url isn't valid for some time

SVN-Revision: 25463

14 years agoRemove TUSB6010 config options from musb config
Michael Büsch [Fri, 11 Feb 2011 12:57:20 +0000 (12:57 +0000)]
Remove TUSB6010 config options from musb config

SVN-Revision: 25462

14 years agoadd missing chunk from the last commit
Felix Fietkau [Fri, 11 Feb 2011 02:11:12 +0000 (02:11 +0000)]
add missing chunk from the last commit

SVN-Revision: 25460

14 years agolibubox: add a package for libblobmsg-json
Felix Fietkau [Fri, 11 Feb 2011 02:09:31 +0000 (02:09 +0000)]
libubox: add a package for libblobmsg-json

SVN-Revision: 25459

14 years agolibubox does not depend on libjson
Felix Fietkau [Fri, 11 Feb 2011 02:08:04 +0000 (02:08 +0000)]
libubox does not depend on libjson

SVN-Revision: 25458

14 years agoadd ubus - the new openwrt message bus / rpc daemon
Felix Fietkau [Fri, 11 Feb 2011 01:58:59 +0000 (01:58 +0000)]
add ubus - the new openwrt message bus / rpc daemon

SVN-Revision: 25457

14 years agolibubox: update to 2011-02-11, includes a few uloop fixes
Felix Fietkau [Fri, 11 Feb 2011 01:58:48 +0000 (01:58 +0000)]
libubox: update to 2011-02-11, includes a few uloop fixes

SVN-Revision: 25456

14 years agobase-files: - properly disable IPv6 on bridge ports - introduce accept_ra option...
Jo-Philipp Wich [Fri, 11 Feb 2011 00:39:11 +0000 (00:39 +0000)]
base-files: - properly disable IPv6 on bridge ports - introduce accept_ra option, defaults to true for dhcp interfaces, false for others - introduce send_rs option, defaults to true for static interfaces, false for others

SVN-Revision: 25454

14 years agobase-files: derive lease_acquired dhcp state var from /proc/uptime
Jo-Philipp Wich [Thu, 10 Feb 2011 20:05:05 +0000 (20:05 +0000)]
base-files: derive lease_acquired dhcp state var from /proc/uptime

SVN-Revision: 25452

14 years agopjsip: fix linking failure w/ ARM eabi
Florian Fainelli [Thu, 10 Feb 2011 18:03:25 +0000 (18:03 +0000)]
pjsip: fix linking failure w/ ARM eabi

SVN-Revision: 25450

14 years agoswitch to 2.6.37
Florian Fainelli [Thu, 10 Feb 2011 18:03:22 +0000 (18:03 +0000)]
switch to 2.6.37

SVN-Revision: 25449

14 years agoupdate to 2.6.37
Florian Fainelli [Thu, 10 Feb 2011 18:03:19 +0000 (18:03 +0000)]
update to 2.6.37

SVN-Revision: 25448

14 years agoadd missing 2.6.37 config symbols.
Florian Fainelli [Thu, 10 Feb 2011 18:03:16 +0000 (18:03 +0000)]
add missing 2.6.37 config symbols.

SVN-Revision: 25447

14 years agokernel-headers: get rid of the arch/$(ARCH)/include/asm vs include/asm-$(ARCH) copyin...
Felix Fietkau [Thu, 10 Feb 2011 03:52:39 +0000 (03:52 +0000)]
kernel-headers: get rid of the arch/$(ARCH)/include/asm vs include/asm-$(ARCH) copying mess and stick to what the kernel is using

SVN-Revision: 25443

14 years agoiw: add support for showing the rx bitrate
Felix Fietkau [Thu, 10 Feb 2011 03:37:35 +0000 (03:37 +0000)]
iw: add support for showing the rx bitrate

SVN-Revision: 25442

14 years agomac80211: add a patch for keeping track of the rx bitrate of remote stations
Felix Fietkau [Thu, 10 Feb 2011 03:37:32 +0000 (03:37 +0000)]
mac80211: add a patch for keeping track of the rx bitrate of remote stations

SVN-Revision: 25441

14 years agoiw: update to 0.9.22
Felix Fietkau [Thu, 10 Feb 2011 03:37:28 +0000 (03:37 +0000)]
iw: update to 0.9.22

SVN-Revision: 25440

14 years agoath9k: remove an old tx stop workaround which conflicts with the powersave fixes
Felix Fietkau [Thu, 10 Feb 2011 03:37:23 +0000 (03:37 +0000)]
ath9k: remove an old tx stop workaround which conflicts with the powersave fixes

SVN-Revision: 25439

14 years agon810bm: Set minimum voltage threshold to 3200
Michael Büsch [Wed, 9 Feb 2011 20:09:49 +0000 (20:09 +0000)]
n810bm: Set minimum voltage threshold to 3200

SVN-Revision: 25433

14 years agofix T-Com Speedport W 500V default config
Florian Fainelli [Wed, 9 Feb 2011 13:09:02 +0000 (13:09 +0000)]
fix T-Com Speedport W 500V default config

The device is called SPW500V, not SP500W.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 25431

14 years agon810bm: Add charger detection
Michael Büsch [Wed, 9 Feb 2011 12:53:37 +0000 (12:53 +0000)]
n810bm: Add charger detection

SVN-Revision: 25429

14 years agoath9k: improve the power save fix by closing another remaining race condition for...
Felix Fietkau [Tue, 8 Feb 2011 23:35:20 +0000 (23:35 +0000)]
ath9k: improve the power save fix by closing another remaining race condition for setting the TIM bit

SVN-Revision: 25428

14 years agoopenssl: update to 1.0.0d - includes important bug and security fixes (patch by tripolar)
Felix Fietkau [Tue, 8 Feb 2011 22:52:21 +0000 (22:52 +0000)]
openssl: update to 1.0.0d - includes important bug and security fixes (patch by tripolar)

SVN-Revision: 25427

14 years agoath9k: add fixes for AP side powersave frame buffering
Felix Fietkau [Tue, 8 Feb 2011 19:31:50 +0000 (19:31 +0000)]
ath9k: add fixes for AP side powersave frame buffering

SVN-Revision: 25426

14 years agomac80211: update to wireless-testing 2010-02-07
Felix Fietkau [Tue, 8 Feb 2011 19:31:43 +0000 (19:31 +0000)]
mac80211: update to wireless-testing 2010-02-07

SVN-Revision: 25425

14 years agon810: Add kmod-n810bm to profile
Michael Büsch [Tue, 8 Feb 2011 17:25:39 +0000 (17:25 +0000)]
n810: Add kmod-n810bm to profile

SVN-Revision: 25423

14 years agon810: Support modular battery management
Michael Büsch [Tue, 8 Feb 2011 17:25:02 +0000 (17:25 +0000)]
n810: Support modular battery management

SVN-Revision: 25422

14 years agohotplug2: Only ignore failed includes for missing files
Michael Büsch [Tue, 8 Feb 2011 17:23:37 +0000 (17:23 +0000)]
hotplug2: Only ignore failed includes for missing files

SVN-Revision: 25421

14 years agofix build of brcm-wl
Florian Fainelli [Tue, 8 Feb 2011 13:46:12 +0000 (13:46 +0000)]
fix build of brcm-wl

The fallback needs to be exported for bcm63xx, too. Runtime tested with a
BCM4322 on a BCM6358.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 25420

14 years agoath: fix world regulatory domain fix-up so that all regulatory rules are processed
Felix Fietkau [Tue, 8 Feb 2011 12:36:25 +0000 (12:36 +0000)]
ath: fix world regulatory domain fix-up so that all regulatory rules are processed

r24503 (trunk) and r24505 (backfire) revised the regulatory rules used
for the ath drivers' world regulatory domains in the 5GHz band by
opening up channels 36, 40, 44, and 48 to being used without the
*_PASSIVE_SCAN and *_NO_IBSS flags set. This was done by breaking
ATH9K_5GHZ_5150_5350 into two REG_RULES. The various struct
ieee80211_regdomains that reference these rules in their reg_rules
fields need to have their n_reg_rules fields updated accordingly.

SVN-Revision: 25418

14 years agobusybox: get root home dir from /etc/passwd in telnet init script (thanks tripolar)
Vasilis Tsiligiannis [Tue, 8 Feb 2011 01:01:17 +0000 (01:01 +0000)]
busybox: get root home dir from /etc/passwd in telnet init script (thanks tripolar)

SVN-Revision: 25417

14 years agobase-files: Add include for target specific hotplug rules
Vasilis Tsiligiannis [Mon, 7 Feb 2011 22:28:09 +0000 (22:28 +0000)]
base-files: Add include for target specific hotplug rules

SVN-Revision: 25415

14 years agohotplug2: Make missing include files non fatal
Vasilis Tsiligiannis [Mon, 7 Feb 2011 22:28:04 +0000 (22:28 +0000)]
hotplug2: Make missing include files non fatal

SVN-Revision: 25414

14 years ago* adss in-kernel udp redirect plugin for lantiq voice optimisation
John Crispin [Mon, 7 Feb 2011 21:48:55 +0000 (21:48 +0000)]
* adss in-kernel udp redirect plugin for lantiq voice optimisation

SVN-Revision: 25413

14 years ago* drop libtapi and tapi_sip (moved to external git) * add build variants to pjsip...
John Crispin [Mon, 7 Feb 2011 21:47:54 +0000 (21:47 +0000)]
* drop libtapi and tapi_sip (moved to external git) * add build variants to pjsip * split tapi_dev audio driver out of patch into src/

SVN-Revision: 25412

14 years agobusybox: Check if an SSH daemon is enabled before disabling telnet access (#8760)
Vasilis Tsiligiannis [Mon, 7 Feb 2011 21:45:02 +0000 (21:45 +0000)]
busybox: Check if an SSH daemon is enabled before disabling telnet access (#8760)

SVN-Revision: 25411

14 years agorelayd: update to 2011-02-07, uses cmake and libubox now
Felix Fietkau [Mon, 7 Feb 2011 18:17:17 +0000 (18:17 +0000)]
relayd: update to 2011-02-07, uses cmake and libubox now

SVN-Revision: 25407

14 years agoadd libubox, a small utility library containing blob/blobmsg (structured message...
Felix Fietkau [Mon, 7 Feb 2011 18:17:12 +0000 (18:17 +0000)]
add libubox, a small utility library containing blob/blobmsg (structured message format libraries), uloop, usock, list.h and the olsr avl tree implementation

SVN-Revision: 25406

14 years agolibjson-c: add to core (instead of packages)
Felix Fietkau [Mon, 7 Feb 2011 18:16:31 +0000 (18:16 +0000)]
libjson-c: add to core (instead of packages)

SVN-Revision: 25405

14 years agomac80211: fix the check for cloned skbs in the tx path
Felix Fietkau [Mon, 7 Feb 2011 10:42:40 +0000 (10:42 +0000)]
mac80211: fix the check for cloned skbs in the tx path

SVN-Revision: 25398

14 years agoomap24xx: Remove 2.6.36
Michael Büsch [Sun, 6 Feb 2011 21:06:43 +0000 (21:06 +0000)]
omap24xx: Remove 2.6.36

SVN-Revision: 25395

14 years agouse := instead of = for PKG_CONFIG_PATH to prevent recursion
Felix Fietkau [Sun, 6 Feb 2011 16:04:33 +0000 (16:04 +0000)]
use := instead of = for PKG_CONFIG_PATH to prevent recursion

SVN-Revision: 25388

14 years agoallow packages to override/extend PKG_CONFIG_PATH
Felix Fietkau [Sun, 6 Feb 2011 15:18:30 +0000 (15:18 +0000)]
allow packages to override/extend PKG_CONFIG_PATH

SVN-Revision: 25386

14 years agon810: Remove firmware preinit scripts
Michael Büsch [Sun, 6 Feb 2011 14:43:26 +0000 (14:43 +0000)]
n810: Remove firmware preinit scripts

SVN-Revision: 25385

14 years agon810: Add firmware generator hotplug scripts
Michael Büsch [Sun, 6 Feb 2011 14:42:42 +0000 (14:42 +0000)]
n810: Add firmware generator hotplug scripts

SVN-Revision: 25384

14 years agohotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware load events
Michael Büsch [Sun, 6 Feb 2011 14:35:07 +0000 (14:35 +0000)]
hotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware load events

SVN-Revision: 25383

14 years agon810: Add the CAL BME PMM extractor script to preinit.
Michael Büsch [Sun, 6 Feb 2011 12:45:21 +0000 (12:45 +0000)]
n810: Add the CAL BME PMM extractor script to preinit.

SVN-Revision: 25381

14 years agon810: Add more battery management code
Michael Büsch [Sun, 6 Feb 2011 12:44:12 +0000 (12:44 +0000)]
n810: Add more battery management code

SVN-Revision: 25380

14 years agomac80211: when operating as a 4-addr station, do not pick up 4-addr frames meant...
Felix Fietkau [Sat, 5 Feb 2011 22:38:23 +0000 (22:38 +0000)]
mac80211: when operating as a 4-addr station, do not pick up 4-addr frames meant for other stations, as this would confuse the bridge layer

SVN-Revision: 25378

14 years agocmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands in a...
Michael Büsch [Sat, 5 Feb 2011 19:50:54 +0000 (19:50 +0000)]
cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands in a verbose openwrt build.

SVN-Revision: 25376

14 years agocmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead.
Michael Büsch [Sat, 5 Feb 2011 19:39:48 +0000 (19:39 +0000)]
cmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead.

SVN-Revision: 25372

14 years ago* reorder patches
John Crispin [Sat, 5 Feb 2011 15:23:08 +0000 (15:23 +0000)]
* reorder patches

SVN-Revision: 25370

14 years ago* fixe up ifxmips patch for eeprom emulation to work with lantiq target
John Crispin [Sat, 5 Feb 2011 15:08:18 +0000 (15:08 +0000)]
* fixe up ifxmips patch for eeprom emulation to work with lantiq target

SVN-Revision: 25369

14 years agobase-files: remove remaining conffiles reference to /etc/banner
Jo-Philipp Wich [Fri, 4 Feb 2011 23:05:12 +0000 (23:05 +0000)]
base-files: remove remaining conffiles reference to /etc/banner

SVN-Revision: 25368

14 years ago* adds ath5k platform support * adds several new profiles
John Crispin [Fri, 4 Feb 2011 22:49:52 +0000 (22:49 +0000)]
* adds ath5k platform support * adds several new profiles

SVN-Revision: 25367

14 years ago* fixes old ifxmips in header file * pass default ebu value to gpio driver
John Crispin [Fri, 4 Feb 2011 22:48:53 +0000 (22:48 +0000)]
* fixes old ifxmips in header file * pass default ebu value to gpio driver

SVN-Revision: 25366

14 years ago* tftp name was not in sync with that generated by openwrt
John Crispin [Fri, 4 Feb 2011 22:46:52 +0000 (22:46 +0000)]
* tftp name was not in sync with that generated by openwrt

SVN-Revision: 25365

14 years agoath9k: reduce false positives in the baseband hang check
Felix Fietkau [Fri, 4 Feb 2011 12:16:41 +0000 (12:16 +0000)]
ath9k: reduce false positives in the baseband hang check

SVN-Revision: 25359